[Scummvm-cvs-logs] CVS: scummvm/simon charset.cpp,1.38,1.39 cursor.cpp,1.8,1.9 debug.cpp,1.43,1.44 debug.h,1.20,1.21 debugger.cpp,1.20,1.21 debugger.h,1.6,1.7 icons.cpp,1.6,1.7 intern.h,1.39,1.40 items.cpp,1.129,1.130 midi.cpp,1.71,1.72 midi.h,1.29,1.30 midiparser_s1d.cpp,1.12,1.13 res.cpp,1.37,1.38 saveload.cpp,1.17,1.18 simon.cpp,1.520,1.521 simon.h,1.149,1.150 sound.cpp,1.91,1.92 sound.h,1.27,1.28 verb.cpp,1.29,1.30 vga.cpp,1.139,1.140 vga.h,1.13,1.14
Eugene Sandulenko
sev at users.sourceforge.net
Mon Oct 17 18:33:45 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.42,1.43 animation.h,1.18,1.19 collision.h,1.4,1.5 control.cpp,1.61,1.62 control.h,1.24,1.25 credits.cpp,1.16,1.17 credits.h,1.4,1.5 debug.cpp,1.6,1.7 debug.h,1.7,1.8 eventman.cpp,1.8,1.9 eventman.h,1.6,1.7 logic.cpp,1.54,1.55 logic.h,1.16,1.17 memman.cpp,1.9,1.10 memman.h,1.7,1.8 menu.cpp,1.27,1.28 menu.h,1.12,1.13 mouse.cpp,1.30,1.31 mouse.h,1.18,1.19 music.cpp,1.48,1.49 music.h,1.23,1.24 object.h,1.9,1.10 objectman.cpp,1.12,1.13 objectman.h,1.11,1.12 resman.cpp,1.32,1.33 resman.h,1.16,1.17 router.cpp,1.15,1.16 router.h,1.10,1.11 screen.cpp,1.55,1.56 screen.h,1.21,1.22 sound.cpp,1.50,1.51 sound.h,1.23,1.24 staticres.cpp,1.12,1.13 sword1.cpp,1.93,1.94 sword1.h,1.24,1.25 sworddefs.h,1.20,1.21 swordres.h,1.6,1.7 text.cpp,1.14,1.15 text.h,1.7,1.8
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound/softsynth/mt32 freeverb.cpp,1.6,1.6.2.1 freeverb.h,1.4,1.4.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14546/simon
Modified Files:
charset.cpp cursor.cpp debug.cpp debug.h debugger.cpp
debugger.h icons.cpp intern.h items.cpp midi.cpp midi.h
midiparser_s1d.cpp res.cpp saveload.cpp simon.cpp simon.h
sound.cpp sound.h verb.cpp vga.cpp vga.h
Log Message:
Update FSF address. Eek. Actually that took place on May 1, 2005
Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/charset.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- charset.cpp 30 Jul 2005 21:11:34 -0000 1.38
+++ charset.cpp 18 Oct 2005 01:30:22 -0000 1.39
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: cursor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/cursor.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cursor.cpp 30 Jul 2005 21:11:35 -0000 1.8
+++ cursor.cpp 18 Oct 2005 01:30:22 -0000 1.9
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- debug.cpp 12 Oct 2005 00:35:52 -0000 1.43
+++ debug.cpp 18 Oct 2005 01:30:22 -0000 1.44
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- debug.h 9 Oct 2005 12:38:06 -0000 1.20
+++ debug.h 18 Oct 2005 01:30:22 -0000 1.21
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debugger.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- debugger.cpp 30 Jul 2005 21:11:35 -0000 1.20
+++ debugger.cpp 18 Oct 2005 01:30:22 -0000 1.21
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: debugger.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debugger.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- debugger.h 21 Jun 2005 22:08:18 -0000 1.6
+++ debugger.h 18 Oct 2005 01:30:22 -0000 1.7
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: icons.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/icons.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- icons.cpp 24 Jun 2005 15:23:40 -0000 1.6
+++ icons.cpp 18 Oct 2005 01:30:22 -0000 1.7
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- intern.h 7 Oct 2005 07:36:09 -0000 1.39
+++ intern.h 18 Oct 2005 01:30:22 -0000 1.40
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- items.cpp 9 Oct 2005 09:03:37 -0000 1.129
+++ items.cpp 18 Oct 2005 01:30:22 -0000 1.130
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: midi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midi.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- midi.cpp 30 Jul 2005 21:11:35 -0000 1.71
+++ midi.cpp 18 Oct 2005 01:30:22 -0000 1.72
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: midi.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midi.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- midi.h 10 May 2005 22:56:16 -0000 1.29
+++ midi.h 18 Oct 2005 01:30:22 -0000 1.30
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: midiparser_s1d.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midiparser_s1d.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- midiparser_s1d.cpp 24 Jun 2005 15:23:41 -0000 1.12
+++ midiparser_s1d.cpp 18 Oct 2005 01:30:22 -0000 1.13
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: res.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/res.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- res.cpp 12 Oct 2005 00:35:53 -0000 1.37
+++ res.cpp 18 Oct 2005 01:30:22 -0000 1.38
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: saveload.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/saveload.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- saveload.cpp 8 Oct 2005 09:59:36 -0000 1.17
+++ saveload.cpp 18 Oct 2005 01:30:22 -0000 1.18
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- simon.cpp 12 Oct 2005 00:51:14 -0000 1.520
+++ simon.cpp 18 Oct 2005 01:30:22 -0000 1.521
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- simon.h 12 Oct 2005 00:35:54 -0000 1.149
+++ simon.h 18 Oct 2005 01:30:22 -0000 1.150
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/sound.cpp,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- sound.cpp 30 Aug 2005 12:30:11 -0000 1.91
+++ sound.cpp 18 Oct 2005 01:30:22 -0000 1.92
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/sound.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- sound.h 30 Jul 2005 21:11:35 -0000 1.27
+++ sound.h 18 Oct 2005 01:30:22 -0000 1.28
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
Index: verb.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/verb.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- verb.cpp 5 Oct 2005 11:37:26 -0000 1.29
+++ verb.cpp 18 Oct 2005 01:30:22 -0000 1.30
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- vga.cpp 12 Oct 2005 00:35:54 -0000 1.139
+++ vga.cpp 18 Oct 2005 01:30:22 -0000 1.140
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: vga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- vga.h 9 Oct 2005 12:12:24 -0000 1.13
+++ vga.h 18 Oct 2005 01:30:22 -0000 1.14
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.42,1.43 animation.h,1.18,1.19 collision.h,1.4,1.5 control.cpp,1.61,1.62 control.h,1.24,1.25 credits.cpp,1.16,1.17 credits.h,1.4,1.5 debug.cpp,1.6,1.7 debug.h,1.7,1.8 eventman.cpp,1.8,1.9 eventman.h,1.6,1.7 logic.cpp,1.54,1.55 logic.h,1.16,1.17 memman.cpp,1.9,1.10 memman.h,1.7,1.8 menu.cpp,1.27,1.28 menu.h,1.12,1.13 mouse.cpp,1.30,1.31 mouse.h,1.18,1.19 music.cpp,1.48,1.49 music.h,1.23,1.24 object.h,1.9,1.10 objectman.cpp,1.12,1.13 objectman.h,1.11,1.12 resman.cpp,1.32,1.33 resman.h,1.16,1.17 router.cpp,1.15,1.16 router.h,1.10,1.11 screen.cpp,1.55,1.56 screen.h,1.21,1.22 sound.cpp,1.50,1.51 sound.h,1.23,1.24 staticres.cpp,1.12,1.13 sword1.cpp,1.93,1.94 sword1.h,1.24,1.25 sworddefs.h,1.20,1.21 swordres.h,1.6,1.7 text.cpp,1.14,1.15 text.h,1.7,1.8
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound/softsynth/mt32 freeverb.cpp,1.6,1.6.2.1 freeverb.h,1.4,1.4.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list