Repository: incubator-netbeans Updated Branches: refs/heads/master c3a9f5dbf -> 3a77786bf
[NETBEANS-54] Module Review mercurial - Added license to l10n.list - Added templates & test files to rat exclusion list - No other licensing issues found. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/a49311b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/a49311b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/a49311b1 Branch: refs/heads/master Commit: a49311b1f31e4161acd3221dedf4a74419bccd58 Parents: c3a9f5d Author: Antonio Vieiro <[email protected]> Authored: Thu Oct 12 18:38:32 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Sat Oct 14 12:03:48 2017 +0200 ---------------------------------------------------------------------- mercurial/l10n.list | 16 ++++++++++++++++ nbbuild/build.xml | 3 +++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/a49311b1/mercurial/l10n.list ---------------------------------------------------------------------- diff --git a/mercurial/l10n.list b/mercurial/l10n.list index e7f9a9b..11cf688 100644 --- a/mercurial/l10n.list +++ b/mercurial/l10n.list @@ -1,2 +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. # mercurial/main read global http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/a49311b1/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 461feb0..b53e19b 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -2036,6 +2036,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="java.editor/test/unit/data/**" /> <!--test data--> <exclude name="java.editor.base/test/unit/data/**" /> <!--test data--> <exclude name="ide.kit/test/qa-functional/**/*.txt" /> <!-- test data --> + <exclude name="mercurial/src/org/netbeans/modules/mercurial/util/log*" /> <!-- user templates for mercurial commits, etc. --> + <exclude name="mercurial/test/qa-functional/data/files/**"/> <!-- qa test data --> + <exclude name="mercurial/test/unit/data/**" /> <!-- unit test data --> </patternset> <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportfile="build/rat-report.txt"> <rat:substringMatcher licenseFamilyCategory="w3c2" licenseFamilyName="W3C Software and Document Notice and License">
