You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/10/19 18:57:29 UTC

svn commit: r1400167 - in /jena/trunk: jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/ jena-arq/src/main/resources/ jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/ jena-iri/src/main/java/org/apache/jena/iri/impl/ jena-tdb/src/test/java/com/h...

Author: andy
Date: Fri Oct 19 16:57:28 2012
New Revision: 1400167

URL: http://svn.apache.org/viewvc?rev=1400167&view=rev
Log:
Add or correct licenses.

Modified:
    jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/GraphStoreNull.java
    jena/trunk/jena-arq/src/main/resources/arq-properties.xml
    jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestDatasets.java
    jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl
    jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.dtd
    jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml
    jena/trunk/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_QuadsObjectIsNull.java

Modified: jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/GraphStoreNull.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/GraphStoreNull.java?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/GraphStoreNull.java (original)
+++ jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/GraphStoreNull.java Fri Oct 19 16:57:28 2012
@@ -1,3 +1,21 @@
+/*
+ * 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 com.hp.hpl.jena.sparql.modify;
 
 import java.util.Iterator ;

Modified: jena/trunk/jena-arq/src/main/resources/arq-properties.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/main/resources/arq-properties.xml?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-arq/src/main/resources/arq-properties.xml (original)
+++ jena/trunk/jena-arq/src/main/resources/arq-properties.xml Fri Oct 19 16:57:28 2012
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
+<!--  Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 -->
 <properties version="1.0">
   <comment>ARQ System Properties</comment>
   <entry key="com.hp.hpl.jena.sparql.version">${project.version}</entry>

Modified: jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestDatasets.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestDatasets.java?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestDatasets.java (original)
+++ jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestDatasets.java Fri Oct 19 16:57:28 2012
@@ -1,3 +1,21 @@
+/*
+ * 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 com.hp.hpl.jena.sparql.graph;
 
 import java.util.ArrayList;

Modified: jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl (original)
+++ jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl Fri Oct 19 16:57:28 2012
@@ -1,14 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
 <!-- 
-(c) Copyright 2006 Hewlett-Packard Development Company, LP
- [See middle of file]
+  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.
 -->
  
 
 <!--
-    Created on : 06 January 2006, 08:44
-    Author     : jjc
     Description:
         Turns violations.xml into ViolationCodes.java.
 -->
@@ -41,9 +52,23 @@
     <!--    End Extended validation -->
     
 /*
- * (c) Copyright 2006 Hewlett-Packard Development Company, LP
- * [See end of file]
- */
+ * 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.
+ */  
+
  /*
  AUTOGENERATED FILE: DO NOT EDIT
  */
@@ -99,10 +124,6 @@ import com.hp.hpl.jena.iri.impl.Force;
   <xsl:apply-templates select="descendant::specification[@type='other']" mode="javadoc"/> 
  &lt;/dl>
  
- 
- 
- * @author Jeremy J. Carroll
- *
  */
 public interface ViolationCodes {
    
@@ -124,39 +145,7 @@ This class is not part of the API.
    }
    
    <xsl:apply-templates select="descendant::violation" mode="top"/>
-
-
-<!-- Note the copyright statement immediately below refers both to the
-    file produced and to this file.  -->
 }
-
-
-/*
- *  (c) Copyright 2006 Hewlett-Packard Development Company, LP
- *  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
     </xsl:template>
 
     <xsl:template match="violation" mode="top">

Modified: jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.dtd
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.dtd?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.dtd (original)
+++ jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.dtd Fri Oct 19 16:57:28 2012
@@ -1,6 +1,24 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!--
+  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
+-->
+
+<!--
     TODO define vocabulary indentification
     PUBLIC ID: -//vendor//vocabulary//EN
     SYSTEM ID: http://server/path/violations.dtd

Modified: jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml (original)
+++ jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml Fri Oct 19 16:57:28 2012
@@ -1,6 +1,24 @@
-
 <!DOCTYPE violations SYSTEM  'violations.dtd'>
 
+<!--
+  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
+-->
+
+
 <violations>
 	<specification id="RDF" href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Graph-URIref">
 		

Modified: jena/trunk/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_QuadsObjectIsNull.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_QuadsObjectIsNull.java?rev=1400167&r1=1400166&r2=1400167&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_QuadsObjectIsNull.java (original)
+++ jena/trunk/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_QuadsObjectIsNull.java Fri Oct 19 16:57:28 2012
@@ -1,3 +1,21 @@
+/*
+ * 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 com.hp.hpl.jena.tdb.extra ;
 
 import java.util.Iterator ;