diff options
author | Thomas Günther <tom@toms-cafe.de> | 2007-09-21 01:43:48 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2007-09-21 01:43:48 +0200 |
commit | b39a6bf3e7add336dbb127394e8c611ec1d29cd6 (patch) | |
tree | ab3b1c27a8ec9769ba0725b9b5179dd19a7bb785 | |
parent | a9e755360f08ce8da20d15b1aa1593ea753393de (diff) | |
download | vdr-plugin-spider-b39a6bf3e7add336dbb127394e8c611ec1d29cd6.tar.gz vdr-plugin-spider-b39a6bf3e7add336dbb127394e8c611ec1d29cd6.tar.bz2 |
Renamed *.c files to C++ suffix *.cpp
-rw-r--r-- | bitmap.cpp (renamed from bitmap.c) | 2 | ||||
-rw-r--r-- | deck.cpp (renamed from deck.c) | 2 | ||||
-rw-r--r-- | game.cpp (renamed from game.c) | 2 | ||||
-rw-r--r-- | heap.cpp (renamed from heap.c) | 2 | ||||
-rw-r--r-- | history.cpp (renamed from history.c) | 2 | ||||
-rw-r--r-- | i18n.cpp (renamed from i18n.c) | 2 | ||||
-rw-r--r-- | setup.cpp (renamed from setup.c) | 2 | ||||
-rw-r--r-- | spider.cpp (renamed from spider.c) | 2 | ||||
-rw-r--r-- | tableau.cpp (renamed from tableau.c) | 2 |
9 files changed, 9 insertions, 9 deletions
@@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: bitmap.c 87 2007-06-22 22:37:36Z tom $ + * $Id: bitmap.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "bitmap.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: deck.c 87 2007-06-22 22:37:36Z tom $ + * $Id: deck.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "deck.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: game.c 87 2007-06-22 22:37:36Z tom $ + * $Id: game.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "game.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: heap.c 87 2007-06-22 22:37:36Z tom $ + * $Id: heap.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "heap.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: history.c 87 2007-06-22 22:37:36Z tom $ + * $Id: history.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "history.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: i18n.c 87 2007-06-22 22:37:36Z tom $ + * $Id: i18n.cpp 94 2007-09-20 23:43:48Z tom $ * * * Translations provided by: @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: setup.c 87 2007-06-22 22:37:36Z tom $ + * $Id: setup.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "setup.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: spider.c 88 2007-06-23 00:15:39Z tom $ + * $Id: spider.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "spider.h" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: tableau.c 87 2007-06-22 22:37:36Z tom $ + * $Id: tableau.cpp 94 2007-09-20 23:43:48Z tom $ */ #include "tableau.h" |