Updated Branches:
  refs/heads/master 8d17457f1 -> 847816c6b

TS-2266 Add a "make rat" Makefile target, to create a RAT report


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/847816c6
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/847816c6
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/847816c6

Branch: refs/heads/master
Commit: 847816c6b1290e6c09e0354128c1e70cd50e8039
Parents: 8d17457
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Oct 6 09:38:16 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sun Oct 6 09:38:16 2013 -0600

----------------------------------------------------------------------
 CHANGES     | 3 +++
 Makefile.am | 4 ++++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/847816c6/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 4b0344f..c2c52f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 4.1.0
 
+  *) [TS-2266] Add a "make rat" Makefile target, to create a RAT report. This
+   is used for verifying licensing compliance on the entire source tree.
+
   *) [TS-2212] Implement the <fsiz> log tag for HTTP requests. This also does
    a small refactoring of the "atoi" functions in lib/ts, such that we now
    consistently have both prototypes for all types (with and without a

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/847816c6/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index d2caa5d..32e3498 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,6 +76,9 @@ install-examples: examples
 install-data-hook:
        @cd doc && $(MAKE) $(AM_MAKEFLAGS) install-man
 
+rat:
+       java -jar $(top_srcdir)/ci/apache-rat-0.11-SNAPSHOT.jar -E 
$(top_srcdir)/ci/rat-regex.txt  -d $(top_srcdir)
+
 help:
        @echo 'all              default target for building the package' && \
        echo 'check            run the test suite, if any' && \
@@ -86,6 +89,7 @@ help:
        echo 'asf-dist         recreate source package' && \
        echo 'asf-dist-sign    recreate source package, with checksums and 
signature' && \
        echo 'distcheck        verify dist by performing VPATH build and then 
distclean' && \
+       echo 'rat              produce a RAT licence compliance report of the 
source' && \
        echo 'doxygen          generate doxygen docs in doc/html dir' && \
        echo 'help             display this list of make targets' && \
        echo 'install          install by copying the built files to 
system-wide dirs' && \

Reply via email to