You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2007/01/01 14:10:15 UTC

svn commit: r491567 - in /db/jdo/trunk/util20: ./ src/conf/ src/java/org/apache/jdo/util/ src/java/org/apache/jdo/util/web/

Author: mbo
Date: Mon Jan  1 05:10:14 2007
New Revision: 491567

URL: http://svn.apache.org/viewvc?view=rev&rev=491567
Log:
JDO-441: update license information in util20

Modified:
    db/jdo/trunk/util20/maven.xml
    db/jdo/trunk/util20/project.properties
    db/jdo/trunk/util20/project.xml
    db/jdo/trunk/util20/src/conf/commons-logging.properties
    db/jdo/trunk/util20/src/conf/logging.properties
    db/jdo/trunk/util20/src/conf/simplelog.properties
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/Bundle.properties
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/I18NHelper.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDOJdk14Logger.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDORIVersion.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/Pool.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/StringHelper.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakHashSet.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakValueHashMap.java
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/package.html
    db/jdo/trunk/util20/src/java/org/apache/jdo/util/web/JDOFilter.java

Modified: db/jdo/trunk/util20/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/maven.xml?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/maven.xml (original)
+++ db/jdo/trunk/util20/maven.xml Mon Jan  1 05:10:14 2007
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2006 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    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
   

Modified: db/jdo/trunk/util20/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/project.properties?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/project.properties (original)
+++ db/jdo/trunk/util20/project.properties Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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
 # 

Modified: db/jdo/trunk/util20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/project.xml?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/project.xml (original)
+++ db/jdo/trunk/util20/project.xml Mon Jan  1 05:10:14 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright 2006 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    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
   

Modified: db/jdo/trunk/util20/src/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/conf/commons-logging.properties?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/conf/commons-logging.properties (original)
+++ db/jdo/trunk/util20/src/conf/commons-logging.properties Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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
 # 

Modified: db/jdo/trunk/util20/src/conf/logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/conf/logging.properties?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/conf/logging.properties (original)
+++ db/jdo/trunk/util20/src/conf/logging.properties Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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
 # 

Modified: db/jdo/trunk/util20/src/conf/simplelog.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/conf/simplelog.properties?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/conf/simplelog.properties (original)
+++ db/jdo/trunk/util20/src/conf/simplelog.properties Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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
 # 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/Bundle.properties?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/Bundle.properties (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/Bundle.properties Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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
 # 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/I18NHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/I18NHelper.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/I18NHelper.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/I18NHelper.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDOJdk14Logger.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDOJdk14Logger.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDOJdk14Logger.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDOJdk14Logger.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDORIVersion.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDORIVersion.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDORIVersion.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/JDORIVersion.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/Pool.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/Pool.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/Pool.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/Pool.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/StringHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/StringHelper.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/StringHelper.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/StringHelper.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakHashSet.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakHashSet.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakHashSet.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakHashSet.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakValueHashMap.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakValueHashMap.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakValueHashMap.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/WeakValueHashMap.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  * 

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/package.html?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/package.html (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/package.html Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 <!--
- Copyright 2005 The Apache Software Foundation.
- 
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at 
+ 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
  

Modified: db/jdo/trunk/util20/src/java/org/apache/jdo/util/web/JDOFilter.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/src/java/org/apache/jdo/util/web/JDOFilter.java?view=diff&rev=491567&r1=491566&r2=491567
==============================================================================
--- db/jdo/trunk/util20/src/java/org/apache/jdo/util/web/JDOFilter.java (original)
+++ db/jdo/trunk/util20/src/java/org/apache/jdo/util/web/JDOFilter.java Mon Jan  1 05:10:14 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * 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
  *