Repository: jena
Updated Branches:
  refs/heads/master 34ed02b60 -> 2fdfb2676


JENA-912: Add license header, remove @author.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/2fdfb267
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/2fdfb267
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/2fdfb267

Branch: refs/heads/master
Commit: 2fdfb26766150c81bce98ec318a90a20b1070944
Parents: 34ed02b
Author: Andy Seaborne <[email protected]>
Authored: Fri Apr 3 14:56:05 2015 +0100
Committer: Andy Seaborne <[email protected]>
Committed: Fri Apr 3 14:56:05 2015 +0100

----------------------------------------------------------------------
 .../java/com/hp/hpl/jena/vocabulary/SKOS.java   | 24 +++++++++++++++++---
 .../java/com/hp/hpl/jena/vocabulary/SKOSXL.java | 23 ++++++++++++++++---
 2 files changed, 41 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2fdfb267/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOS.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOS.java 
b/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOS.java
index c2c1a71..c6a7161 100644
--- a/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOS.java
+++ b/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOS.java
@@ -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.vocabulary;
 
 
@@ -5,10 +23,10 @@ import com.hp.hpl.jena.rdf.model.Model;
 import com.hp.hpl.jena.rdf.model.ModelFactory;
 import com.hp.hpl.jena.rdf.model.Property;
 import com.hp.hpl.jena.rdf.model.Resource;
+
 /**
- * Vocabulary definition for the <a 
href="http://www.w3.org/2009/08/skos-reference/skos.html";>W3C SKOS 
Recommendation</a>.
- * @author Quentin Reul (Quentin.H.Reul[at]gmail.com)
- *
+ * Vocabulary definition for the 
+ * <a href="http://www.w3.org/2009/08/skos-reference/skos.html";>W3C SKOS 
Recommendation</a>.
  */
 public class SKOS {
        /**

http://git-wip-us.apache.org/repos/asf/jena/blob/2fdfb267/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOSXL.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOSXL.java 
b/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOSXL.java
index b2a50a7..579b8e4 100644
--- a/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOSXL.java
+++ b/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/SKOSXL.java
@@ -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.vocabulary;
 
 import com.hp.hpl.jena.rdf.model.Model;
@@ -6,9 +24,8 @@ import com.hp.hpl.jena.rdf.model.Property;
 import com.hp.hpl.jena.rdf.model.Resource;
 
 /**
- * Vocabulary definition for the <a 
href="http://www.w3.org/TR/skos-reference/skos-xl.html";>W3C SKOS-XL 
Recommendation</a>.
- * @author Quentin Reul (Quentin.H.Reul[at]gmail.com)
- *
+ * Vocabulary definition for the 
+ * <a href="http://www.w3.org/TR/skos-reference/skos-xl.html";>W3C SKOS-XL 
Recommendation</a>.
  */
 public class SKOSXL {
        /**

Reply via email to