Repository: incubator-freemarker-docgen
Updated Branches:
  refs/heads/master fcd3269d2 -> b2155dece


Applying new Rat policy


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/b2155dec
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/b2155dec
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/b2155dec

Branch: refs/heads/master
Commit: b2155dece3e2a930f235095de4d544b9cf4b2a9d
Parents: fcd3269
Author: ddekany <ddek...@apache.org>
Authored: Fri Feb 9 15:22:11 2018 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Fri Feb 9 15:22:11 2018 +0100

----------------------------------------------------------------------
 LICENSE      | 28 -----------------
 build.xml    |  8 +----
 rat-excludes | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/b2155dec/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index e014df3..55543d8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -203,34 +203,6 @@
 
 ==============================================================================
 
-The Apache FreeMarker (incubating) source code contains the following
-files without copyright header for technical reasons, which were created
-at the Apache FreeMarker (incubating) project, and hence are covered by
-the same license as the other source files of it:
-
-    package.json
-    package-lock.json
-    src/main/org/freemarker/docgen/statics/fonts/selection.json
-    src/main/org/freemarker/docgen/statics/img/patterned-bg.png
-    src/main/org/freemarker/docgen/statics/img/xxe.gif
-    src/main/org/freemarker/docgen/statics/img/xxe.png
-    src/test/1/bat.jpg
-    src/test/1/figures/model2sketch.png
-    src/test/1/figures/overview.png
-    src/test/1/figures/tree.png
-    src/test/1/logo.png
-    src/test/2/logo.png
-    src/test/2/test.gif
-    src/test/3/logo.png
-    src/test/4/logo.png
-    src/test/5/logo.png
-    src/test/6/logo.png
-    src/test/7/logo.png
-    src/test/8/logo.png
-    src/test/9/logo.png
-
-==============================================================================
-
 The "icomoon" font files (icomoon.eot, icomoon.svg, icomoon.ttf, and
 icomoon.woff) under the "documentation" directory of the FreeMarker
 distribution contains a selection from the fonts listed below. Note that

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/b2155dec/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 053880f..b35cf46 100644
--- a/build.xml
+++ b/build.xml
@@ -443,13 +443,7 @@
     />  
     
     <rat:report reportFile="build/rat-report.txt">
-      <fileset dir="">
-        <exclude name="build/**"/>
-        <exclude name="ide-dependencies/**"/>
-        <exclude name="node_modules/**"/>
-        <exclude name=".*"/>
-        <exclude name=".*/**"/>
-      </fileset>
+      <fileset dir="" excludesfile="rat-excludes" />
     </rat:report>
     <echo level="info"><!--
     -->Rat reports were written into build/rat-report.txt<!--

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/b2155dec/rat-excludes
----------------------------------------------------------------------
diff --git a/rat-excludes b/rat-excludes
new file mode 100644
index 0000000..3e66a63
--- /dev/null
+++ b/rat-excludes
@@ -0,0 +1,91 @@
+# 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.
+
+# In src/:
+# --------
+
+# Files covered in the LICENSE file:
+src/main/org/freemarker/docgen/schema/docbook.rng
+src/main/org/freemarker/docgen/statics/fonts/icomoon.svg
+src/main/org/freemarker/docgen/statics/fonts/icomoon.eot
+src/main/org/freemarker/docgen/statics/fonts/icomoon.ttf
+src/main/org/freemarker/docgen/statics/fonts/icomoon.woff
+
+# Files without license header that were created in the FreeMarker project:
+package.json
+package-lock.json
+src/main/org/freemarker/docgen/statics/fonts/selection.json
+src/main/org/freemarker/docgen/statics/img/patterned-bg.png
+src/main/org/freemarker/docgen/statics/img/xxe.gif
+src/main/org/freemarker/docgen/statics/img/xxe.png
+src/test/1/bat.jpg
+src/test/1/figures/model2sketch.png
+src/test/1/figures/overview.png
+src/test/1/figures/tree.png
+src/test/1/logo.png
+src/test/2/logo.png
+src/test/2/test.gif
+src/test/3/logo.png
+src/test/4/logo.png
+src/test/5/logo.png
+src/test/6/logo.png
+src/test/7/logo.png
+src/test/8/logo.png
+src/test/9/logo.png
+
+# Tooling/IDE generated files:
+# ----------------------------
+
+node_modules/**
+.checkstyle
+.eslintrc
+.fbprefs
+.jshintrc
+ide-dependencies/**
+archive
+.git/**
+.ivy/**
+.bin/**
+bin/**
+build/**
+.build/**
+out/**
+.out/**
+target/**
+.settings/**
+.classpath
+.project
+.settings
+.idea/**
+*.iml
+*.iws
+*.ipr
+.idea_modules/**
+.out/**
+.gradle/**
+gradle/**
+.DS_Store*
+.AppleDouble
+.LSOverride
+.directory
+.Trash*
+
+# Well known files that need no license note:
+# -------------------------------------------
+
+README.md
+LICENSE-*
\ No newline at end of file

Reply via email to