From b6b2885037eb87ca03595b246f5d660b48c6fe32 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 2 Jan 2005 16:24:32 +0000 Subject: [PATCH] Updated years range in copyright note. svn path=/trunk/; revision=12719 --- reactos/lib/shell32/Makefile.ros-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/shell32/Makefile.ros-template b/reactos/lib/shell32/Makefile.ros-template index 45570a3d639..4321122536a 100644 --- a/reactos/lib/shell32/Makefile.ros-template +++ b/reactos/lib/shell32/Makefile.ros-template @@ -20,9 +20,9 @@ default: all 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)