Repository: incubator-freemarker-online-tester
Updated Branches:
  refs/heads/master b96fa9c2d -> cf21526ae


Removed or excluded any remaining files for which Rat reports "Unknown License".


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

Branch: refs/heads/master
Commit: cf21526aedfab941aa71cd1905a4c0d4ece6048c
Parents: b96fa9c
Author: ddekany <ddek...@apache.org>
Authored: Thu Feb 8 22:31:56 2018 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Thu Feb 8 22:31:56 2018 +0100

----------------------------------------------------------------------
 .travis.yml                   | 17 +++++++++++++++++
 build.gradle                  |  3 +++
 src/main/resources/banner.txt | 10 ----------
 3 files changed, 20 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/cf21526a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 968f652..5f6d72e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,20 @@
+# 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.
+
 language: java
 jdk:
   - oraclejdk8

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/cf21526a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6b6e39a..1a48037 100644
--- a/build.gradle
+++ b/build.gradle
@@ -119,6 +119,9 @@ task rat {
                 classpath: configurations.rat.asPath)
         ant.ratReport(reportFile: "build/rat-report.txt") {
             fileset(dir: "") {
+                exclude(name: "README.md")
+                exclude(name: "gradlew.bat")
+                exclude(name: "gradle/**")
                 exclude(name: "build/**")
                 exclude(name: "bin/**")
                 exclude(name: "out/**")

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/cf21526a/src/main/resources/banner.txt
----------------------------------------------------------------------
diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt
deleted file mode 100644
index 784711d..0000000
--- a/src/main/resources/banner.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-
-  ______                                  _                 ____        _ _    
        
- |  ____|                                | |               / __ \      | (_)   
        
- | |__ _ __ ___  ___ _ __ ___   __ _ _ __| | _____ _ __   | |  | |_ __ | |_ _ 
__   ___ 
- |  __| '__/ _ \/ _ \ '_ ` _ \ / _` | '__| |/ / _ \ '__|  | |  | | '_ \| | | 
'_ \ / _ \
- | |  | | |  __/  __/ | | | | | (_| | |  |   <  __/ |     | |__| | | | | | | | 
| |  __/
- |_|  |_|  \___|\___|_| |_| |_|\__,_|_|  |_|\_\___|_|      \____/|_| |_|_|_|_| 
|_|\___|
-                                                                               
        
-                                                                               
        
-

Reply via email to