gcc.c (process_command): Update copyright notice dates.
[gcc.git] / libjava / classpath / gnu / java / rmi / registry / RegistryImpl.java
index d6bc98b5e8c2aff22d84fa92595a3cbfbe82ab48..23545f8f1f741b398a2504b5ebfcb021b59f929f 100644 (file)
@@ -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);