diff options
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/tb-gcc.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5b809b3a252..7953c5a0d87 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,9 @@ 2009-06-27 Eric Botcazou <ebotcazou@adacore.com> + * tb-gcc.c: Fix copyright notice. + +2009-06-27 Eric Botcazou <ebotcazou@adacore.com> + * init.c (__gnat_set_globals): Add prototype. * adaint.c (__gnat_binder_supports_auto_init): Likewise. (__gnat_sals_init_using_constructors): Likewise. diff --git a/gcc/ada/tb-gcc.c b/gcc/ada/tb-gcc.c index f4d5b121e40..98ca4c0e6a3 100644 --- a/gcc/ada/tb-gcc.c +++ b/gcc/ada/tb-gcc.c @@ -6,8 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2004-2007, AdaCore * - * Copyright (C) 2008, Free Software Foundation, Inc. * + * Copyright (C) 2004-2009, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * |