/hg/icedtea7: PR3118: Path to agpl-3.0.txt not updated

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jul 28 17:20:02 UTC 2016


changeset 1f371c45ae04 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=1f371c45ae04
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jul 28 18:21:44 2016 +0100

	PR3118: Path to agpl-3.0.txt not updated

	2016-07-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR3118: Path to agpl-3.0.txt not updated
		* Makefile.am:
		(EXTRA_DIST): Fix path to agpl-3.0.txt.
		* NEWS: Updated.


diffstat:

 ChangeLog   |  7 +++++++
 Makefile.am |  2 +-
 NEWS        |  1 +
 3 files changed, 9 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r a37b25ac34ee -r 1f371c45ae04 ChangeLog
--- a/ChangeLog	Thu Jul 28 18:16:27 2016 +0100
+++ b/ChangeLog	Thu Jul 28 18:21:44 2016 +0100
@@ -1,3 +1,10 @@
+2016-07-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR3118: Path to agpl-3.0.txt not updated
+	* Makefile.am:
+	(EXTRA_DIST): Fix path to agpl-3.0.txt.
+	* NEWS: Updated.
+
 2016-07-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	PR3116: Add tests for Java debug info and
diff -r a37b25ac34ee -r 1f371c45ae04 Makefile.am
--- a/Makefile.am	Thu Jul 28 18:16:27 2016 +0100
+++ b/Makefile.am	Thu Jul 28 18:21:44 2016 +0100
@@ -922,7 +922,7 @@
 	tapset/hotspot_gc.stp.in \
 	scripts/jni_create_stap.c \
 	scripts/jni_desc \
-	rewriter/agpl-3.0.txt \
+	agpl-3.0.txt \
 	$(REWRITER_SRCS) \
 	test/tapset \
 	$(CRYPTO_CHECK_SRCS) \
diff -r a37b25ac34ee -r 1f371c45ae04 NEWS
--- a/NEWS	Thu Jul 28 18:16:27 2016 +0100
+++ b/NEWS	Thu Jul 28 18:21:44 2016 +0100
@@ -52,6 +52,7 @@
   - PR3114: Don't assume system mime.types supports text/x-java-source
   - PR3115: Add check for elliptic curve cryptography implementation
   - PR3116: Add tests for Java debug info and source files
+  - PR3118: Path to agpl-3.0.txt not updated
 * AArch64 port
   - S8148328: aarch64: redundant lsr instructions in stub code.
   - S8148783: aarch64: SEGV running SpecJBB2013


More information about the distro-pkg-dev mailing list