From 32f97c316099d1a2070750350dd9b663a7ac4dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 15 May 2005 00:25:56 +0200 Subject: Set property svn:keywords to Id --- Makefile | 2 +- bitmap.c | 2 +- bitmap.h | 2 +- deck.c | 2 +- deck.h | 2 +- game.c | 2 +- game.h | 2 +- heap.c | 2 +- heap.h | 2 +- history.c | 2 +- history.h | 2 +- i18n.c | 2 +- i18n.h | 2 +- setup.c | 2 +- setup.h | 2 +- spider.c | 2 +- spider.h | 2 +- tableau.c | 2 +- tableau.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 928b32d..758934a 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/bitmap.c b/bitmap.c index 99bc955..ecb5846 100644 --- a/bitmap.c +++ b/bitmap.c @@ -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" diff --git a/bitmap.h b/bitmap.h index 5553e69..7a320d4 100644 --- a/bitmap.h +++ b/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 diff --git a/deck.c b/deck.c index e2a6a43..5945211 100644 --- a/deck.c +++ b/deck.c @@ -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" diff --git a/deck.h b/deck.h index 30afb89..bc0c97b 100644 --- a/deck.h +++ b/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 diff --git a/game.c b/game.c index 3e750ee..c38495d 100644 --- a/game.c +++ b/game.c @@ -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" diff --git a/game.h b/game.h index 89137eb..4e7a6e2 100644 --- a/game.h +++ b/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 diff --git a/heap.c b/heap.c index 26cef11..8af73a1 100644 --- a/heap.c +++ b/heap.c @@ -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" diff --git a/heap.h b/heap.h index fe82c1e..7aabfb0 100644 --- a/heap.h +++ b/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 diff --git a/history.c b/history.c index 88de34e..e60235d 100644 --- a/history.c +++ b/history.c @@ -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" diff --git a/history.h b/history.h index 281fa0f..4940d95 100644 --- a/history.h +++ b/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 diff --git a/i18n.c b/i18n.c index ebcc95a..7c0a5f8 100644 --- a/i18n.c +++ b/i18n.c @@ -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" diff --git a/i18n.h b/i18n.h index cf18553..92c179b 100644 --- a/i18n.h +++ b/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 diff --git a/setup.c b/setup.c index d0d3a81..074c77d 100644 --- a/setup.c +++ b/setup.c @@ -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" diff --git a/setup.h b/setup.h index cc549ae..4c4a4b5 100644 --- a/setup.h +++ b/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 diff --git a/spider.c b/spider.c index 727db13..07e46cf 100644 --- a/spider.c +++ b/spider.c @@ -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" diff --git a/spider.h b/spider.h index 782dd5a..1e30413 100644 --- a/spider.h +++ b/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 diff --git a/tableau.c b/tableau.c index 9160a8c..2ff811b 100644 --- a/tableau.c +++ b/tableau.c @@ -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" diff --git a/tableau.h b/tableau.h index 681267b..003d9bb 100644 --- a/tableau.h +++ b/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 -- cgit v1.2.3