mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Updated years range in copyright note.
svn path=/trunk/; revision=12719
This commit is contained in:
parent
c3b38401e3
commit
b6b2885037
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue