[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/missing _stdio.cpp,1.15,1.15.2.1 _stdlib.cpp,1.12,1.12.2.1 _string.cpp,1.8,1.8.2.1 _time.cpp,1.7,1.7.2.1 _unistd.cpp,1.7,1.7.2.1 assert.h,1.6,1.6.2.1 fcntl.h,1.1,1.1.10.1 math.h,1.6,1.6.2.1 memory.h,1.4,1.4.2.1 stdio.h,1.9,1.9.2.1 stdlib.h,1.9,1.9.2.1 string.h,1.9,1.9.2.1 time.h,1.6,1.6.2.1 unistd.h,1.7,1.7.2.1
Eugene Sandulenko
sev at users.sourceforge.net
Mon Oct 17 19:13:42 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/epoc README,1.2,1.2.2.1 ScummApp.cpp,1.2,1.2.2.1 ScummApp.h,1.3,1.3.2.1 ScummVm.hrh,1.1,1.1.2.1 SymbianActions.cpp,1.3,1.3.2.1 SymbianActions.h,1.2,1.2.2.1 SymbianOS.cpp,1.4,1.4.2.1 SymbianOS.h,1.3,1.3.2.1 portdefs.h,1.4,1.4.2.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/fs/windows windows-fs.cpp,1.31,1.31.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25993/backends/PalmOS/Src/missing
Modified Files:
Tag: branch-0-8-0
_stdio.cpp _stdlib.cpp _string.cpp _time.cpp _unistd.cpp
assert.h fcntl.h math.h memory.h stdio.h stdlib.h string.h
time.h unistd.h
Log Message:
Update FSF address. Ugh if I'd only know it and updated before branching :(.
Index: _stdio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_stdio.cpp,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- _stdio.cpp 3 Sep 2005 17:05:26 -0000 1.15
+++ _stdio.cpp 18 Oct 2005 02:11:14 -0000 1.15.2.1
@@ -14,7 +14,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: _stdlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_stdlib.cpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- _stdlib.cpp 3 Sep 2005 17:11:44 -0000 1.12
+++ _stdlib.cpp 18 Oct 2005 02:11:14 -0000 1.12.2.1
@@ -14,7 +14,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: _string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_string.cpp,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- _string.cpp 30 Jul 2005 21:10:50 -0000 1.8
+++ _string.cpp 18 Oct 2005 02:11:14 -0000 1.8.2.1
@@ -14,7 +14,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: _time.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_time.cpp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- _time.cpp 30 Jul 2005 21:10:50 -0000 1.7
+++ _time.cpp 18 Oct 2005 02:11:14 -0000 1.7.2.1
@@ -14,7 +14,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: _unistd.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_unistd.cpp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- _unistd.cpp 30 Jul 2005 21:10:50 -0000 1.7
+++ _unistd.cpp 18 Oct 2005 02:11:14 -0000 1.7.2.1
@@ -14,7 +14,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: assert.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/assert.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- assert.h 3 Sep 2005 17:09:59 -0000 1.6
+++ assert.h 18 Oct 2005 02:11:14 -0000 1.6.2.1
@@ -14,7 +14,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: fcntl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/fcntl.h,v
retrieving revision 1.1
retrieving revision 1.1.10.1
diff -u -d -r1.1 -r1.1.10.1
--- fcntl.h 30 Apr 2003 11:33:19 -0000 1.1
+++ fcntl.h 18 Oct 2005 02:11:14 -0000 1.1.10.1
@@ -1 +1 @@
-/* nothing */
\ No newline at end of file
+/* nothing */
Index: math.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/math.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- math.h 3 Sep 2005 17:11:44 -0000 1.6
+++ math.h 18 Oct 2005 02:11:14 -0000 1.6.2.1
@@ -14,7 +14,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: memory.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/memory.h,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- memory.h 30 Jul 2005 21:10:50 -0000 1.4
+++ memory.h 18 Oct 2005 02:11:14 -0000 1.4.2.1
@@ -14,10 +14,10 @@
* 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$
*
*/
- #include "string.h"
\ No newline at end of file
+ #include "string.h"
Index: stdio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/stdio.h,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- stdio.h 3 Sep 2005 17:05:26 -0000 1.9
+++ stdio.h 18 Oct 2005 02:11:14 -0000 1.9.2.1
@@ -14,7 +14,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: stdlib.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/stdlib.h,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- stdlib.h 3 Sep 2005 17:14:41 -0000 1.9
+++ stdlib.h 18 Oct 2005 02:11:14 -0000 1.9.2.1
@@ -14,7 +14,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: string.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/string.h,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- string.h 3 Sep 2005 17:14:41 -0000 1.9
+++ string.h 18 Oct 2005 02:11:14 -0000 1.9.2.1
@@ -14,7 +14,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: time.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/time.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- time.h 3 Sep 2005 17:14:41 -0000 1.6
+++ time.h 18 Oct 2005 02:11:14 -0000 1.6.2.1
@@ -14,7 +14,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: unistd.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/unistd.h,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- unistd.h 3 Sep 2005 17:14:41 -0000 1.7
+++ unistd.h 18 Oct 2005 02:11:14 -0000 1.7.2.1
@@ -14,7 +14,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/backends/epoc README,1.2,1.2.2.1 ScummApp.cpp,1.2,1.2.2.1 ScummApp.h,1.3,1.3.2.1 ScummVm.hrh,1.1,1.1.2.1 SymbianActions.cpp,1.3,1.3.2.1 SymbianActions.h,1.2,1.2.2.1 SymbianOS.cpp,1.4,1.4.2.1 SymbianOS.h,1.3,1.3.2.1 portdefs.h,1.4,1.4.2.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/fs/windows windows-fs.cpp,1.31,1.31.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list