[Scummvm-cvs-logs] scummvm master -> f3ab94f3924f23cc4ba798230dfcd430fd50af82
aquadran
aquadran at xtr.net.pl
Sun Mar 25 10:26:55 CEST 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f3ab94f392 ALL: added missing copying.* files for win32 and mac os x
Commit: f3ab94f3924f23cc4ba798230dfcd430fd50af82
https://github.com/scummvm/scummvm/commit/f3ab94f3924f23cc4ba798230dfcd430fd50af82
Author: Pawel Kolodziejski (aquadran at sourceforge.net)
Date: 2012-03-25T01:22:57-07:00
Commit Message:
ALL: added missing copying.* files for win32 and mac os x
Changed paths:
ports.mk
diff --git a/ports.mk b/ports.mk
index 40a2972..271a352 100644
--- a/ports.mk
+++ b/ports.mk
@@ -150,7 +150,9 @@ osxsnap: bundle
$(srcdir)/devtools/credits.pl --text > $(srcdir)/AUTHORS
cp $(srcdir)/AUTHORS ./ScummVM-snapshot/Authors
cp $(srcdir)/COPYING ./ScummVM-snapshot/License\ \(GPL\)
+ cp $(srcdir)/COPYING.BSD ./ScummVM-snapshot/License\ \(BSD\)
cp $(srcdir)/COPYING.LGPL ./ScummVM-snapshot/License\ \(LGPL\)
+ cp $(srcdir)/COPYING.FREEFONT ./ScummVM-snapshot/License\ \(FREEFONT\)
cp $(srcdir)/COPYRIGHT ./ScummVM-snapshot/Copyright\ Holders
cp $(srcdir)/NEWS ./ScummVM-snapshot/News
cp $(srcdir)/README ./ScummVM-snapshot/ScummVM\ ReadMe
@@ -217,6 +219,7 @@ ifdef DIST_FILES_ENGINEDATA
endif
cp $(srcdir)/AUTHORS $(WIN32PATH)/AUTHORS.txt
cp $(srcdir)/COPYING $(WIN32PATH)/COPYING.txt
+ cp $(srcdir)/COPYING.BSD $(WIN32PATH)/COPYING.BSD.txt
cp $(srcdir)/COPYING.LGPL $(WIN32PATH)/COPYING.LGPL.txt
cp $(srcdir)/COPYING.FREEFONT $(WIN32PATH)/COPYING.FREEFONT.txt
cp $(srcdir)/COPYRIGHT $(WIN32PATH)/COPYRIGHT.txt
More information about the Scummvm-git-logs
mailing list