You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/08/05 11:45:48 UTC

[lucy-commits] [2/4] git commit: refs/heads/master - Add license headers to C library install scripts

Add license headers to C library install scripts


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

Branch: refs/heads/master
Commit: b81d12efac37a954be48f23913560833f856bfb3
Parents: e247fcf
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Aug 5 11:40:26 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Aug 5 11:40:26 2013 +0200

----------------------------------------------------------------------
 c/install.sh                   | 16 ++++++++++++++++
 clownfish/runtime/c/install.sh | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/b81d12ef/c/install.sh
----------------------------------------------------------------------
diff --git a/c/install.sh b/c/install.sh
index f0c9446..106c84d 100755
--- a/c/install.sh
+++ b/c/install.sh
@@ -1,4 +1,20 @@
 #!/bin/sh
+
+# 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.
+
 set -e
 
 version=0.3.0

http://git-wip-us.apache.org/repos/asf/lucy/blob/b81d12ef/clownfish/runtime/c/install.sh
----------------------------------------------------------------------
diff --git a/clownfish/runtime/c/install.sh b/clownfish/runtime/c/install.sh
index 190b053..f8d00eb 100755
--- a/clownfish/runtime/c/install.sh
+++ b/clownfish/runtime/c/install.sh
@@ -1,4 +1,20 @@
 #!/bin/sh
+
+# 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.
+
 set -e
 
 version=0.3.0