diff options
author | hpa <hpa> | 2004-12-14 23:03:28 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-14 23:03:28 +0000 |
commit | 9e5ebea8cdc80ee00e38c3d104bef31b8c46c980 (patch) | |
tree | fae526710ca5a81c42dc38c3889909fcb0f24823 /win32 | |
parent | 6b233b19f8cc05d159255e535f6bb8681f3063a1 (diff) | |
download | syslinux.git-9e5ebea8cdc80ee00e38c3d104bef31b8c46c980.tar.gz syslinux.git-9e5ebea8cdc80ee00e38c3d104bef31b8c46c980.tar.xz syslinux.git-9e5ebea8cdc80ee00e38c3d104bef31b8c46c980.zip |
Update copyright headers.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 12 | ||||
-rw-r--r-- | win32/syslinux-mingw.c | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/win32/Makefile b/win32/Makefile index cdcdebd4..bd957fa4 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1,13 +1,13 @@ +## $Id$ ## ----------------------------------------------------------------------- -## $Id$ -## -## Copyright 1998-2003 H. Peter Anvin - All Rights Reserved +## +## Copyright 1998-2004 H. Peter Anvin - All Rights Reserved ## ## This program 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, Inc., 675 Mass Ave, Cambridge MA 02139, -## USA; either version 2 of the License, or (at your option) any later -## version; incorporated herein by reference. +## the Free Software Foundation, Inc., 53 Temple Place Ste 330, +## Boston MA 02111-1307, USA; either version 2 of the License, or +## (at your option) any later version; incorporated herein by reference. ## ## ----------------------------------------------------------------------- diff --git a/win32/syslinux-mingw.c b/win32/syslinux-mingw.c index a71d50df..0b6b1926 100644 --- a/win32/syslinux-mingw.c +++ b/win32/syslinux-mingw.c @@ -6,9 +6,9 @@ * * This program 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, Inc., 675 Mass Ave, Cambridge MA 02139, - * USA; either version 2 of the License, or (at your option) any later - * version; incorporated herein by reference. + * the Free Software Foundation, Inc., 53 Temple Place Ste 330, + * Boston MA 02111-1307, USA; either version 2 of the License, or + * (at your option) any later version; incorporated herein by reference. * * ----------------------------------------------------------------------- */ |