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:30:50 UTC

[tomcat] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 7951df58bbcabdc842b0010e77ed1150df0d875d
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
---
 .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 a27cd4e..ab82a2b 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/**
@@ -184,3 +186,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


Re: [tomcat] branch master updated: Add ASLv2 header to the new Travis CI related files

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Feb 3, 2020 at 11:46 AM Konstantin Kolinko <kn...@gmail.com>
wrote:

> > --- 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/**
> > @@ -184,3 +186,6 @@ output/dist/temp/safeToDelete.tmp
> >  **/*.md
> >
> >  output/res/checkstyle/*
> > +
> > +.travis.yml
> > +.travis/antTest.sh
>
> Excluded are files that do not have proper license headers.
> If a file has a license header, there is no need to exclude it.
>

Removed them from rat-excludes.txt!

Thanks for watching over!

Martin


>
> Links to RAT reports are available here:
> https://tomcat.apache.org/ci.html
>
> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

Re: [tomcat] branch master updated: Add ASLv2 header to the new Travis CI related files

Posted by Konstantin Kolinko <kn...@gmail.com>.
> --- 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/**
> @@ -184,3 +186,6 @@ output/dist/temp/safeToDelete.tmp
>  **/*.md
>
>  output/res/checkstyle/*
> +
> +.travis.yml
> +.travis/antTest.sh

Excluded are files that do not have proper license headers.
If a file has a license header, there is no need to exclude it.

Links to RAT reports are available here:
https://tomcat.apache.org/ci.html

Best regards,
Konstantin Kolinko

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