Updated years range in copyright note.
Modified: trunk/reactos/lib/shell32/Makefile.ros-template
Property changes on: trunk/reactos/lib/shell32
___________________________________________________________________
Name: svn:ignore
   - *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
*.spec.def
*.stubs.c
*.ico
*.bmp
*.cur
   + *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
authors.c
*.spec.def
*.stubs.c
*.ico
*.bmp
*.cur

Modified: trunk/reactos/lib/shell32/Makefile.ros-template
--- trunk/reactos/lib/shell32/Makefile.ros-template	2005-01-02 15:02:59 UTC (rev 12718)
+++ trunk/reactos/lib/shell32/Makefile.ros-template	2005-01-02 16:24:32 UTC (rev 12719)
@@ -20,9 +20,9 @@
 
 authors.c:
 ifeq ($(HOST),mingw32-linux)
-	echo 'const char * const SHELL_Authors[] = { "Copyright 1993-2004 WINE team", "Copyright 1998-2004 ReactOS team", 0 };' > authors.c
+	echo 'const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 };' > authors.c
 else
-	echo const char * const SHELL_Authors[] = { "Copyright 1993-2004 WINE team", "Copyright 1998-2004 ReactOS team", 0 }; > authors.c
+	echo const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 }; > authors.c
 endif
 
 DEP_OBJECTS = $(TARGET_OBJECTS)