You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/11/30 09:54:02 UTC

svn commit: r1040435 - in /geronimo/server/branches/2.2: framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ framework/configs/geronimo-boilerplate/src/main/underlay/contents/ framework/modules/g...

Author: genspring
Date: Tue Nov 30 08:54:01 2010
New Revision: 1040435

URL: http://svn.apache.org/viewvc?rev=1040435&view=rev
Log:
Fixing license head based on rat:check results.

Modified:
    geronimo/server/branches/2.2/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ServerOverride.java
    geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/LICENSE
    geronimo/server/branches/2.2/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/EncryptionManagerWrapperGBean.java
    geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeService.java
    geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitals.java
    geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitalsFactory.java
    geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties

Modified: geronimo/server/branches/2.2/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ServerOverride.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ServerOverride.java?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ServerOverride.java (original)
+++ geronimo/server/branches/2.2/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/ServerOverride.java Tue Nov 30 08:54:01 2010
@@ -1,3 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
 package org.apache.geronimo.mavenplugins.geronimo.server;
 
 import java.io.File;

Modified: geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/LICENSE
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/LICENSE?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/LICENSE (original)
+++ geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/LICENSE Tue Nov 30 08:54:01 2010
@@ -2395,3 +2395,33 @@ The following artifacts are covered by t
 
 ./repository/org/apache/geronimo/configs/activemq-ra/2.2.1/activemq-ra-2.2.1.car/rar/icu4j-4.0.1.jar
 ./repository/com/ibm/icu/icu4j/4.0.1/icu4j-4.0.1.jar
+
+
+
+
+=========================================================================
+==  public domain License                                                    ==
+=========================================================================
+The person or persons who have associated work with this document (the "Dedicator" or "Certifier") hereby 
+either (a) certifies that, to the best of his knowledge, the work of authorship identified is in the public domain
+ of the country from which the work is published, or (b) hereby dedicates whatever copyright the dedicators 
+ holds in the work of authorship identified below (the "Work") to the public domain. A certifier, moreover, 
+ dedicates any copyright interest he may have in the associated work, and for these purposes, is described as 
+ a "dedicator" below.
+
+A certifier has taken reasonable steps to verify the copyright status of this work. Certifier recognizes 
+that his good faith efforts may not shield him from liability if in fact the work certified is not in the public domain.
+
+Dedicator makes this dedication for the benefit of the public at large and to the detriment of the Dedicator's 
+heirs and successors. Dedicator intends this dedication to be an overt act of relinquishment in perpetuity of 
+all present and future rights under copyright law, whether vested or contingent, in the Work. Dedicator 
+understands that such relinquishment of all rights includes the relinquishment of all rights to enforce 
+(by lawsuit or otherwise) those copyrights in the Work.
+
+Dedicator recognizes that, once placed in the public domain, the Work may be freely reproduced, distributed, 
+transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or 
+non-commercial, and in any way, including by methods that have not yet been invented or conceived.
+
+
+3 classes(FutureTask.java,ThreadPoolExecutor.java, RejectedExecutionHandler.java in ) in following artifact are covered by the above public domain License:
+./repository/org/apache/geronimo/modules/geronimo-concurrent-core/2.2.1/geronimo-concurrent-core-2.2.1.jar

Modified: geronimo/server/branches/2.2/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/EncryptionManagerWrapperGBean.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/EncryptionManagerWrapperGBean.java?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/EncryptionManagerWrapperGBean.java (original)
+++ geronimo/server/branches/2.2/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/EncryptionManagerWrapperGBean.java Tue Nov 30 08:54:01 2010
@@ -1,3 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
 package org.apache.geronimo.system.util;
 
 import java.io.Serializable;

Modified: geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeService.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeService.java?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeService.java (original)
+++ geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeService.java Tue Nov 30 08:54:01 2010
@@ -1,5 +1,18 @@
 /**
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
  */
 package org.apache.geronimo.farm.service;
 
@@ -7,6 +20,9 @@ import java.io.Serializable;
 import java.net.URI;
 import java.net.URISyntaxException;
 
+/**
+ * @version $Rev$ $Date$
+ */
 public class NodeService implements Serializable {
 
     private static final long serialVersionUID = 8329271824511964537L;

Modified: geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitals.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitals.java?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitals.java (original)
+++ geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitals.java Tue Nov 30 08:54:01 2010
@@ -1,5 +1,18 @@
 /**
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
  */
 package org.apache.geronimo.farm.service;
 
@@ -8,6 +21,10 @@ import java.io.Serializable;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+
+/**
+ * @version $Rev$ $Date$
+ */
 public class NodeServiceVitals implements Serializable {
 
     static final Logger log = LoggerFactory.getLogger(NodeServiceVitals.class);

Modified: geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitalsFactory.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitalsFactory.java?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitalsFactory.java (original)
+++ geronimo/server/branches/2.2/plugins/clustering/geronimo-farm/src/main/java/org/apache/geronimo/farm/service/NodeServiceVitalsFactory.java Tue Nov 30 08:54:01 2010
@@ -1,5 +1,18 @@
 /**
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
  */
 package org.apache.geronimo.farm.service;
 
@@ -9,6 +22,10 @@ import org.apache.geronimo.gbean.annotat
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+
+/**
+ * @version $Rev$ $Date$
+ */
 @GBean(name="NodeServiceVitalsFactory",j2eeType=GBeanInfoBuilder.DEFAULT_J2EE_TYPE)
 public class NodeServiceVitalsFactory {
 

Modified: geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties?rev=1040435&r1=1040434&r2=1040435&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties (original)
+++ geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties Tue Nov 30 08:54:01 2010
@@ -0,0 +1,16 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
\ No newline at end of file