* win32-host.c: Normalize copyright boilerplate.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 23 May 2003 18:18:49 +0000 (18:18 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 23 May 2003 18:18:49 +0000 (18:18 +0000)
From-SVN: r67124

gcc/java/ChangeLog
gcc/java/win32-host.c

index 066601b140e48d1b30b37161dcc8054860b9dbd2..0eed7f59088e32e95db8f05e53488b3b6729d130 100644 (file)
@@ -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
index 7ab8fa53f96265b9a889b68cfefcc16933363d17..c1a9ec1d18a1d32e2035a7c8b0c80ed57e763375 100644 (file)
@@ -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.