Update copyright dates to 2007
authorH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jan 2007 19:17:44 +0000 (11:17 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jan 2007 19:17:44 +0000 (11:17 -0800)
config.inc
memdisk/version.h

index d4220ef..32bb62c 100644 (file)
@@ -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
index 9d45738..ceca796 100644 (file)
@@ -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