[jboss-cvs] JBossAS SVN: r81023 - in trunk/jmx-remoting/src: main/javax/management/remote/rmi and 12 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 14 07:46:39 EST 2008
Author: dimitris at jboss.org
Date: 2008-11-14 07:46:39 -0500 (Fri, 14 Nov 2008)
New Revision: 81023
Modified:
trunk/jmx-remoting/src/main/javax/management/remote/JMXAuthenticator.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectionNotification.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnector.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorFactory.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorProvider.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServer.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerFactory.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerMBean.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerProvider.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXPrincipal.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXProviderException.java
trunk/jmx-remoting/src/main/javax/management/remote/JMXServiceURL.java
trunk/jmx-remoting/src/main/javax/management/remote/MBeanServerForwarder.java
trunk/jmx-remoting/src/main/javax/management/remote/NotificationResult.java
trunk/jmx-remoting/src/main/javax/management/remote/TargetedNotification.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnection.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectionImpl.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnector.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectorServer.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIIIOPServerImpl.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIJRMPServerImpl.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServer.java
trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServerImpl.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/JMXSubsystemInvocationHandler.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/LocationAware.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanLocator.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanNotificationCache.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerClientInvokerProxy.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerLocator.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerRegistry.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanTransportPreference.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MoveableMBean.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationEntry.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationQueue.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/connector/ConnectorFactoryUtil.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/event/ClassQueryExp.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ClientProvider.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ServerProvider.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ClientProvider.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ServerProvider.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/rmi/ClientMBeanServerConnection.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerAction.java
trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerFilter.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/AsynchNotificationBroadcasterSupport.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/BadListener.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/CustomClass.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/InvokerTest.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/JBossNotificationBroadcasterSupport.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/Listener.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/NonserializableClass.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/NotificationTest.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/RunTimerFilter.java
trunk/jmx-remoting/src/main/test/compliance/core/notification/connection/ConnectionNotificationTest.java
trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXConnectorFactoryTest.java
trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceURLTest.java
trunk/jmx-remoting/src/main/test/sample/simple/Client.java
trunk/jmx-remoting/src/main/test/sample/simple/Sample.java
trunk/jmx-remoting/src/main/test/sample/simple/Server.java
trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPong.java
trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPongMBean.java
Log:
JBAS-3916, use the right copyright header
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXAuthenticator.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXAuthenticator.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXAuthenticator.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectionNotification.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectionNotification.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectionNotification.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnector.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnector.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnector.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorFactory.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorFactory.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorFactory.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServer.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServer.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServer.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerFactory.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerFactory.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerFactory.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerMBean.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerMBean.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerMBean.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXConnectorServerProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXPrincipal.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXPrincipal.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXPrincipal.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXProviderException.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXProviderException.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXProviderException.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/JMXServiceURL.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/JMXServiceURL.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/JMXServiceURL.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.net.MalformedURLException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/MBeanServerForwarder.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/MBeanServerForwarder.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/MBeanServerForwarder.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import javax.management.MBeanServer;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/NotificationResult.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/NotificationResult.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/NotificationResult.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/TargetedNotification.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/TargetedNotification.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/TargetedNotification.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnection.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnection.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnection.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectionImpl.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectionImpl.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectionImpl.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 javax.management.remote.rmi;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnector.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnector.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnector.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.ByteArrayInputStream;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectorServer.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectorServer.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIConnectorServer.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.ByteArrayOutputStream;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIIIOPServerImpl.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIIIOPServerImpl.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIIIOPServerImpl.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIJRMPServerImpl.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIJRMPServerImpl.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIJRMPServerImpl.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServer.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServer.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServer.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServerImpl.java
===================================================================
--- trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServerImpl.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/javax/management/remote/rmi/RMIServerImpl.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package javax.management.remote.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.util.HashMap;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/JMXSubsystemInvocationHandler.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/JMXSubsystemInvocationHandler.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/JMXSubsystemInvocationHandler.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.lang.reflect.InvocationTargetException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/LocationAware.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/LocationAware.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/LocationAware.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanLocator.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanLocator.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanLocator.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanNotificationCache.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanNotificationCache.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanNotificationCache.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.util.ArrayList;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerClientInvokerProxy.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerClientInvokerProxy.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerClientInvokerProxy.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.lang.reflect.InvocationHandler;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerLocator.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerLocator.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerLocator.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerRegistry.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerRegistry.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerRegistry.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.util.Collections;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanTransportPreference.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanTransportPreference.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MBeanTransportPreference.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.util.StringTokenizer;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MoveableMBean.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MoveableMBean.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/MoveableMBean.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationEntry.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationEntry.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationEntry.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationQueue.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationQueue.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/NotificationQueue.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/connector/ConnectorFactoryUtil.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/connector/ConnectorFactoryUtil.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/connector/ConnectorFactoryUtil.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.connector;
import java.util.ArrayList;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/event/ClassQueryExp.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/event/ClassQueryExp.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/event/ClassQueryExp.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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.jboss.mx.remoting.event;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ClientProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ClientProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ClientProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.provider.iiop;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ServerProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ServerProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/iiop/ServerProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.provider.iiop;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ClientProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ClientProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ClientProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.provider.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ServerProvider.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ServerProvider.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/provider/rmi/ServerProvider.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.provider.rmi;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/rmi/ClientMBeanServerConnection.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/rmi/ClientMBeanServerConnection.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/rmi/ClientMBeanServerConnection.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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.jboss.mx.remoting.rmi;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.tracker;
import java.lang.reflect.UndeclaredThrowableException;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerAction.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerAction.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerAction.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.tracker;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerFilter.java
===================================================================
--- trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerFilter.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/org/jboss/mx/remoting/tracker/MBeanTrackerFilter.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.mx.remoting.tracker;
import java.io.Serializable;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/AsynchNotificationBroadcasterSupport.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/AsynchNotificationBroadcasterSupport.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/AsynchNotificationBroadcasterSupport.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/BadListener.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/BadListener.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/BadListener.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/CustomClass.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/CustomClass.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/CustomClass.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/InvokerTest.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/InvokerTest.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/InvokerTest.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/JBossNotificationBroadcasterSupport.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/JBossNotificationBroadcasterSupport.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/JBossNotificationBroadcasterSupport.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/Listener.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/Listener.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/Listener.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/NonserializableClass.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/NonserializableClass.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/NonserializableClass.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/NotificationTest.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/NotificationTest.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/NotificationTest.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/RunTimerFilter.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/RunTimerFilter.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/RunTimerFilter.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/notification/connection/ConnectionNotificationTest.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/notification/connection/ConnectionNotificationTest.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/notification/connection/ConnectionNotificationTest.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.compliance.core.notification.connection;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXConnectorFactoryTest.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXConnectorFactoryTest.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXConnectorFactoryTest.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package test.compliance.core.serviceurl;
import java.io.IOException;
Modified: trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceURLTest.java
===================================================================
--- trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceURLTest.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceURLTest.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package test.compliance.core.serviceurl;
import java.net.InetAddress;
Modified: trunk/jmx-remoting/src/main/test/sample/simple/Client.java
===================================================================
--- trunk/jmx-remoting/src/main/test/sample/simple/Client.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/sample/simple/Client.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.sample.simple;
Modified: trunk/jmx-remoting/src/main/test/sample/simple/Sample.java
===================================================================
--- trunk/jmx-remoting/src/main/test/sample/simple/Sample.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/sample/simple/Sample.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.sample.simple;
Modified: trunk/jmx-remoting/src/main/test/sample/simple/Server.java
===================================================================
--- trunk/jmx-remoting/src/main/test/sample/simple/Server.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/main/test/sample/simple/Server.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,8 +1,23 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * 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 test.sample.simple;
Modified: trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPong.java
===================================================================
--- trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPong.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPong.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.test.mx.remoting.pingpong;
import java.util.HashMap;
Modified: trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPongMBean.java
===================================================================
--- trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPongMBean.java 2008-11-14 12:45:28 UTC (rev 81022)
+++ trunk/jmx-remoting/src/test/org/jboss/test/mx/remoting/pingpong/PingPongMBean.java 2008-11-14 12:46:39 UTC (rev 81023)
@@ -1,11 +1,24 @@
-/***************************************
- * *
- * JBoss: The OpenSource J2EE WebOS *
- * *
- * Distributable under LGPL license. *
- * See terms of license at gnu.org. *
- * *
- ***************************************/
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, 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.
+ */
package org.jboss.test.mx.remoting.pingpong;
import javax.management.NotificationBroadcaster;
More information about the jboss-cvs-commits
mailing list