gcc.c (process_command): Update copyright notice dates.
[gcc.git] / libjava / gnu / gcj / convert / Convert.java
index 9243e088ff6ecb1b31895f008f6d9f44a50ef0d6..1e2de9cf4ae02bf91b9f16f4b920e9d969ca81ae 100644 (file)
@@ -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);