diff options
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/win32-host.c | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 066601b140e..0eed7f59088 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> + + * win32-host.c: Normalize copyright boilerplate. + 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * parse.y (print_int_node): Use string concatentation on diff --git a/gcc/java/win32-host.c b/gcc/java/win32-host.c index 7ab8fa53f96..c1a9ec1d18a 100644 --- a/gcc/java/win32-host.c +++ b/gcc/java/win32-host.c @@ -1,18 +1,20 @@ /* Platform-Specific Win32 Functions Copyright (C) 2003 Free Software Foundation, Inc. -This program is free software; you can redistribute it and/or modify +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |