You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mg...@apache.org on 2020/02/03 09:31:27 UTC

[tomcat] branch 8.5.x updated: Add ASLv2 header to the new Travis CI related files

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new ef6d17e  Add ASLv2 header to the new Travis CI related files
ef6d17e is described below

commit ef6d17e4172047fcc701f88cf8445a73835374f1
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Feb 3 11:29:40 2020 +0200

    Add ASLv2 header to the new Travis CI related files
    
    Also add those files to rat-excludes.txt
    
    (cherry picked from commit 7951df58bbcabdc842b0010e77ed1150df0d875d)
---
 .travis.yml              | 17 ++++++++++++++++-
 .travis/antTest.sh       | 15 +++++++++++++++
 res/rat/rat-excludes.txt |  5 +++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 04a14c9..526a1ea 100644
--- a/.travis.yml
+++ b/.travis.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.
+
 dist: bionic
 language: java
 jdk: oraclejdk8
@@ -64,4 +79,4 @@ after_failure:
 
 notifications:
     email:
-      - dev@tomcat.apache.org
\ No newline at end of file
+      - dev@tomcat.apache.org
diff --git a/.travis/antTest.sh b/.travis/antTest.sh
index 155004c..22ce104 100755
--- a/.travis/antTest.sh
+++ b/.travis/antTest.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# 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.
+
 # A helper script for TravisCI builds that saves the std
 # out and err streams in a log file. This is needed
 # because otherwise TravisCI complains that there is too
diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index de252c8..48f0937 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -55,6 +55,8 @@
 
   - Temporary cache files used by Checkstle
 
+  - Configuration files for third party Continuous Integration systems like Travis CI
+
 
 output/build/logs/*
 output/test-tmp/**
@@ -182,3 +184,6 @@ output/dist/temp/safeToDelete.tmp
 **/*.md
 
 output/res/checkstyle/*
+
+.travis.yml
+.travis/antTest.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org