You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/07/04 15:56:21 UTC

[4/6] incubator-commonsrdf git commit: ASF license header

ASF license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/8ea8bb02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/8ea8bb02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/8ea8bb02

Branch: refs/heads/jena
Commit: 8ea8bb02b2137d23bb73d22760d43cc2cb770364
Parents: e355e18
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jul 4 16:55:28 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jul 4 16:55:28 2016 +0100

----------------------------------------------------------------------
 jena/src/test/resources/D.ttl | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/8ea8bb02/jena/src/test/resources/D.ttl
----------------------------------------------------------------------
diff --git a/jena/src/test/resources/D.ttl b/jena/src/test/resources/D.ttl
index d37081c..b713bf9 100644
--- a/jena/src/test/resources/D.ttl
+++ b/jena/src/test/resources/D.ttl
@@ -1,4 +1,20 @@
-prefix : <http://example/>
+# 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.
+
+prefix : <http://example.com/>
 
 :s :p 123 .
 [ :p1 [ :q "r"@en ] ] .