Ticket #8995: copyright.diff
File copyright.diff, 1.4 KB (added by , 16 years ago) |
---|
-
dists/scummvm.rc
27 27 VALUE "FileDescription", "http://www.scummvm.org/\0" 28 28 VALUE "FileVersion", "0.14.0svn\0" 29 29 VALUE "InternalName", "scummvm\0" 30 VALUE "LegalCopyright", "Copyright © 2001-200 8The ScummVM Team\0"30 VALUE "LegalCopyright", "Copyright © 2001-2009 The ScummVM Team\0" 31 31 VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" 32 32 VALUE "OriginalFilename", "scummvm.exe\0" 33 33 VALUE "ProductName", "ScummVM\0" -
gui/about.cpp
58 58 59 59 static const char *copyright_text[] = { 60 60 "", 61 "C0""Copyright (C) 2001-200 8The ScummVM project",61 "C0""Copyright (C) 2001-2009 The ScummVM project", 62 62 "C0""http://www.scummvm.org", 63 63 "", 64 64 "C0""ScummVM is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this binary.",