From 4a8466783a30f8761f2a6837aaf1d6abe0d9e676 Mon Sep 17 00:00:00 2001 From: Mauricio Carneiro Date: Mon, 7 Jan 2013 14:46:28 -0500 Subject: [PATCH] License Parser and update all license scripts * Implemented a script that parses and replaces the license (to be used by git on every commit) * Implemented a shell script that makes use of the license parser to add the license to all java files in the repo GSA-685 GSATDG-6 GSATDG-16 --- licensing/private_license.txt | 7 +++++++ licensing/protected_license.txt | 7 +++++++ licensing/public_license.txt | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 licensing/private_license.txt create mode 100644 licensing/protected_license.txt create mode 100644 licensing/public_license.txt diff --git a/licensing/private_license.txt b/licensing/private_license.txt new file mode 100644 index 000000000..e5609db65 --- /dev/null +++ b/licensing/private_license.txt @@ -0,0 +1,7 @@ +PRIVATE PRIVATE PRIVATE + +This is a test license for the GATK +all files will abide to it +one license to rule them all + +PRIVATE PRIVATE PRIVATE diff --git a/licensing/protected_license.txt b/licensing/protected_license.txt new file mode 100644 index 000000000..d3966e17d --- /dev/null +++ b/licensing/protected_license.txt @@ -0,0 +1,7 @@ +PROTECTED PROTECTED PROTECTED + +This is a test license for the GATK +all files will abide to it +one license to rule them all + +PROTECTED PROTECTED PROTECTED diff --git a/licensing/public_license.txt b/licensing/public_license.txt new file mode 100644 index 000000000..84e93af8e --- /dev/null +++ b/licensing/public_license.txt @@ -0,0 +1,7 @@ +PUBLIC PUBLIC PUBLIC + +This is a test license for the GATK +all files will abide to it +one license to rule them all + +PUBLIC PUBLIC PUBLIC