[jboss-cvs] JBossAS SVN: r81020 - in trunk/jbossas: remoting/src/main/org/jboss/aspects/remoting/interceptors/invoker and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 14 07:41:46 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-14 07:41:46 -0500 (Fri, 14 Nov 2008)
New Revision: 81020

Modified:
   trunk/jbossas/jmx-remoting/src/main/org/jboss/mx/remoting/service/JMXConnectorServerService.java
   trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/invoker/InvokerInterceptor.java
   trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/marshall/MarshallInterceptor.java
   trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/transport/TransportInterceptor.java
   trunk/jbossas/remoting/src/main/org/jboss/remoting/security/domain/DomainServerSocketFactoryService.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ClientInterceptorTest.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/InterceptorTestCase.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocation.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocationHandler.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTarget.java
   trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTargetMBean.java
Log:
JBAS-3916, use the right copyright header

Modified: trunk/jbossas/jmx-remoting/src/main/org/jboss/mx/remoting/service/JMXConnectorServerService.java
===================================================================
--- trunk/jbossas/jmx-remoting/src/main/org/jboss/mx/remoting/service/JMXConnectorServerService.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/jmx-remoting/src/main/org/jboss/mx/remoting/service/JMXConnectorServerService.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.service;
 

Modified: trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/invoker/InvokerInterceptor.java
===================================================================
--- trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/invoker/InvokerInterceptor.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/invoker/InvokerInterceptor.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.aspects.remoting.interceptors.invoker;
 

Modified: trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/marshall/MarshallInterceptor.java
===================================================================
--- trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/marshall/MarshallInterceptor.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/marshall/MarshallInterceptor.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.aspects.remoting.interceptors.marshall;
 

Modified: trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/transport/TransportInterceptor.java
===================================================================
--- trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/transport/TransportInterceptor.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/org/jboss/aspects/remoting/interceptors/transport/TransportInterceptor.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.aspects.remoting.interceptors.transport;
 

Modified: trunk/jbossas/remoting/src/main/org/jboss/remoting/security/domain/DomainServerSocketFactoryService.java
===================================================================
--- trunk/jbossas/remoting/src/main/org/jboss/remoting/security/domain/DomainServerSocketFactoryService.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/org/jboss/remoting/security/domain/DomainServerSocketFactoryService.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.remoting.security.domain;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ClientInterceptorTest.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ClientInterceptorTest.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ClientInterceptorTest.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/InterceptorTestCase.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/InterceptorTestCase.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/InterceptorTestCase.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocation.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocation.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocation.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.remoting.interceptor;
 
 import java.io.Serializable;

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocationHandler.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocationHandler.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestInvocationHandler.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTarget.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTarget.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTarget.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 

Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTargetMBean.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTargetMBean.java	2008-11-14 12:40:42 UTC (rev 81019)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/TestTargetMBean.java	2008-11-14 12:41:46 UTC (rev 81020)
@@ -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.test.remoting.interceptor;
 




More information about the jboss-cvs-commits mailing list