Updated years range in copyright note.
authorMartin Fuchs <fuchs.martin@gmail.com>
Sun, 2 Jan 2005 16:24:32 +0000 (16:24 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Sun, 2 Jan 2005 16:24:32 +0000 (16:24 +0000)
svn path=/trunk/; revision=12719

reactos/lib/shell32/Makefile.ros-template

index 45570a3..4321122 100644 (file)
@@ -20,9 +20,9 @@ default: all
 \r
 authors.c:\r
 ifeq ($(HOST),mingw32-linux)\r
-       echo 'const char * const SHELL_Authors[] = { "Copyright 1993-2004 WINE team", "Copyright 1998-2004 ReactOS team", 0 };' > authors.c\r
+       echo 'const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 };' > authors.c\r
 else\r
-       echo const char * const SHELL_Authors[] = { "Copyright 1993-2004 WINE team", "Copyright 1998-2004 ReactOS team", 0 }; > authors.c\r
+       echo const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 }; > authors.c\r
 endif\r
 \r
 DEP_OBJECTS = $(TARGET_OBJECTS)\r