From: Nathanael Nerode Date: Fri, 23 May 2003 18:18:49 +0000 (+0000) Subject: * win32-host.c: Normalize copyright boilerplate. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24bcc7214c19457d189acf509a2bd5dcfc0e20fd;p=gcc.git * win32-host.c: Normalize copyright boilerplate. From-SVN: r67124 --- 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 + + * win32-host.c: Normalize copyright boilerplate. + 2003-05-16 Kaveh R. Ghazi * 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.