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 2016/01/09 15:41:42 UTC

[1/2] lucy-clownfish git commit: Add license headers to Appveyor files

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 <we...@aevum.de>
Authored: Sat Jan 9 15:24:32 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
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
 


[2/2] lucy-clownfish git commit: Fix rat-excludes

Posted by nw...@apache.org.
Fix rat-excludes

It seems that Rat's -E option expects regexes that are matched against
the filename without directory.


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

Branch: refs/heads/0.4
Commit: a8107de45ce349d9cf284cb77c2640af885853e9
Parents: da1f2f3
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jan 9 15:27:10 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jan 9 15:27:10 2016 +0100

----------------------------------------------------------------------
 devel/conf/rat-excludes | 32 ++++++++------------------------
 1 file changed, 8 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/a8107de4/devel/conf/rat-excludes
----------------------------------------------------------------------
diff --git a/devel/conf/rat-excludes b/devel/conf/rat-excludes
index 86525b7..50ace45 100644
--- a/devel/conf/rat-excludes
+++ b/devel/conf/rat-excludes
@@ -14,42 +14,26 @@
 # limitations under the License.
 
 # Ignore the .git directory.
-.git/**
+\.git
 
 # CHANGES and MANIFEST files do not require license headers.
 CHANGES
-compiler/perl/MANIFEST
-runtime/perl/MANIFEST
+MANIFEST
 
 # doc file does not require license.
 CONTRIBUTING
 
 # These files are autogenerated by running CFCLexHeader.l through Flex.
 # Flex's licensing explicitly disclaims copyright on generated lexers.
-compiler/src/CFCLexHeader.h
-compiler/src/CFCLexHeader.c
+CFCLexHeader\.h
+CFCLexHeader\.c
 
 # The Lemon parser generator is in the public domain.  See LUCY-173.
-lemon/lemon.c
-lemon/lempar.c
+lemon\.c
+lempar\.c
 
 # Clownfish parcel files (.cfp) are in JSON format and cannot have comments.
-compiler/c/t/cfbase/Animal.cfp
-compiler/c/t/cfext/AnimalExtension.cfp
-compiler/perl/t/cfbase/Animal.cfp
-compiler/perl/t/cfclash/bar/Bar.cfp
-compiler/perl/t/cfclash/class/AnimalExtension.cfp
-compiler/perl/t/cfclash/foo/Foo.cfp
-compiler/perl/t/cfext/AnimalExtension.cfp
-runtime/core/Clownfish.cfp
-runtime/core/TestClownfish.cfp
+.*\.cfp
 
 # gitignore files should be ignored
-.gitignore
-compiler/.gitignore
-compiler/c/.gitignore
-compiler/perl/.gitignore
-devel/benchmarks/method_dispatch/.gitignore
-lemon/.gitignore
-runtime/c/.gitignore
-runtime/perl/.gitignore
+\.gitignore