Updated Branches: refs/heads/master cef805c41 -> 5be35211a
Adding missing header and adding the NOTICE-bin to the rat exclude list. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/5be35211 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/5be35211 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/5be35211 Branch: refs/heads/master Commit: 5be35211a1ff6bb7264eefe3ab56ee0043d167c3 Parents: cef805c Author: Aaron McCurry <[email protected]> Authored: Fri Sep 13 07:12:18 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Sep 13 07:12:18 2013 -0400 ---------------------------------------------------------------------- .../src/main/resources/notices/generate-notice.sh | 15 +++++++++++++++ pom.xml | 1 + 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/5be35211/distribution/src/main/resources/notices/generate-notice.sh ---------------------------------------------------------------------- diff --git a/distribution/src/main/resources/notices/generate-notice.sh b/distribution/src/main/resources/notices/generate-notice.sh index 0d9972c..97bf11d 100755 --- a/distribution/src/main/resources/notices/generate-notice.sh +++ b/distribution/src/main/resources/notices/generate-notice.sh @@ -1,5 +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. + cat ../NOTICE-bin.txt for f in `ls *.NOTICE` http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/5be35211/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ccefcac..8a8dfe8 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,7 @@ under the License. <!-- License and Notice files for Blur --> <exclude>**/src/main/resources/license-notes.txt</exclude> <exclude>**/src/main/resources/NOTICE-src.txt</exclude> + <exclude>**/src/main/resources/NOTICE-bin.txt</exclude> <!-- Default configuration files used by Blur --> <exclude>**/src/main/scripts/conf/controllers</exclude>
