Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X b29848835 -> 4929caa1b
ASM license is the same across versions and doesn't need to mention the specific version Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4929caa1 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/4929caa1 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/4929caa1 Branch: refs/heads/GROOVY_2_6_X Commit: 4929caa1bdede1d60b4b937b66021d7345ca1ece Parents: b298488 Author: paulk <[email protected]> Authored: Tue Aug 22 17:54:45 2017 +1000 Committer: paulk <[email protected]> Committed: Tue Aug 22 17:54:45 2017 +1000 ---------------------------------------------------------------------- licenses/LICENSE-ALLJARJAR | 4 ++-- licenses/LICENSE-BINZIP | 4 ++-- licenses/LICENSE-JARJAR | 4 ++-- licenses/LICENSE-SDK | 4 ++-- licenses/asm-JARJAR.txt | 4 ++-- licenses/asm-license.txt | 3 ++- 6 files changed, 12 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/LICENSE-ALLJARJAR ---------------------------------------------------------------------- diff --git a/licenses/LICENSE-ALLJARJAR b/licenses/LICENSE-ALLJARJAR index 4452273..c3bb42e 100644 --- a/licenses/LICENSE-ALLJARJAR +++ b/licenses/LICENSE-ALLJARJAR @@ -217,9 +217,9 @@ See licenses/antlr4-license.txt for details. ------------------------------------------------------------------------ -ASM 4 License +ASM License -ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. +ASM uses a 3-clause BSD license. For details, see licenses/asm-license.txt. ------------------------------------------------------------------------ http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/LICENSE-BINZIP ---------------------------------------------------------------------- diff --git a/licenses/LICENSE-BINZIP b/licenses/LICENSE-BINZIP index bb6a7b6..5ea7b09 100644 --- a/licenses/LICENSE-BINZIP +++ b/licenses/LICENSE-BINZIP @@ -217,9 +217,9 @@ See licenses/antlr4-license.txt for details. ------------------------------------------------------------------------ -ASM 4 License +ASM License -ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. +ASM uses a 3-clause BSD license. For details, see licenses/asm-license.txt. ------------------------------------------------------------------------ http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/LICENSE-JARJAR ---------------------------------------------------------------------- diff --git a/licenses/LICENSE-JARJAR b/licenses/LICENSE-JARJAR index afe4619..508934a 100644 --- a/licenses/LICENSE-JARJAR +++ b/licenses/LICENSE-JARJAR @@ -217,6 +217,6 @@ See licenses/antlr4-license.txt for details. ------------------------------------------------------------------------ -ASM 4 License +ASM License -ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. +ASM uses a 3-clause BSD license. For details, see licenses/asm-license.txt. http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/LICENSE-SDK ---------------------------------------------------------------------- diff --git a/licenses/LICENSE-SDK b/licenses/LICENSE-SDK index cf1451e..74a9b60 100644 --- a/licenses/LICENSE-SDK +++ b/licenses/LICENSE-SDK @@ -217,9 +217,9 @@ See licenses/antlr4-license.txt for details. ------------------------------------------------------------------------ -ASM 4 License +ASM License -ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. +ASM uses a 3-clause BSD license. For details, see licenses/asm-license.txt. ------------------------------------------------------------------------ http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/asm-JARJAR.txt ---------------------------------------------------------------------- diff --git a/licenses/asm-JARJAR.txt b/licenses/asm-JARJAR.txt index a3faae0..be85c76 100644 --- a/licenses/asm-JARJAR.txt +++ b/licenses/asm-JARJAR.txt @@ -1,3 +1,3 @@ -ASM 4 License +ASM License -ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. \ No newline at end of file +ASM uses a 3-clause BSD license. For details, see licenses/asm-license.txt. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/groovy/blob/4929caa1/licenses/asm-license.txt ---------------------------------------------------------------------- diff --git a/licenses/asm-license.txt b/licenses/asm-license.txt index ca6173e..d4230a5 100644 --- a/licenses/asm-license.txt +++ b/licenses/asm-license.txt @@ -1,5 +1,6 @@ -ASM 4 License +ASM License +ASM: a very small and fast Java bytecode manipulation framework Copyright (c) 2000-2011 INRIA, France Telecom All rights reserved.
