Ticket #8995: copyright.diff

File copyright.diff, 1.4 KB (added by SF/upthorn, 15 years ago)

patch to update copyright

  • dists/scummvm.rc

     
    2727            VALUE "FileDescription", "http://www.scummvm.org/\0"
    2828            VALUE "FileVersion", "0.14.0svn\0"
    2929            VALUE "InternalName", "scummvm\0"
    30             VALUE "LegalCopyright", "Copyright © 2001-2008 The ScummVM Team\0"
     30            VALUE "LegalCopyright", "Copyright © 2001-2009 The ScummVM Team\0"
    3131            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"
    3232            VALUE "OriginalFilename", "scummvm.exe\0"
    3333            VALUE "ProductName", "ScummVM\0"
  • gui/about.cpp

     
    5858
    5959static const char *copyright_text[] = {
    6060"",
    61 "C0""Copyright (C) 2001-2008 The ScummVM project",
     61"C0""Copyright (C) 2001-2009 The ScummVM project",
    6262"C0""http://www.scummvm.org",
    6363"",
    6464"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.",