From 695aa816a954c32a00ce57996475d0bd1f06702c Mon Sep 17 00:00:00 2001 From: Richard Fontana Date: Fri, 5 Oct 2012 13:51:13 -0400 Subject: [PATCH] Eliminate or replace presumably-spurious LGPL notices. --- .../src/test/resources/logging.properties | 21 --------------- .../src/test/resources/logging.properties | 21 --------------- .../src/test/resources/logging.properties | 21 --------------- .../stomp/protocol/websocket/Handshake.java | 21 +++++++-------- .../websocket/ietf00/Ietf00Handshake.java | 23 +++++++--------- .../websocket/ietf07/Ietf07Handshake.java | 27 +++++++++---------- .../websocket/ietf08/Ietf08Handshake.java | 27 +++++++++---------- .../websocket/ietf17/Ietf17Handshake.java | 27 +++++++++---------- .../protocol/ServerHandshakeHandler.java | 21 +++++++-------- .../src/test/resources/logging.properties | 21 --------------- .../stilts/stomplet/Subscriber.java | 18 ------------- .../src/test/resources/logging.properties | 21 --------------- .../src/test/resources/logging.properties | 21 --------------- 13 files changed, 64 insertions(+), 226 deletions(-) diff --git a/conduit-server-core/src/test/resources/logging.properties b/conduit-server-core/src/test/resources/logging.properties index aaafdd54..96e6a5d9 100644 --- a/conduit-server-core/src/test/resources/logging.properties +++ b/conduit-server-core/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap diff --git a/stomp-client-js/src/test/resources/logging.properties b/stomp-client-js/src/test/resources/logging.properties index 97da83f8..0c5d8b14 100644 --- a/stomp-client-js/src/test/resources/logging.properties +++ b/stomp-client-js/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap diff --git a/stomp-client/src/test/resources/logging.properties b/stomp-client/src/test/resources/logging.properties index aaafdd54..96e6a5d9 100644 --- a/stomp-client/src/test/resources/logging.properties +++ b/stomp-client/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap diff --git a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/Handshake.java b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/Handshake.java index 9f4db7f6..6a91123b 100644 --- a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/Handshake.java +++ b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/Handshake.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.protocol.websocket; diff --git a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf00/Ietf00Handshake.java b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf00/Ietf00Handshake.java index 3e3da98a..d5160d7d 100644 --- a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf00/Ietf00Handshake.java +++ b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf00/Ietf00Handshake.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.protocol.websocket.ietf00; @@ -139,4 +136,4 @@ public int readResponseBody() { private static final ChannelHandler[] EMPTY_HANDLER_ARRAY = new ChannelHandler[0]; private Ietf00WebSocketChallenge challenge; -} \ No newline at end of file +} diff --git a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf07/Ietf07Handshake.java b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf07/Ietf07Handshake.java index 4fe7cbc2..5f1b23fd 100644 --- a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf07/Ietf07Handshake.java +++ b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf07/Ietf07Handshake.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.protocol.websocket.ietf07; @@ -133,4 +130,4 @@ public int readResponseBody() { private Ietf07WebSocketChallenge challenge; -} \ No newline at end of file +} diff --git a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf08/Ietf08Handshake.java b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf08/Ietf08Handshake.java index 9ccdb5d2..a349a263 100644 --- a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf08/Ietf08Handshake.java +++ b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf08/Ietf08Handshake.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.protocol.websocket.ietf08; @@ -137,4 +134,4 @@ public int readResponseBody() { private Ietf07WebSocketChallenge challenge; -} \ No newline at end of file +} diff --git a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf17/Ietf17Handshake.java b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf17/Ietf17Handshake.java index 6f7280a9..90945244 100644 --- a/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf17/Ietf17Handshake.java +++ b/stomp-common/src/main/java/org/projectodd/stilts/stomp/protocol/websocket/ietf17/Ietf17Handshake.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.protocol.websocket.ietf17; @@ -137,4 +134,4 @@ public int readResponseBody() { private Ietf07WebSocketChallenge challenge; -} \ No newline at end of file +} diff --git a/stomp-server-core/src/main/java/org/projectodd/stilts/stomp/server/websockets/protocol/ServerHandshakeHandler.java b/stomp-server-core/src/main/java/org/projectodd/stilts/stomp/server/websockets/protocol/ServerHandshakeHandler.java index 13e01505..33c946d6 100644 --- a/stomp-server-core/src/main/java/org/projectodd/stilts/stomp/server/websockets/protocol/ServerHandshakeHandler.java +++ b/stomp-server-core/src/main/java/org/projectodd/stilts/stomp/server/websockets/protocol/ServerHandshakeHandler.java @@ -1,20 +1,17 @@ /* * Copyright 2008-2011 Red Hat, Inc, and individual contributors. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.projectodd.stilts.stomp.server.websockets.protocol; diff --git a/stomp-server-core/src/test/resources/logging.properties b/stomp-server-core/src/test/resources/logging.properties index aaafdd54..96e6a5d9 100644 --- a/stomp-server-core/src/test/resources/logging.properties +++ b/stomp-server-core/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap diff --git a/stomplet-api/src/main/java/org/projectodd/stilts/stomplet/Subscriber.java b/stomplet-api/src/main/java/org/projectodd/stilts/stomplet/Subscriber.java index 550bb7e0..7f958c6c 100644 --- a/stomplet-api/src/main/java/org/projectodd/stilts/stomplet/Subscriber.java +++ b/stomplet-api/src/main/java/org/projectodd/stilts/stomplet/Subscriber.java @@ -1,21 +1,3 @@ -/* - * Copyright 2008-2011 Red Hat, Inc, and individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.projectodd.stilts.stomplet; diff --git a/stomplet-server-bundle-tests/src/test/resources/logging.properties b/stomplet-server-bundle-tests/src/test/resources/logging.properties index aaafdd54..96e6a5d9 100644 --- a/stomplet-server-bundle-tests/src/test/resources/logging.properties +++ b/stomplet-server-bundle-tests/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap diff --git a/stomplet-server-core/src/test/resources/logging.properties b/stomplet-server-core/src/test/resources/logging.properties index aaafdd54..96e6a5d9 100644 --- a/stomplet-server-core/src/test/resources/logging.properties +++ b/stomplet-server-core/src/test/resources/logging.properties @@ -1,24 +1,3 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# # Additional logger names to configure (root logger is always configured) loggers=org.jboss.shrinkwrap