You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2018/02/16 21:33:44 UTC

[3/4] marmotta git commit: fixed RAT check (missing license headers in source files)

fixed RAT check (missing license headers in source files)


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

Branch: refs/heads/develop
Commit: 0726f498412b4f138ca2aa09999762615c11a19f
Parents: 7c1badc
Author: Jakob Frank <ja...@apache.org>
Authored: Fri Feb 16 19:22:59 2018 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Fri Feb 16 19:22:59 2018 +0100

----------------------------------------------------------------------
 Dockerfile                   | 16 ++++++++++++++++
 libraries/ostrich/Dockerfile | 16 ++++++++++++++++
 pom.xml                      |  1 +
 3 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/0726f498/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 60b6a4c..42a8cf6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,19 @@
+# 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.
+#
 # Dockerfile for Apache Marmotta
 
 FROM debian:jessie-backports

http://git-wip-us.apache.org/repos/asf/marmotta/blob/0726f498/libraries/ostrich/Dockerfile
----------------------------------------------------------------------
diff --git a/libraries/ostrich/Dockerfile b/libraries/ostrich/Dockerfile
index 03f1567..43a156a 100644
--- a/libraries/ostrich/Dockerfile
+++ b/libraries/ostrich/Dockerfile
@@ -1,3 +1,19 @@
+# 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.
+#
 # Dockerfile for Apache Marmotta Ostrich Triplestore
 
 FROM debian:stretch

http://git-wip-us.apache.org/repos/asf/marmotta/blob/0726f498/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1553ed6..360fdf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,7 @@
                         <!-- Some extra files not covered by the default excludes -->
                         <exclude>.git/**</exclude>
                         <exclude>.gitignore</exclude>
+                        <exclude>.github/PULL_REQUEST_TEMPLATE.md</exclude>
                         <exclude>.idea/**</exclude>
                         <exclude>atlassian-ide-plugin.xml</exclude>
                         <exclude>**/.dockerignore</exclude>