Skip to content

Commit

Permalink
Minor touchups completing the 2.81d release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelva1984 committed Aug 17, 2008
1 parent 975ebe7 commit e31c614
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
11 changes: 6 additions & 5 deletions contrib/gdm2s3m/COPYING
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -303,9 +303,10 @@ the "copyright" line and a pointer to where the full notice is found.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

Expand Down
6 changes: 3 additions & 3 deletions contrib/libmodplug-0.8-fix-looping.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -Nudr -U3 libmodplug-0.7.orig/src/sndmix.cpp libmodplug-0.7/src/sndmix.cpp
--- libmodplug-0.7.orig/src/sndmix.cpp 2003-10-11 03:26:20.000000000 +0100
+++ libmodplug-0.7/src/sndmix.cpp 2005-05-23 19:50:38.097948768 +0100
diff -Nudr -U3 libmodplug-0.8.orig/src/sndmix.cpp libmodplug-0.8/src/sndmix.cpp
--- libmodplug-0.8.orig/src/sndmix.cpp 2003-10-11 03:26:20.000000000 +0100
+++ libmodplug-0.8/src/sndmix.cpp 2005-05-23 19:50:38.097948768 +0100
@@ -373,7 +373,7 @@
// End of song ?
if ((m_nPattern == 0xFF) || (m_nCurrentPattern >= MAX_ORDERS))
Expand Down
11 changes: 6 additions & 5 deletions docs/COPYING.DOC
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -303,9 +303,10 @@ the "copyright" line and a pointer to where the full notice is found.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ NOTE: This release was made by Alistair Strachan (ajs) and not by
+ Update the GPL boilerplates project-wide to the newest FSF address.
+ Fix a string range check causing an obscure crash in certain games.
+ Update the build.txt documentation.
+ Address documentation bugs found in the internal MZX help system (Terryn).
+ Fixed a recently introduced bug breaking the open command.

December 14, 2005 - MZX 2.81c

Expand Down
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ DOCS="docs/COPYING.DOC docs/changelog.txt docs/port.txt docs/macro.txt"
#
# Name of the PSP's Pad Configuration mapping file.
#
PADCONFIG="pad.config"
PADCONFIG="" # pad.config

#
# MegaZeux's build system dependencies; these are packaged in
Expand Down Expand Up @@ -253,4 +253,4 @@ fi
#
echo "Unknown binary architecture.."
echo
usage
usage

0 comments on commit e31c614

Please sign in to comment.