Repository: lucy-clownfish
Updated Branches:
  refs/heads/0.4 7f59e99e2 -> a8107de45


Add license headers to Appveyor files


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

Branch: refs/heads/0.4
Commit: da1f2f3bf4a287d2fe8bb63da53e5b650346b94f
Parents: 7f59e99
Author: Nick Wellnhofer <[email protected]>
Authored: Sat Jan 9 15:24:32 2016 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Sat Jan 9 15:24:32 2016 +0100

----------------------------------------------------------------------
 appveyor.yml                 | 15 +++++++++++++++
 devel/bin/appveyor-build.bat | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/da1f2f3b/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index c153317..69bebbb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,3 +1,18 @@
+# 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.
+
 environment:
   global:
     LUCY_DEBUG: 1

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/da1f2f3b/devel/bin/appveyor-build.bat
----------------------------------------------------------------------
diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat
index b7d05e6..c5436ed 100644
--- a/devel/bin/appveyor-build.bat
+++ b/devel/bin/appveyor-build.bat
@@ -1,5 +1,20 @@
 @echo off
 
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 if "%CLOWNFISH_HOST%" == "c" goto test_c
 if "%CLOWNFISH_HOST%" == "perl" goto test_perl
 

Reply via email to