mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-05 00:01:55 +00:00
ALL: Update the years for 2018
This commit is contained in:
parent
137814c832
commit
8721825438
@ -1,5 +1,5 @@
|
||||
ResidualVM
|
||||
Copyright (C) 2003-2017 by the following:
|
||||
Copyright (C) 2003-2018 by the following:
|
||||
|
||||
Some of the code in this project was originally LGPL v2.1 (or later)
|
||||
but is used as GPL v2 (or later) starting from 19 Dec 2012.
|
||||
@ -54,7 +54,7 @@ karjonas
|
||||
sietschie
|
||||
|
||||
ScummVM
|
||||
Copyright (C) 2001-2017 by the following:
|
||||
Copyright (C) 2001-2018 by the following:
|
||||
|
||||
If you have contributed to this project then you deserve to be on this
|
||||
list. Contact us (see: AUTHORS) and we'll add you.
|
||||
|
@ -11,7 +11,7 @@ See COPYING.BSD, COPYING.LGPL, COPYING.FREEFONT, COPYING.ISC, COPYING.LUA,
|
||||
COPYING.MIT COPYING.TINYGL.
|
||||
The Debian packaging is licensed under the GPL.
|
||||
|
||||
ResidualVM is Copyright © 2003-2017 The ResidualVM Team
|
||||
ResidualVM is Copyright © 2003-2018 The ResidualVM Team
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.4.0git, Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<string>0.4.0git, Copyright 2003-2018 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -49,7 +49,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.4.0git</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<string>Copyright 2003-2018 The ResidualVM Team</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>SUFeedURL</key>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>@VERSION@, Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<string>@VERSION@, Copyright 2003-2018 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -49,7 +49,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@VERSION@</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<string>Copyright 2003-2018 The ResidualVM Team</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>SUFeedURL</key>
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Setup]
|
||||
AppCopyright=2017
|
||||
AppCopyright=2018
|
||||
AppName=ResidualVM
|
||||
AppVerName=ResidualVM
|
||||
AppPublisher=The ResidualVM Team
|
||||
|
@ -57,7 +57,7 @@ enum {
|
||||
|
||||
static const char *copyright_text[] = {
|
||||
"",
|
||||
"C0""Copyright (C) 2003-2017 The ResidualVM Team",
|
||||
"C0""Copyright (C) 2003-2018 The ResidualVM Team",
|
||||
"C0""http://www.residualvm.org",
|
||||
"",
|
||||
"C0""ResidualVM is the legal property of its developers, whose names are too numerous to list here. Please refer to the AUTHORS file distributed with this binary.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user