[Scummvm-cvs-logs] CVS: scummvm/gob anim.cpp,1.2,1.3 anim.h,1.3,1.4 dataio.cpp,1.4,1.5 dataio.h,1.3,1.4 debug.cpp,1.4,1.5 debug.h,1.3,1.4 draw.cpp,1.4,1.5 draw.h,1.3,1.4 driver_vga.cpp,1.4,1.5 driver_vga.h,1.3,1.4 game.cpp,1.10,1.11 game.h,1.4,1.5 global.cpp,1.3,1.4 global.h,1.3,1.4 gob.cpp,1.3,1.4 goblin.cpp,1.4,1.5 goblin.h,1.2,1.3 init.cpp,1.3,1.4 init.h,1.2,1.3 inter.cpp,1.7,1.8 inter.h,1.2,1.3 map.cpp,1.2,1.3 map.h,1.2,1.3 mult.cpp,1.5,1.6 mult.h,1.2,1.3 pack.cpp,1.2,1.3 pack.h,1.2,1.3 palanim.cpp,1.4,1.5 palanim.h,1.2,1.3 parse.cpp,1.2,1.3 parse.h,1.2,1.3 resource.cpp,1.2,1.3 resource.h,1.2,1.3 scenery.cpp,1.6,1.7 scenery.h,1.2,1.3 sound.cpp,1.3,1.4 sound.h,1.3,1.4 timer.cpp,1.3,1.4 timer.h,1.2,1.3 util.cpp,1.7,1.8 util.h,1.3,1.4 video.cpp,1.6,1.7 video.h,1.2,1.3
Max Horn
fingolfin at users.sourceforge.net
Sat Apr 9 12:20:21 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gob draw.cpp,1.3,1.4 game.cpp,1.9,1.10 inter.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gob dataio.cpp,1.5,1.6 draw.cpp,1.5,1.6 game.cpp,1.11,1.12 goblin.cpp,1.5,1.6 init.cpp,1.4,1.5 inter.cpp,1.8,1.9 map.cpp,1.3,1.4 module.mk,1.1,1.2 mult.cpp,1.6,1.7 pack.cpp,1.3,1.4 palanim.cpp,1.5,1.6 parse.cpp,1.3,1.4 resource.cpp,1.3,1.4 scenery.cpp,1.7,1.8 sound.cpp,1.4,1.5 timer.cpp,1.4,1.5 util.cpp,1.8,1.9 video.cpp,1.7,1.8 debug.cpp,1.5,NONE debug.h,1.4,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25069
Modified Files:
anim.cpp anim.h dataio.cpp dataio.h debug.cpp debug.h draw.cpp
draw.h driver_vga.cpp driver_vga.h game.cpp game.h global.cpp
global.h gob.cpp goblin.cpp goblin.h init.cpp init.h inter.cpp
inter.h map.cpp map.h mult.cpp mult.h pack.cpp pack.h
palanim.cpp palanim.h parse.cpp parse.h resource.cpp
resource.h scenery.cpp scenery.h sound.cpp sound.h timer.cpp
timer.h util.cpp util.h video.cpp video.h
Log Message:
Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this
Index: anim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/anim.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- anim.cpp 5 Apr 2005 15:53:16 -0000 1.2
+++ anim.cpp 9 Apr 2005 19:19:53 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: anim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/anim.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- anim.h 5 Apr 2005 18:08:01 -0000 1.3
+++ anim.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: dataio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/dataio.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dataio.cpp 9 Apr 2005 01:28:16 -0000 1.4
+++ dataio.cpp 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: dataio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/dataio.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dataio.h 5 Apr 2005 18:08:01 -0000 1.3
+++ dataio.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/debug.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debug.cpp 9 Apr 2005 01:52:42 -0000 1.4
+++ debug.cpp 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/debug.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debug.h 5 Apr 2005 18:08:01 -0000 1.3
+++ debug.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- draw.cpp 9 Apr 2005 18:14:01 -0000 1.4
+++ draw.cpp 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: draw.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- draw.h 5 Apr 2005 18:08:01 -0000 1.3
+++ draw.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: driver_vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/driver_vga.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- driver_vga.cpp 8 Apr 2005 22:27:12 -0000 1.4
+++ driver_vga.cpp 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: driver_vga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/driver_vga.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- driver_vga.h 5 Apr 2005 18:08:01 -0000 1.3
+++ driver_vga.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/game.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- game.cpp 9 Apr 2005 18:14:01 -0000 1.10
+++ game.cpp 9 Apr 2005 19:19:53 -0000 1.11
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: game.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/game.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- game.h 9 Apr 2005 01:28:16 -0000 1.4
+++ game.h 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: global.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/global.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- global.cpp 8 Apr 2005 22:27:12 -0000 1.3
+++ global.cpp 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: global.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/global.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- global.h 5 Apr 2005 18:08:01 -0000 1.3
+++ global.h 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: gob.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/gob.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gob.cpp 5 Apr 2005 18:49:58 -0000 1.3
+++ gob.cpp 9 Apr 2005 19:19:53 -0000 1.4
@@ -12,7 +12,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: goblin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/goblin.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- goblin.cpp 5 Apr 2005 18:08:01 -0000 1.4
+++ goblin.cpp 9 Apr 2005 19:19:53 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: goblin.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/goblin.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- goblin.h 5 Apr 2005 18:08:01 -0000 1.2
+++ goblin.h 9 Apr 2005 19:19:53 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: init.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/init.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- init.cpp 5 Apr 2005 18:08:01 -0000 1.3
+++ init.cpp 9 Apr 2005 19:19:53 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: init.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/init.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- init.h 5 Apr 2005 18:08:01 -0000 1.2
+++ init.h 9 Apr 2005 19:19:53 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: inter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/inter.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- inter.cpp 9 Apr 2005 18:14:01 -0000 1.7
+++ inter.cpp 9 Apr 2005 19:19:54 -0000 1.8
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: inter.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/inter.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- inter.h 5 Apr 2005 18:08:01 -0000 1.2
+++ inter.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: map.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/map.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- map.cpp 5 Apr 2005 18:08:01 -0000 1.2
+++ map.cpp 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/map.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- map.h 5 Apr 2005 18:08:01 -0000 1.2
+++ map.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: mult.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/mult.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mult.cpp 5 Apr 2005 18:08:01 -0000 1.5
+++ mult.cpp 9 Apr 2005 19:19:54 -0000 1.6
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: mult.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/mult.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mult.h 5 Apr 2005 18:08:01 -0000 1.2
+++ mult.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: pack.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/pack.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pack.cpp 5 Apr 2005 18:08:01 -0000 1.2
+++ pack.cpp 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: pack.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/pack.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pack.h 5 Apr 2005 18:08:01 -0000 1.2
+++ pack.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: palanim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/palanim.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- palanim.cpp 9 Apr 2005 01:28:16 -0000 1.4
+++ palanim.cpp 9 Apr 2005 19:19:54 -0000 1.5
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: palanim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/palanim.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- palanim.h 5 Apr 2005 18:08:01 -0000 1.2
+++ palanim.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: parse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/parse.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- parse.cpp 5 Apr 2005 18:08:01 -0000 1.2
+++ parse.cpp 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: parse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/parse.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- parse.h 5 Apr 2005 18:08:01 -0000 1.2
+++ parse.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/resource.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- resource.cpp 5 Apr 2005 18:08:01 -0000 1.2
+++ resource.cpp 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: resource.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/resource.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- resource.h 5 Apr 2005 18:08:01 -0000 1.2
+++ resource.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: scenery.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/scenery.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scenery.cpp 9 Apr 2005 01:28:16 -0000 1.6
+++ scenery.cpp 9 Apr 2005 19:19:54 -0000 1.7
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: scenery.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/scenery.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scenery.h 5 Apr 2005 18:08:01 -0000 1.2
+++ scenery.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sound.cpp 5 Apr 2005 18:08:01 -0000 1.3
+++ sound.cpp 9 Apr 2005 19:19:54 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sound.h 5 Apr 2005 18:08:01 -0000 1.3
+++ sound.h 9 Apr 2005 19:19:54 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/timer.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- timer.cpp 5 Apr 2005 23:31:40 -0000 1.3
+++ timer.cpp 9 Apr 2005 19:19:54 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/timer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- timer.h 5 Apr 2005 18:08:01 -0000 1.2
+++ timer.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/util.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- util.cpp 6 Apr 2005 14:33:31 -0000 1.7
+++ util.cpp 9 Apr 2005 19:19:54 -0000 1.8
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/util.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- util.h 5 Apr 2005 18:08:01 -0000 1.3
+++ util.h 9 Apr 2005 19:19:54 -0000 1.4
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: video.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/video.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- video.cpp 9 Apr 2005 01:28:16 -0000 1.6
+++ video.cpp 9 Apr 2005 19:19:54 -0000 1.7
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
Index: video.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/video.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- video.h 5 Apr 2005 18:08:02 -0000 1.2
+++ video.h 9 Apr 2005 19:19:54 -0000 1.3
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
- * aint32 with this program; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gob draw.cpp,1.3,1.4 game.cpp,1.9,1.10 inter.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gob dataio.cpp,1.5,1.6 draw.cpp,1.5,1.6 game.cpp,1.11,1.12 goblin.cpp,1.5,1.6 init.cpp,1.4,1.5 inter.cpp,1.8,1.9 map.cpp,1.3,1.4 module.mk,1.1,1.2 mult.cpp,1.6,1.7 pack.cpp,1.3,1.4 palanim.cpp,1.5,1.6 parse.cpp,1.3,1.4 resource.cpp,1.3,1.4 scenery.cpp,1.7,1.8 sound.cpp,1.4,1.5 timer.cpp,1.4,1.5 util.cpp,1.8,1.9 video.cpp,1.7,1.8 debug.cpp,1.5,NONE debug.h,1.4,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list