summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 18:18:49 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 18:18:49 +0000
commitd8181773e2339d09dff38a7d25d3a93c5395f89b (patch)
tree34fa46d0a92ceac3ff6617fbe4254a9dc26a182c /gcc/java
parent41ce4d680b7a66967917f3393435529195e86393 (diff)
downloadgcc-d8181773e2339d09dff38a7d25d3a93c5395f89b.tar.gz
* win32-host.c: Normalize copyright boilerplate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/win32-host.c8
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.