From: H. Peter Anvin Date: Sat, 27 Jan 2007 19:17:44 +0000 (-0800) Subject: Update copyright dates to 2007 X-Git-Tag: syslinux-3.35~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb252401072a4976170700fe407078ae4e80d650;p=platform%2Fupstream%2Fsyslinux.git Update copyright dates to 2007 --- diff --git a/config.inc b/config.inc index d4220ef..32bb62c 100644 --- a/config.inc +++ b/config.inc @@ -1,6 +1,6 @@ ;; ----------------------------------------------------------------------- ;; -;; Copyright 2002-2005 H. Peter Anvin - All Rights Reserved +;; Copyright 2002-2007 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 @@ -38,6 +38,6 @@ BAUD_DIVISOR equ 115200 ; Serial port parameter ; %define version_str VERSION ; Must be 4 characters long! %define date DATE_STR ; Defined from the Makefile -%define year '2005' +%define year '2007' %endif ; _CONFIG_INC diff --git a/memdisk/version.h b/memdisk/version.h index 9d45738..ceca796 100644 --- a/memdisk/version.h +++ b/memdisk/version.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2002 H. Peter Anvin - All Rights Reserved + * Copyright 2002-2007 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 @@ -20,6 +20,6 @@ #define MEMDISK_VERSION_H #define FIRSTYEAR "2001" -#define COPYYEAR "2005" +#define COPYYEAR "2007" #endif