From f766608b4e8da9605afee2fe4e0843749c3e1e72 Mon Sep 17 00:00:00 2001 From: Phillip Dexheimer Date: Thu, 16 Oct 2014 21:37:07 -0400 Subject: [PATCH] Changed license of gsalib R package from BSD to MIT - PT 75827540 --- public/gsalib/src/R/DESCRIPTION | 2 +- public/gsalib/src/R/LICENSE | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/gsalib/src/R/LICENSE diff --git a/public/gsalib/src/R/DESCRIPTION b/public/gsalib/src/R/DESCRIPTION index ecf76a95b..229204fd5 100644 --- a/public/gsalib/src/R/DESCRIPTION +++ b/public/gsalib/src/R/DESCRIPTION @@ -8,6 +8,6 @@ Author: Kiran Garimella Maintainer: Mauricio Carneiro BugReports: http://gatkforums.broadinstitute.org Description: Utility functions for GATK NGS analyses -License: BSD +License: MIT + file LICENSE LazyLoad: yes NeedsCompilation: no diff --git a/public/gsalib/src/R/LICENSE b/public/gsalib/src/R/LICENSE new file mode 100644 index 000000000..59f39376c --- /dev/null +++ b/public/gsalib/src/R/LICENSE @@ -0,0 +1,2 @@ +YEAR: 2012 +COPYRIGHT HOLDER: The Broad Institute \ No newline at end of file