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 2015/01/21 11:26:23 UTC

jena git commit: Add license headers

Repository: jena
Updated Branches:
  refs/heads/master b36baca4e -> aee73fe5e


Add license headers

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

Branch: refs/heads/master
Commit: aee73fe5e0717cec7c4eb6da354306ec4641baef
Parents: b36baca
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Jan 21 10:26:12 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Jan 21 10:26:12 2015 +0000

----------------------------------------------------------------------
 .../graph/CachedSecurityEvaluatorTest.java        | 18 ++++++++++++++++++
 .../security/graph/RecordingGraphListener.java    | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/aee73fe5/jena-security/src/test/java/org/apache/jena/security/contract/graph/CachedSecurityEvaluatorTest.java
----------------------------------------------------------------------
diff --git a/jena-security/src/test/java/org/apache/jena/security/contract/graph/CachedSecurityEvaluatorTest.java b/jena-security/src/test/java/org/apache/jena/security/contract/graph/CachedSecurityEvaluatorTest.java
index b145d89..6201b5c 100644
--- a/jena-security/src/test/java/org/apache/jena/security/contract/graph/CachedSecurityEvaluatorTest.java
+++ b/jena-security/src/test/java/org/apache/jena/security/contract/graph/CachedSecurityEvaluatorTest.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 org.apache.jena.security.contract.graph;
 
 import org.apache.jena.security.SecurityEvaluator;

http://git-wip-us.apache.org/repos/asf/jena/blob/aee73fe5/jena-security/src/test/java/org/apache/jena/security/graph/RecordingGraphListener.java
----------------------------------------------------------------------
diff --git a/jena-security/src/test/java/org/apache/jena/security/graph/RecordingGraphListener.java b/jena-security/src/test/java/org/apache/jena/security/graph/RecordingGraphListener.java
index 1e06e01..eb9d1cb 100644
--- a/jena-security/src/test/java/org/apache/jena/security/graph/RecordingGraphListener.java
+++ b/jena-security/src/test/java/org/apache/jena/security/graph/RecordingGraphListener.java
@@ -7,6 +7,24 @@ import com.hp.hpl.jena.graph.Graph;
 import com.hp.hpl.jena.graph.GraphListener;
 import com.hp.hpl.jena.graph.Triple;
 
+/*
+ * 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.
+ */
+
 public class RecordingGraphListener implements GraphListener
 {