From a9e77b0c6625aeb2cf5d82e2448e82819092fd6a Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 8 Mar 2010 22:19:41 +0000 Subject: [PATCH] Add comments. --- utilities/release-tools/known_exceptions.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/utilities/release-tools/known_exceptions.txt b/utilities/release-tools/known_exceptions.txt index 4a79f454..4098a812 100644 --- a/utilities/release-tools/known_exceptions.txt +++ b/utilities/release-tools/known_exceptions.txt @@ -1,5 +1,19 @@ +# +# A list of files and directories that are known exceptions to the +# license-insertion process. +# +# Files will only be altered if they contain a "magic" license place-holder, +# but if they match one of the file-matchers and don't contain a place-holder, +# the process will write a warning. +# +# File-matchers are: +# '*.java', '*.jsp', '*.tld', '*.xsl', '*.xslt', '*.css', '*.js', 'build.xml' +# +# Known exceptions listed here produce no warnings. +# + # The "build directory" -.deployStaging/**/* +.build/**/* # The JSON Java source files from json.org vitro-core/webapp/src/org/json/*