[Scummvm-git-logs] scummvm-tools master -> 24feb3a582723d76cbe00318abd35e7a47bf8ad9

aquadran noreply at scummvm.org
Sun May 29 05:46:29 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
24feb3a582 GRIM: Update license headers


Commit: 24feb3a582723d76cbe00318abd35e7a47bf8ad9
    https://github.com/scummvm/scummvm-tools/commit/24feb3a582723d76cbe00318abd35e7a47bf8ad9
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-05-29T07:46:25+02:00

Commit Message:
GRIM: Update license headers

Changed paths:
    engines/grim/bm2bmp.cpp
    engines/grim/bmtoppm.cpp
    engines/grim/delua.cpp
    engines/grim/diffr.cpp
    engines/grim/emi/animb2txt.cpp
    engines/grim/emi/cosb2cos.cpp
    engines/grim/emi/filetools.h
    engines/grim/emi/meshb2obj.cpp
    engines/grim/emi/model.h
    engines/grim/emi/renderModel.cpp
    engines/grim/emi/renderTil.cpp
    engines/grim/emi/setb2set.cpp
    engines/grim/emi/sklb2txt.cpp
    engines/grim/emi/til2bmp.cpp
    engines/grim/imc2wav.cpp
    engines/grim/int2flt.cpp
    engines/grim/lab.cpp
    engines/grim/lab.h
    engines/grim/mat2ppm.cpp
    engines/grim/mklab.cpp
    engines/grim/patchex/cab.h
    engines/grim/patchex/cabd.cpp
    engines/grim/patchex/mspack.h
    engines/grim/patchex/mszip.h
    engines/grim/patchex/mszipd.cpp
    engines/grim/patchex/patchex.cpp
    engines/grim/patchr.cpp
    engines/grim/set2fig.cpp
    engines/grim/unlab.cpp
    engines/grim/vima.cpp


