Fix missing license header introduced by JENA-847 changes

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

Branch: refs/heads/master
Commit: 72d29e631447cc41c10f727b0c599e0e0ed8008b
Parents: 4ee8d9e
Author: Rob Vesse <[email protected]>
Authored: Wed Jan 14 10:30:15 2015 +0000
Committer: Rob Vesse <[email protected]>
Committed: Wed Jan 14 10:30:15 2015 +0000

----------------------------------------------------------------------
 jena-parent/pom.xml                               |  2 +-
 .../apache/jena/security/AssemblerConstants.java  | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/72d29e63/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index e399b5a..5a303f6 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -343,7 +343,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-       <version>0.11</version>
+        <version>0.11</version>
         <executions>
           <execution>
             <id>rat-checks</id>

http://git-wip-us.apache.org/repos/asf/jena/blob/72d29e63/jena-security/src/main/java/org/apache/jena/security/AssemblerConstants.java
----------------------------------------------------------------------
diff --git 
a/jena-security/src/main/java/org/apache/jena/security/AssemblerConstants.java 
b/jena-security/src/main/java/org/apache/jena/security/AssemblerConstants.java
index 43c2034..ca65b7a 100644
--- 
a/jena-security/src/main/java/org/apache/jena/security/AssemblerConstants.java
+++ 
b/jena-security/src/main/java/org/apache/jena/security/AssemblerConstants.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;
 
 import com.hp.hpl.jena.rdf.model.Property;

Reply via email to