diff options
author | Thomas Günther <tom@toms-cafe.de> | 2005-05-15 00:25:56 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2005-05-15 00:25:56 +0200 |
commit | 32f97c316099d1a2070750350dd9b663a7ac4dee (patch) | |
tree | dd050989a2bd435a955b7fdad50a935aa8297761 | |
parent | 1b80a09e835a6cd68d4160f9799a7268e54a5b53 (diff) | |
download | vdr-plugin-spider-32f97c316099d1a2070750350dd9b663a7ac4dee.tar.gz vdr-plugin-spider-32f97c316099d1a2070750350dd9b663a7ac4dee.tar.bz2 |
Set property svn:keywords to Id
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | bitmap.c | 2 | ||||
-rw-r--r-- | bitmap.h | 2 | ||||
-rw-r--r-- | deck.c | 2 | ||||
-rw-r--r-- | deck.h | 2 | ||||
-rw-r--r-- | game.c | 2 | ||||
-rw-r--r-- | game.h | 2 | ||||
-rw-r--r-- | heap.c | 2 | ||||
-rw-r--r-- | heap.h | 2 | ||||
-rw-r--r-- | history.c | 2 | ||||
-rw-r--r-- | history.h | 2 | ||||
-rw-r--r-- | i18n.c | 2 | ||||
-rw-r--r-- | i18n.h | 2 | ||||
-rw-r--r-- | setup.c | 2 | ||||
-rw-r--r-- | setup.h | 2 | ||||
-rw-r--r-- | spider.c | 2 | ||||
-rw-r--r-- | spider.h | 2 | ||||
-rw-r--r-- | tableau.c | 2 | ||||
-rw-r--r-- | tableau.h | 2 |
19 files changed, 19 insertions, 19 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id$ +# $Id: Makefile 2 2005-05-14 22:25:56Z tom $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: bitmap.c 2 2005-05-14 22:25:56Z tom $ */ #include "bitmap.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: bitmap.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_BITMAP_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: deck.c 2 2005-05-14 22:25:56Z tom $ */ #include "deck.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: deck.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_DECK_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: game.c 2 2005-05-14 22:25:56Z tom $ */ #include "game.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: game.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_GAME_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: heap.c 2 2005-05-14 22:25:56Z tom $ */ #include "heap.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: heap.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_HEAP_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: history.c 2 2005-05-14 22:25:56Z tom $ */ #include "history.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: history.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_HISTORY_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: i18n.c 2 2005-05-14 22:25:56Z tom $ */ #include "i18n.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: i18n.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_I18N_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: setup.c 2 2005-05-14 22:25:56Z tom $ */ #include "setup.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: setup.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_SETUP_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: spider.c 2 2005-05-14 22:25:56Z tom $ */ #include "spider.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: spider.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_H @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: tableau.c 2 2005-05-14 22:25:56Z tom $ */ #include "tableau.h" @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ + * $Id: tableau.h 2 2005-05-14 22:25:56Z tom $ */ #ifndef VDR_SPIDER_TABLEAU_H |