diff --git a/engines/grim/bm2bmp.cpp b/engines/grim/bm2bmp.cpp
index e9fae19..c5baee3 100644
--- a/engines/grim/bm2bmp.cpp
+++ b/engines/grim/bm2bmp.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /**
diff --git a/engines/grim/bmtoppm.cpp b/engines/grim/bmtoppm.cpp
index 0c7b2ca..d90c13b 100644
--- a/engines/grim/bmtoppm.cpp
+++ b/engines/grim/bmtoppm.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdio.h>
diff --git a/engines/grim/delua.cpp b/engines/grim/delua.cpp
index 1b035ac..6108f81 100644
--- a/engines/grim/delua.cpp
+++ b/engines/grim/delua.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <engines/grim/lua/lua.h>
diff --git a/engines/grim/diffr.cpp b/engines/grim/diffr.cpp
index 52e2b1c..48d8cc7 100644
--- a/engines/grim/diffr.cpp
+++ b/engines/grim/diffr.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 //Large parts of this program have been taken from bsdiff written by Colin Percival:
diff --git a/engines/grim/emi/animb2txt.cpp b/engines/grim/emi/animb2txt.cpp
index adb8a0d..082347f 100644
--- a/engines/grim/emi/animb2txt.cpp
+++ b/engines/grim/emi/animb2txt.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 // Based on Benjamin Haischs filetype-information.
diff --git a/engines/grim/emi/cosb2cos.cpp b/engines/grim/emi/cosb2cos.cpp
index 0562e2a..2485dce 100644
--- a/engines/grim/emi/cosb2cos.cpp
+++ b/engines/grim/emi/cosb2cos.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <fstream>
diff --git a/engines/grim/emi/filetools.h b/engines/grim/emi/filetools.h
index a70552a..682a39d 100644
--- a/engines/grim/emi/filetools.h
+++ b/engines/grim/emi/filetools.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #ifndef FILETOOLS_H
diff --git a/engines/grim/emi/meshb2obj.cpp b/engines/grim/emi/meshb2obj.cpp
index 86fc2f2..6e0cbc4 100644
--- a/engines/grim/emi/meshb2obj.cpp
+++ b/engines/grim/emi/meshb2obj.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <fstream>
diff --git a/engines/grim/emi/model.h b/engines/grim/emi/model.h
index e5f9a5b..bb1bf47 100644
--- a/engines/grim/emi/model.h
+++ b/engines/grim/emi/model.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #ifndef MODEL_H
diff --git a/engines/grim/emi/renderModel.cpp b/engines/grim/emi/renderModel.cpp
index 76d33f7..8453f8d 100644
--- a/engines/grim/emi/renderModel.cpp
+++ b/engines/grim/emi/renderModel.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <iostream>
diff --git a/engines/grim/emi/renderTil.cpp b/engines/grim/emi/renderTil.cpp
index 905524e..d64f96b 100644
--- a/engines/grim/emi/renderTil.cpp
+++ b/engines/grim/emi/renderTil.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <fstream>
diff --git a/engines/grim/emi/setb2set.cpp b/engines/grim/emi/setb2set.cpp
index daae09a..52d5fe7 100644
--- a/engines/grim/emi/setb2set.cpp
+++ b/engines/grim/emi/setb2set.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <cassert>
diff --git a/engines/grim/emi/sklb2txt.cpp b/engines/grim/emi/sklb2txt.cpp
index 9b1fde5..d8ee02f 100644
--- a/engines/grim/emi/sklb2txt.cpp
+++ b/engines/grim/emi/sklb2txt.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 // Based on Benjamin Haischs work on sklb-files.
diff --git a/engines/grim/emi/til2bmp.cpp b/engines/grim/emi/til2bmp.cpp
index 0f12355..b81d280 100644
--- a/engines/grim/emi/til2bmp.cpp
+++ b/engines/grim/emi/til2bmp.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <fstream>
diff --git a/engines/grim/imc2wav.cpp b/engines/grim/imc2wav.cpp
index d01d4ab..4746ffa 100644
--- a/engines/grim/imc2wav.cpp
+++ b/engines/grim/imc2wav.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <cstdio>
diff --git a/engines/grim/int2flt.cpp b/engines/grim/int2flt.cpp
index 75d6109..df16c28 100644
--- a/engines/grim/int2flt.cpp
+++ b/engines/grim/int2flt.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdio.h>
diff --git a/engines/grim/lab.cpp b/engines/grim/lab.cpp
index a591135..a5d97f7 100644
--- a/engines/grim/lab.cpp
+++ b/engines/grim/lab.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <cstring>
diff --git a/engines/grim/lab.h b/engines/grim/lab.h
index c85769f..7926d05 100644
--- a/engines/grim/lab.h
+++ b/engines/grim/lab.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #ifndef LAB_H
diff --git a/engines/grim/mat2ppm.cpp b/engines/grim/mat2ppm.cpp
index fa62aa3..5f9eec3 100644
--- a/engines/grim/mat2ppm.cpp
+++ b/engines/grim/mat2ppm.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdio.h>
diff --git a/engines/grim/mklab.cpp b/engines/grim/mklab.cpp
index 538dde3..991bf36 100644
--- a/engines/grim/mklab.cpp
+++ b/engines/grim/mklab.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdlib.h>
diff --git a/engines/grim/patchex/cab.h b/engines/grim/patchex/cab.h
index 841d845..4f2ecfe 100644
--- a/engines/grim/patchex/cab.h
+++ b/engines/grim/patchex/cab.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* This file is part of libmspack.
diff --git a/engines/grim/patchex/cabd.cpp b/engines/grim/patchex/cabd.cpp
index 228ddd1..aa52041 100644
--- a/engines/grim/patchex/cabd.cpp
+++ b/engines/grim/patchex/cabd.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* This file is part of libmspack.
diff --git a/engines/grim/patchex/mspack.h b/engines/grim/patchex/mspack.h
index 39be653..de9ed28 100644
--- a/engines/grim/patchex/mspack.h
+++ b/engines/grim/patchex/mspack.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* libmspack -- a library for working with Microsoft compression formats.
diff --git a/engines/grim/patchex/mszip.h b/engines/grim/patchex/mszip.h
index 1953b53..0e4518e 100644
--- a/engines/grim/patchex/mszip.h
+++ b/engines/grim/patchex/mszip.h
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* This file is part of libmspack.
diff --git a/engines/grim/patchex/mszipd.cpp b/engines/grim/patchex/mszipd.cpp
index f77d032..602da57 100644
--- a/engines/grim/patchex/mszipd.cpp
+++ b/engines/grim/patchex/mszipd.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* This file is part of libmspack.
diff --git a/engines/grim/patchex/patchex.cpp b/engines/grim/patchex/patchex.cpp
index 3518956..b0915f2 100644
--- a/engines/grim/patchex/patchex.cpp
+++ b/engines/grim/patchex/patchex.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 /* Patch extractor
diff --git a/engines/grim/patchr.cpp b/engines/grim/patchr.cpp
index 613b246..2762703 100644
--- a/engines/grim/patchr.cpp
+++ b/engines/grim/patchr.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 //Large parts of this program have been taken from bsdiff written by Colin Percival:
diff --git a/engines/grim/set2fig.cpp b/engines/grim/set2fig.cpp
index 9a47e59..6d5a72d 100644
--- a/engines/grim/set2fig.cpp
+++ b/engines/grim/set2fig.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 // Utility to dump drawing of the sectors in a set file to an xfig file
diff --git a/engines/grim/unlab.cpp b/engines/grim/unlab.cpp
index ebb9d5b..b60a50e 100644
--- a/engines/grim/unlab.cpp
+++ b/engines/grim/unlab.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdlib.h>
diff --git a/engines/grim/vima.cpp b/engines/grim/vima.cpp
index 110337a..7425f50 100644
--- a/engines/grim/vima.cpp
+++ b/engines/grim/vima.cpp
@@ -1,8 +1,8 @@
-/* ResidualVM - A 3D game interpreter
+/* ScummVM Tools
  *
- * ResidualVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
+ * ScummVM Tools is the legal property of its developers, whose
+ * names are too numerous to list here. Please refer to the
+ * COPYRIGHT file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include <stdint.h>




More information about the Scummvm-git-logs mailing list