summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-01-27 11:17:44 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-01-27 11:17:44 -0800
commitbb252401072a4976170700fe407078ae4e80d650 (patch)
tree2e1af200fae25df7b36889021843f4d705816df7
parent969a6ae5cabea87bcb56406b6c49adfd6060f96a (diff)
downloadsyslinux-bb252401072a4976170700fe407078ae4e80d650.tar.gz
Update copyright dates to 2007
-rw-r--r--config.inc4
-rw-r--r--memdisk/version.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/config.inc b/config.inc
index d4220ef9..32bb62c2 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 9d457388..ceca7961 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