aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-01-04 13:03:35 +0000
committerJakub Jelinek <jakub@redhat.com>2016-01-04 13:03:35 +0000
commit24d2e4edfa433c636cebf4bb0e78424589b5191b (patch)
treee5450f615af858d62b85900dd64fcc8c18e4ab4a /libjava
parent8eb6b7965129f3794b61482d974841aadaa42314 (diff)
gcc/
* gcc.c (process_command): Update copyright notice dates. * gcov-dump.c (print_version): Ditto. * gcov.c (print_version): Ditto. * gcov-tool.c (print_version): Ditto. * gengtype.c (create_file): Ditto. * doc/cpp.texi: Bump @copying's copyright year. * doc/cppinternals.texi: Ditto. * doc/gcc.texi: Ditto. * doc/gccint.texi: Ditto. * doc/gcov.texi: Ditto. * doc/install.texi: Ditto. * doc/invoke.texi: Ditto. gcc/ada/ * gnat_ugn.texi: Bump @copying's copyright year. * gnat_rm.texi: Likewise. gcc/fortran/ * gfortranspec.c (lang_specific_driver): Update copyright notice dates. * gfc-internals.texi: Bump @copying's copyright year. * gfortran.texi: Ditto. * intrinsic.texi: Ditto. * invoke.texi: Ditto. gcc/go/ * gccgo.texi: Bump @copyrights-go year. gcc/java/ * jcf-dump.c (version): Update copyright notice dates. libgomp/ * libgomp.texi: Bump @copying's copyright year. libitm/ * libitm.texi: Bump @copying's copyright year. libjava/ * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update copyright notice dates. * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto. * gnu/gcj/convert/Convert.java (version): Update copyright notice dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto. libquadmath/ * libquadmath.texi: Bump @copying's copyright year. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog69
-rw-r--r--libjava/ChangeLog-201569
-rw-r--r--libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java4
-rw-r--r--libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java4
-rw-r--r--libjava/gnu/gcj/convert/Convert.java4
-rw-r--r--libjava/gnu/gcj/tools/gcj_dbtool/Main.java4
6 files changed, 84 insertions, 70 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 670b19c4550..dc579936685 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,64 +1,4 @@
-2016-01-03 Matthias Klose <doko@ubuntu.com>
-
- * libtool-version: Bump soversion.
- * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__.
-
-2015-07-24 Michael Darling <darlingm@gmail.com>
-
- PR other/66259
- * configure: Reflects renaming of configure.in to configure.ac
-
-2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
-
- * configure.host: Add bits for FreeBSD amd64 and i386.
- * configure.ac: Add signal handler for FreeBSD (amd64/i386)
- * configure: Regenerate.
- * include/freebsd-signal.h: New file.
-
-2015-05-26 Andreas Tobler <andreast@gcc.gnu.org>
-
- * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Add
- libiconv for FreeBSD to cxxflags.
-
-2015-05-24 Eric Botcazou <ebotcazou@adacore.com>
-
- * configure: Regenerate.
-
-2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
-
- * configure.ac: Include config/sjlj.m4.
- Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
- * include/config.h.in: Regenerate.
- * exception.cc: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__.
- * stacktrace.cc: Likewise.
- * include/default-signal.h: Likewise.
- * sysdep/i386/backtrace.h: Likewise.
-
-2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
-
- * Makefile.in: Regenerated with automake-1.11.6.
- * aclocal.m4: Likewise.
- * configure: Likewise.
- * gcj/Makefile.in: Likewise.
- * include/Makefile.in: Likewise.
- * testsuite/Makefile.in: Likewise.
-
-2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
-
- * libtool-version: Add a comment about cygwin.
-
-2015-01-21 Matthias Klose <doko@ubuntu.com>
-
- * libtool-version: Bump soversion.
-
-2015-01-13 Jakub Jelinek <jakub@redhat.com>
-
- PR libgcj/64219
- * Makefile.am (install-data-local): Use just the major version
- from GCJVERSION instead of major.minor.
- * Makefile.in: Regenerated.
-
-2015-01-05 Jakub Jelinek <jakub@redhat.com>
+2016-01-04 Jakub Jelinek <jakub@redhat.com>
* classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
@@ -66,8 +6,13 @@
* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
+
+2016-01-03 Matthias Klose <doko@ubuntu.com>
+
+ * libtool-version: Bump soversion.
+ * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__.
-Copyright (C) 2015 Free Software Foundation, Inc.
+Copyright (C) 2016 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libjava/ChangeLog-2015 b/libjava/ChangeLog-2015
new file mode 100644
index 00000000000..0d7519559e3
--- /dev/null
+++ b/libjava/ChangeLog-2015
@@ -0,0 +1,69 @@
+2015-07-24 Michael Darling <darlingm@gmail.com>
+
+ PR other/66259
+ * configure: Reflects renaming of configure.in to configure.ac
+
+2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * configure.host: Add bits for FreeBSD amd64 and i386.
+ * configure.ac: Add signal handler for FreeBSD (amd64/i386)
+ * configure: Regenerate.
+ * include/freebsd-signal.h: New file.
+
+2015-05-26 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Add
+ libiconv for FreeBSD to cxxflags.
+
+2015-05-24 Eric Botcazou <ebotcazou@adacore.com>
+
+ * configure: Regenerate.
+
+2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
+
+ * configure.ac: Include config/sjlj.m4.
+ Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
+ * include/config.h.in: Regenerate.
+ * exception.cc: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__.
+ * stacktrace.cc: Likewise.
+ * include/default-signal.h: Likewise.
+ * sysdep/i386/backtrace.h: Likewise.
+
+2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
+
+ * Makefile.in: Regenerated with automake-1.11.6.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+ * gcj/Makefile.in: Likewise.
+ * include/Makefile.in: Likewise.
+ * testsuite/Makefile.in: Likewise.
+
+2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * libtool-version: Add a comment about cygwin.
+
+2015-01-21 Matthias Klose <doko@ubuntu.com>
+
+ * libtool-version: Bump soversion.
+
+2015-01-13 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcj/64219
+ * Makefile.am (install-data-local): Use just the major version
+ from GCJVERSION instead of major.minor.
+ * Makefile.in: Regenerated.
+
+2015-01-05 Jakub Jelinek <jakub@redhat.com>
+
+ * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
+ copyright notice dates.
+ * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
+ * gnu/gcj/convert/Convert.java (version): Update copyright notice
+ dates.
+ * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
+
+Copyright (C) 2015 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
diff --git a/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java b/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java
index d6bc98b5e8c..23545f8f1f7 100644
--- a/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java
+++ b/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java
@@ -1,5 +1,5 @@
/* RegistryImpl.java --
- Copyright (c) 1996-2015 Free Software Foundation, Inc.
+ Copyright (c) 1996-2016 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -110,7 +110,7 @@ public static void version() {
+ System.getProperty("java.vm.name")
+ ") "
+ System.getProperty("java.vm.version"));
- System.out.println("Copyright 2015 Free Software Foundation, Inc.");
+ System.out.println("Copyright 2016 Free Software Foundation, Inc.");
System.out.println("This is free software; see the source for copying conditions. There is NO");
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
System.exit(0);
diff --git a/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java b/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java
index 14ebc08778a..3a6ea3b9853 100644
--- a/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java
+++ b/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java
@@ -1,5 +1,5 @@
/* NamingServicePersistent.java -- The persistent naming service.
- Copyright (C) 2006-2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -179,7 +179,7 @@ public class Main
System.out.println("GNU Classpath persistent naming service "
+ "started at " + iorr.Internet.host + ":"
+ iorr.Internet.port + " key 'NameService'.\n\n"
- + "Copyright (C) 2015 Free Software Foundation\n"
+ + "Copyright (C) 2016 Free Software Foundation\n"
+ "This tool comes with ABSOLUTELY NO WARRANTY. "
+ "This is free software, and you are\nwelcome to "
+ "redistribute it under conditions, defined in "
diff --git a/libjava/gnu/gcj/convert/Convert.java b/libjava/gnu/gcj/convert/Convert.java
index 9243e088ff6..1e2de9cf4ae 100644
--- a/libjava/gnu/gcj/convert/Convert.java
+++ b/libjava/gnu/gcj/convert/Convert.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2015 Free Software Foundation
+/* Copyright (C) 1999-2016 Free Software Foundation
This file is part of libgcj.
@@ -45,7 +45,7 @@ public class Convert
+ ") "
+ System.getProperty("java.vm.version"));
System.out.println();
- System.out.println("Copyright (C) 2015 Free Software Foundation, Inc.");
+ System.out.println("Copyright (C) 2016 Free Software Foundation, Inc.");
System.out.println("This is free software; see the source for copying conditions. There is NO");
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
System.exit(0);
diff --git a/libjava/gnu/gcj/tools/gcj_dbtool/Main.java b/libjava/gnu/gcj/tools/gcj_dbtool/Main.java
index e9d4aca2efe..91e4eadb550 100644
--- a/libjava/gnu/gcj/tools/gcj_dbtool/Main.java
+++ b/libjava/gnu/gcj/tools/gcj_dbtool/Main.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2015 Free Software Foundation
+/* Copyright (C) 2004-2016 Free Software Foundation
This file is part of libgcj.
@@ -46,7 +46,7 @@ public class Main
+ ") "
+ System.getProperty("java.vm.version"));
System.out.println();
- System.out.println("Copyright 2015 Free Software Foundation, Inc.");
+ System.out.println("Copyright 2016 Free Software Foundation, Inc.");
System.out.println("This is free software; see the source for copying conditions. There is NO");
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
return;