You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by fi...@apache.org on 2006/03/24 10:17:47 UTC

svn commit: r388471 - in /jackrabbit/branches/1.0: contrib/jcrtaglib/ contrib/orm-persistence/applications/test/ojb/ jackrabbit/src/main/java/org/apache/jackrabbit/core/ jackrabbit/src/main/java/org/apache/jackrabbit/util/name/

Author: fielding
Date: Fri Mar 24 01:17:45 2006
New Revision: 388471

URL: http://svn.apache.org/viewcvs?rev=388471&view=rev
Log:
JCR-356: Update license header

Modified:
    jackrabbit/branches/1.0/contrib/jcrtaglib/project.properties
    jackrabbit/branches/1.0/contrib/orm-persistence/applications/test/ojb/repository.dtd
    jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/core/repository.properties
    jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/util/name/NamespaceExtractor.java

Modified: jackrabbit/branches/1.0/contrib/jcrtaglib/project.properties
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/contrib/jcrtaglib/project.properties?rev=388471&r1=388470&r2=388471&view=diff
==============================================================================
--- jackrabbit/branches/1.0/contrib/jcrtaglib/project.properties (original)
+++ jackrabbit/branches/1.0/contrib/jcrtaglib/project.properties Fri Mar 24 01:17:45 2006
@@ -1,11 +1,10 @@
-#  Copyright 2003-2005 The Apache Software Foundatio or its licensors,
-#                      as applicablen
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  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
+#       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,

Modified: jackrabbit/branches/1.0/contrib/orm-persistence/applications/test/ojb/repository.dtd
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/contrib/orm-persistence/applications/test/ojb/repository.dtd?rev=388471&r1=388470&r2=388471&view=diff
==============================================================================
--- jackrabbit/branches/1.0/contrib/orm-persistence/applications/test/ojb/repository.dtd (original)
+++ jackrabbit/branches/1.0/contrib/orm-persistence/applications/test/ojb/repository.dtd Fri Mar 24 01:17:45 2006
@@ -1,19 +1,17 @@
-<!-- @version $Id: $ -->
 <!--
-#/* Copyright 2004 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
-# *
-# *     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.
-# */
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  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.
 -->
 <!--
 	ObJectRelationalBridge - Bridging Java objects and relational dabatases

Modified: jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/core/repository.properties
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/core/repository.properties?rev=388471&r1=388470&r2=388471&view=diff
==============================================================================
--- jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/core/repository.properties (original)
+++ jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/core/repository.properties Fri Mar 24 01:17:45 2006
@@ -1,12 +1,11 @@
 #
-#  Copyright 2003-2005 The Apache Software Foundatio or its licensors,
-#                      as applicablen
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  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
+#       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,

Modified: jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/util/name/NamespaceExtractor.java
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/util/name/NamespaceExtractor.java?rev=388471&r1=388470&r2=388471&view=diff
==============================================================================
--- jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/util/name/NamespaceExtractor.java (original)
+++ jackrabbit/branches/1.0/jackrabbit/src/main/java/org/apache/jackrabbit/util/name/NamespaceExtractor.java Fri Mar 24 01:17:45 2006
@@ -1,19 +1,11 @@
 /*
- * $Id$
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  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
  *
- * Copyright 2002-2004 Day Management AG, Switzerland.
- *
- * Licensed under the Day RI License, Version 2.0 (the "License"),
- * as a reference implementation of the following specification:
- *
- *   Content Repository API for Java Technology, revision 0.13
- *        <http://www.jcp.org/en/jsr/detail?id=170>
- *
- * You may not use this file except in compliance with the License.
- * You may obtain a copy of the License files at
- *
- *     http://www.day.com/content/en/licenses/day-ri-license-2.0
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *      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,