diff options
author | Max Horn | 2007-06-10 18:15:27 +0000 |
---|---|---|
committer | Max Horn | 2007-06-10 18:15:27 +0000 |
commit | e6383eb8c3383a9342f21d452d65b940548827ac (patch) | |
tree | 768a1abe0fd673958f6bdbf1eca6c8742920fd7e /backends/platform/gp2x | |
parent | 7ac2361b2726764fae3259029b22b6be67041051 (diff) | |
download | scummvm-rg350-e6383eb8c3383a9342f21d452d65b940548827ac.tar.gz scummvm-rg350-e6383eb8c3383a9342f21d452d65b940548827ac.tar.bz2 scummvm-rg350-e6383eb8c3383a9342f21d452d65b940548827ac.zip |
Added reference to COPYRIGHT file in various places
svn-id: r27325
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r-- | backends/platform/gp2x/build/bundle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/gp2x/build/bundle.sh b/backends/platform/gp2x/build/bundle.sh index b5e3161c9b..93ae45f0e3 100644 --- a/backends/platform/gp2x/build/bundle.sh +++ b/backends/platform/gp2x/build/bundle.sh @@ -23,6 +23,7 @@ cp ../../../../scummvm.gp2x ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../AUTHORS ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../README ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../COPYING ./scummvm-gp2x-`date '+%Y-%m-%d'`/ +cp ../../../../COPYRIGHT ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../NEWS ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../gui/themes/modern.ini ./scummvm-gp2x-`date '+%Y-%m-%d'`/ cp ../../../../gui/themes/modern.zip ./scummvm-gp2x-`date '+%Y-%m-%d'`/ |