From 43e3be131c99ead7d09ccc263a2ab015c94a08cd Mon Sep 17 00:00:00 2001 From: zicodxx Date: Tue, 19 Jul 2011 11:36:12 +0200 Subject: [PATCH] Keep copyright information up to date --- CHANGELOG.txt | 1 + English.lproj/InfoPlist.strings | Bin 548 -> 548 bytes d1x-Info.plist | 2 +- d1xgl-Info.plist | 2 +- main/inferno.c | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50a9eaecc..ab027d6ad 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ D1X-Rebirth Changelog 20110719 -------- main/net_udp.c: Properly call multi_leave_game() when host leaves multi game to let clients exit smoothly +English.lproj/InfoPlist.strings, d1x-Info.plist, d1xgl-Info.plist, main/inferno.c: Keep copyright information up to date 20110716 -------- diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings index 860bd0341c503de60efa1198ed3714b9cbe1b827..68197ece4014bc529abfab6b0e1e2ee41097f345 100755 GIT binary patch delta 41 pcmZ3&vV>*AQ&w{ZJqE*xuOcCg$sUaIjE0jxFq%xB!x#)<0RaBW3?cvk delta 41 pcmZ3&vV>*AQ&uwuJqCk`uOcCg$sUaIj0TfGFq%xB!x#)<0Ra9;3>*Le diff --git a/d1x-Info.plist b/d1x-Info.plist index f8512f580..b7f6e3d0d 100644 --- a/d1x-Info.plist +++ b/d1x-Info.plist @@ -15,7 +15,7 @@ CFBundleSignature DCNT CFBundleVersion - 0.56.0 + 0.57.1 CSResourcesFileMapped LSPrefersCarbon diff --git a/d1xgl-Info.plist b/d1xgl-Info.plist index 3b4456e3f..82da7a07e 100644 --- a/d1xgl-Info.plist +++ b/d1xgl-Info.plist @@ -15,7 +15,7 @@ CFBundleSignature DCNT CFBundleVersion - 0.56.0 + 0.57.1 CSResourcesFileMapped LSPrefersCarbon diff --git a/main/inferno.c b/main/inferno.c index 2210791d7..a69495362 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -344,7 +344,7 @@ int main(int argc, char *argv[]) //print out the banner title con_printf(CON_NORMAL,DESCENT_VERSION "\n" "This is a MODIFIED version of DESCENT which is NOT supported by Parallax or\n" - "Interplay. Use at your own risk! Copyright (c) 2005 Christian Beckhaeuser\n"); + "Interplay. Use at your own risk! Copyright (c) 2005-2011 Christian Beckhaeuser\n"); con_printf(CON_NORMAL,"Based on: DESCENT %s\n", VERSION_NAME); con_printf(CON_NORMAL,"%s\n%s\n\n",TXT_COPYRIGHT,TXT_TRADEMARK);