diff options
| author | etobi <git@e-tobi.net> | 2009-11-03 22:03:51 +0100 |
|---|---|---|
| committer | etobi <git@e-tobi.net> | 2009-11-03 22:18:04 +0100 |
| commit | 5ae195f9b432f99a25b6dbaf155879ce9fd815c1 (patch) | |
| tree | 41befd5018c3eb4f05d0c2ffcfda23601417c27d /src | |
| parent | 65084a42686540b5f146e7db679075863da95265 (diff) | |
| download | vdr-plugin-vodcatcher-5ae195f9b432f99a25b6dbaf155879ce9fd815c1.tar.gz vdr-plugin-vodcatcher-5ae195f9b432f99a25b6dbaf155879ce9fd815c1.tar.bz2 | |
Updated copyright year and dropped $Id
Diffstat (limited to 'src')
141 files changed, 141 insertions, 423 deletions
diff --git a/src/ConfigurationStub.h b/src/ConfigurationStub.h index 578c4c4..168196d 100644 --- a/src/ConfigurationStub.h +++ b/src/ConfigurationStub.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ConfigurationStub.h 7656 2008-08-09 21:07:45Z svntobi $ - * */ #ifndef CONFIGURATIONSTUB_H_ diff --git a/src/CriticalSection.h b/src/CriticalSection.h index ee60747..abae6db 100644 --- a/src/CriticalSection.h +++ b/src/CriticalSection.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: CriticalSection.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___CRITICALSECTION_H diff --git a/src/CurlDownloader.cc b/src/CurlDownloader.cc index 29a0dfd..cad81e1 100644 --- a/src/CurlDownloader.cc +++ b/src/CurlDownloader.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: CurlDownloader.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <sstream> diff --git a/src/CurlDownloader.h b/src/CurlDownloader.h index 1a4f0f3..7d04582 100644 --- a/src/CurlDownloader.h +++ b/src/CurlDownloader.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: CurlDownloader.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___CURLDOWNLOADER_H diff --git a/src/CurlDownloader_test.cc b/src/CurlDownloader_test.cc index f81c37e..d145d88 100644 --- a/src/CurlDownloader_test.cc +++ b/src/CurlDownloader_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: CurlDownloader_test.cc 7656 2008-08-09 21:07:45Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/Download.cc b/src/Download.cc index 68ca273..a5724de 100644 --- a/src/Download.cc +++ b/src/Download.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Download.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "Download.h" diff --git a/src/Download.h b/src/Download.h index 77e4845..f2ba300 100644 --- a/src/Download.h +++ b/src/Download.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Download.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOAD_H diff --git a/src/DownloadAction.cc b/src/DownloadAction.cc index 17c882a..ccd9f8a 100644 --- a/src/DownloadAction.cc +++ b/src/DownloadAction.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadAction.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "DownloadAction.h" diff --git a/src/DownloadAction.h b/src/DownloadAction.h index 68d8f6e..07077ea 100644 --- a/src/DownloadAction.h +++ b/src/DownloadAction.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadAction.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOADACTION_H diff --git a/src/DownloadAction_test.cc b/src/DownloadAction_test.cc index daab6f5..cccec22 100644 --- a/src/DownloadAction_test.cc +++ b/src/DownloadAction_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadAction_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/DownloadCacheMock.cc b/src/DownloadCacheMock.cc index dc092be..b206226 100644 --- a/src/DownloadCacheMock.cc +++ b/src/DownloadCacheMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadCacheMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "DownloadCacheMock.h" diff --git a/src/DownloadCacheMock.h b/src/DownloadCacheMock.h index 2636ba2..14bf73f 100644 --- a/src/DownloadCacheMock.h +++ b/src/DownloadCacheMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadCacheMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOADCACHEMOCK_H diff --git a/src/DownloadObserver.h b/src/DownloadObserver.h index 9024f74..9a19a27 100644 --- a/src/DownloadObserver.h +++ b/src/DownloadObserver.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadObserver.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOADOBSERVER_H diff --git a/src/DownloadPoolMock.cc b/src/DownloadPoolMock.cc index d8b4f06..f15c842 100644 --- a/src/DownloadPoolMock.cc +++ b/src/DownloadPoolMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadPoolMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "DownloadPoolMock.h" diff --git a/src/DownloadPoolMock.h b/src/DownloadPoolMock.h index cd5db60..641028c 100644 --- a/src/DownloadPoolMock.h +++ b/src/DownloadPoolMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadPoolMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOADPOOLMOCK_H diff --git a/src/DownloadQueue.cc b/src/DownloadQueue.cc index 0718806..0e9b53f 100644 --- a/src/DownloadQueue.cc +++ b/src/DownloadQueue.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadQueue.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "DownloadQueue.h" diff --git a/src/DownloadQueue.h b/src/DownloadQueue.h index 8c6b2cc..0d21eab 100644 --- a/src/DownloadQueue.h +++ b/src/DownloadQueue.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadQueue.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___DOWNLOADQUEUE_H diff --git a/src/DownloadQueue_test.cc b/src/DownloadQueue_test.cc index fc6b33a..db4731b 100644 --- a/src/DownloadQueue_test.cc +++ b/src/DownloadQueue_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: DownloadQueue_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/Download_test.cc b/src/Download_test.cc index cfe087e..dd3d499 100644 --- a/src/Download_test.cc +++ b/src/Download_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Download_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/Feed.cc b/src/Feed.cc index b284d65..599f177 100644 --- a/src/Feed.cc +++ b/src/Feed.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Feed.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "Feed.h" @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Feed.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEED_H diff --git a/src/FeedMenuController.cc b/src/FeedMenuController.cc index 8511686..547f8f0 100644 --- a/src/FeedMenuController.cc +++ b/src/FeedMenuController.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedMenuController.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "FeedMenuController.h" diff --git a/src/FeedMenuController.h b/src/FeedMenuController.h index e311452..66ad395 100644 --- a/src/FeedMenuController.h +++ b/src/FeedMenuController.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedMenuController.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDMENUPRESENTER_H diff --git a/src/FeedMenuController_test.cc b/src/FeedMenuController_test.cc index 9013a78..3b52f80 100644 --- a/src/FeedMenuController_test.cc +++ b/src/FeedMenuController_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedMenuController_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <vector> diff --git a/src/FeedRepository.cc b/src/FeedRepository.cc index 76ba0b4..3b063bf 100644 --- a/src/FeedRepository.cc +++ b/src/FeedRepository.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedRepository.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "FeedRepository.h" diff --git a/src/FeedRepository.h b/src/FeedRepository.h index 340b700..d829ccd 100644 --- a/src/FeedRepository.h +++ b/src/FeedRepository.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedRepository.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDREPOSITORY_H_ diff --git a/src/FeedRepository_test.cc b/src/FeedRepository_test.cc index f7086e0..c95140b 100644 --- a/src/FeedRepository_test.cc +++ b/src/FeedRepository_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedRepository_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/FeedUpdaterImpl.cc b/src/FeedUpdaterImpl.cc index bd1c142..dd17379 100644 --- a/src/FeedUpdaterImpl.cc +++ b/src/FeedUpdaterImpl.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedUpdaterImpl.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "FeedUpdaterImpl.h" diff --git a/src/FeedUpdaterImpl.h b/src/FeedUpdaterImpl.h index b00ea2a..350231c 100644 --- a/src/FeedUpdaterImpl.h +++ b/src/FeedUpdaterImpl.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedUpdaterImpl.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDUPDATERIMPL_H diff --git a/src/FeedUpdaterImpl_test.cc b/src/FeedUpdaterImpl_test.cc index c3f8ff3..237a0bc 100644 --- a/src/FeedUpdaterImpl_test.cc +++ b/src/FeedUpdaterImpl_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedUpdaterImpl_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/FeedUpdaterMock.cc b/src/FeedUpdaterMock.cc index 09094f9..f7a4694 100644 --- a/src/FeedUpdaterMock.cc +++ b/src/FeedUpdaterMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedUpdaterMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "FeedUpdaterMock.h" diff --git a/src/FeedUpdaterMock.h b/src/FeedUpdaterMock.h index d503603..7fc7edd 100644 --- a/src/FeedUpdaterMock.h +++ b/src/FeedUpdaterMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedUpdaterMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDUPDATERMOCK diff --git a/src/Feed_test.cc b/src/Feed_test.cc index 1bb34be..16bc33a 100644 --- a/src/Feed_test.cc +++ b/src/Feed_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Feed_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/FeedsConfigFile.cc b/src/FeedsConfigFile.cc index df7d3a3..93eaad4 100644 --- a/src/FeedsConfigFile.cc +++ b/src/FeedsConfigFile.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedsConfigFile.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <fstream> diff --git a/src/FeedsConfigFile.h b/src/FeedsConfigFile.h index e4cab74..1321ce3 100644 --- a/src/FeedsConfigFile.h +++ b/src/FeedsConfigFile.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedsConfigFile.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDSCONFIGFILE_H diff --git a/src/FeedsConfigFile_test.cc b/src/FeedsConfigFile_test.cc index 27b8d0c..35ca928 100644 --- a/src/FeedsConfigFile_test.cc +++ b/src/FeedsConfigFile_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: FeedsConfigFile_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <fstream> diff --git a/src/HtmlToText.cc b/src/HtmlToText.cc index 6d24235..81d249b 100644 --- a/src/HtmlToText.cc +++ b/src/HtmlToText.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: HtmlToText.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "HtmlToText.h" diff --git a/src/HtmlToText.h b/src/HtmlToText.h index 2328cf2..5960428 100644 --- a/src/HtmlToText.h +++ b/src/HtmlToText.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: HtmlToText.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___HTMLTOTEXT_H diff --git a/src/HtmlToText_test.cc b/src/HtmlToText_test.cc index 80affe8..c7bf2fb 100644 --- a/src/HtmlToText_test.cc +++ b/src/HtmlToText_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: HtmlToText_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/IConfiguration.h b/src/IConfiguration.h index 437e437..21acf21 100644 --- a/src/IConfiguration.h +++ b/src/IConfiguration.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IConfiguration.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ICONFIGURATION_H diff --git a/src/IDownloadCache.h b/src/IDownloadCache.h index 7ff150d..49b7cbb 100644 --- a/src/IDownloadCache.h +++ b/src/IDownloadCache.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IDownloadCache.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IDOWNLOADCACHE_H diff --git a/src/IDownloadPool.h b/src/IDownloadPool.h index 2f0e626..0e6465a 100644 --- a/src/IDownloadPool.h +++ b/src/IDownloadPool.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IDownloadPool.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IDOWNLOADPOOL_H diff --git a/src/IDownloader.h b/src/IDownloader.h index cc1161b..78bacd2 100644 --- a/src/IDownloader.h +++ b/src/IDownloader.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IDownloader.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IDOWNLOADER_H diff --git a/src/IErrorLogger.h b/src/IErrorLogger.h index cb7c94a..edf784f 100644 --- a/src/IErrorLogger.h +++ b/src/IErrorLogger.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IErrorLogger.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IERRORLOGGER_H diff --git a/src/IFeedParser.h b/src/IFeedParser.h index 6b7f832..14b33f4 100644 --- a/src/IFeedParser.h +++ b/src/IFeedParser.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IFeedParser.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IFEEDPARSER_H diff --git a/src/IFeedRepository.h b/src/IFeedRepository.h index d0bd5e6..73f5253 100644 --- a/src/IFeedRepository.h +++ b/src/IFeedRepository.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IFeedRepository.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef IFEEDREPOSITORY_H_ diff --git a/src/IFeedSources.h b/src/IFeedSources.h index 7af8b03..21b0315 100644 --- a/src/IFeedSources.h +++ b/src/IFeedSources.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IFeedSources.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___FEEDSOURCES_H diff --git a/src/IFeedUpdater.h b/src/IFeedUpdater.h index 5e7e565..b6ed97b 100644 --- a/src/IFeedUpdater.h +++ b/src/IFeedUpdater.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IFeedUpdater.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IFEEDUPDATER_H diff --git a/src/IItemHelpButtonsController.h b/src/IItemHelpButtonsController.h index 82af38e..0d38f6e 100644 --- a/src/IItemHelpButtonsController.h +++ b/src/IItemHelpButtonsController.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IItemHelpButtonsController.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef IITEMHELPBUTTONSCONTROLLER_H_ diff --git a/src/IListMenu.h b/src/IListMenu.h index 8d3e119..a8d0db5 100644 --- a/src/IListMenu.h +++ b/src/IListMenu.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IListMenu.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ILISTMENU_H diff --git a/src/IListMenuPresenter.h b/src/IListMenuPresenter.h index c0ef578..38d78f4 100644 --- a/src/IListMenuPresenter.h +++ b/src/IListMenuPresenter.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IListMenuPresenter.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ILISTMENUPRESENTER_H diff --git a/src/IMediaPlayer.h b/src/IMediaPlayer.h index 70522ad..111a874 100644 --- a/src/IMediaPlayer.h +++ b/src/IMediaPlayer.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IMediaPlayer.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef IMEDIAPLAYER_H_ diff --git a/src/IMenu.h b/src/IMenu.h index 83d9ed5..742b01c 100644 --- a/src/IMenu.h +++ b/src/IMenu.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IMenu.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IMENU_H diff --git a/src/IMenuFactory.h b/src/IMenuFactory.h index da67e3e..802a418 100644 --- a/src/IMenuFactory.h +++ b/src/IMenuFactory.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IMenuFactory.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef IMENUFACTORY_H_ diff --git a/src/IServiceLocator.h b/src/IServiceLocator.h index 67e9603..df4c538 100644 --- a/src/IServiceLocator.h +++ b/src/IServiceLocator.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IServiceLocator.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ISERVICELOCATOR_H diff --git a/src/IVdrInterface.h b/src/IVdrInterface.h index 7997d67..ba546d4 100644 --- a/src/IVdrInterface.h +++ b/src/IVdrInterface.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: IVdrInterface.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___IVDRINTERFACE_H_ diff --git a/src/Item.cc b/src/Item.cc index aaa705d..e13f4a5 100644 --- a/src/Item.cc +++ b/src/Item.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Item.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "Item.h" @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Item.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ITEM_H diff --git a/src/ItemMenuPresenter.cc b/src/ItemMenuPresenter.cc index 866c504..19ad998 100644 --- a/src/ItemMenuPresenter.cc +++ b/src/ItemMenuPresenter.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemMenuPresenter.cc 7654 2008-08-06 18:40:41Z svntobi $ - * */ #include <vdr/player.h> diff --git a/src/ItemMenuPresenter.h b/src/ItemMenuPresenter.h index b08a8b1..3e1f9cd 100644 --- a/src/ItemMenuPresenter.h +++ b/src/ItemMenuPresenter.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemMenuPresenter.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ITEMMENUPRESENTER_H diff --git a/src/ItemMenuPresenter_test.cc b/src/ItemMenuPresenter_test.cc index 48386f4..d3c2972 100644 --- a/src/ItemMenuPresenter_test.cc +++ b/src/ItemMenuPresenter_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemMenuPresenter_test.cc 7656 2008-08-09 21:07:45Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/ItemView.h b/src/ItemView.h index 1e20908..e32d6f8 100644 --- a/src/ItemView.h +++ b/src/ItemView.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemView.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ITEMVIEW_H diff --git a/src/ItemViewPresenter.cc b/src/ItemViewPresenter.cc index 1bde958..d936173 100644 --- a/src/ItemViewPresenter.cc +++ b/src/ItemViewPresenter.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemViewPresenter.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ItemViewPresenter.h" diff --git a/src/ItemViewPresenter.h b/src/ItemViewPresenter.h index 6dd8e4c..f840f89 100644 --- a/src/ItemViewPresenter.h +++ b/src/ItemViewPresenter.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemViewPresenter.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___ITEMVIEWPRESENTER_H diff --git a/src/ItemViewPresenter_test.cc b/src/ItemViewPresenter_test.cc index 5d18723..4551109 100644 --- a/src/ItemViewPresenter_test.cc +++ b/src/ItemViewPresenter_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ItemViewPresenter_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/Item_test.cc b/src/Item_test.cc index 08b8a55..4a0b2aa 100644 --- a/src/Item_test.cc +++ b/src/Item_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Item_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/ListMenuMock.cc b/src/ListMenuMock.cc index 9af2060..b4d6c6b 100644 --- a/src/ListMenuMock.cc +++ b/src/ListMenuMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ListMenuMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ListMenuMock.h" diff --git a/src/ListMenuMock.h b/src/ListMenuMock.h index 92eb7c5..60f7e58 100644 --- a/src/ListMenuMock.h +++ b/src/ListMenuMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ListMenuMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___LISTMENUMOCK_H diff --git a/src/LocalFileCache.cc b/src/LocalFileCache.cc index b46ec66..0acb2ee 100644 --- a/src/LocalFileCache.cc +++ b/src/LocalFileCache.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: LocalFileCache.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <sys/stat.h> diff --git a/src/LocalFileCache.h b/src/LocalFileCache.h index 6c31128..242494f 100644 --- a/src/LocalFileCache.h +++ b/src/LocalFileCache.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: LocalFileCache.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___LOCALFILECACHE_H diff --git a/src/LocalFileCache_test.cc b/src/LocalFileCache_test.cc index 6bd8379..2052a68 100644 --- a/src/LocalFileCache_test.cc +++ b/src/LocalFileCache_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: LocalFileCache_test.cc 7656 2008-08-09 21:07:45Z svntobi $ - * */ #include <time.h> @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Menu.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___MENU_H diff --git a/src/MplayerPlugin.cc b/src/MplayerPlugin.cc index 1ce94b0..cb0a2a8 100644 --- a/src/MplayerPlugin.cc +++ b/src/MplayerPlugin.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: MplayerPlugin.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "MplayerPlugin.h" diff --git a/src/MplayerPlugin.h b/src/MplayerPlugin.h index e10ef4c..1a06b95 100644 --- a/src/MplayerPlugin.h +++ b/src/MplayerPlugin.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: MplayerPlugin.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___MPLAYERPLUGIN_H diff --git a/src/OsdItemView.cc b/src/OsdItemView.cc index c41a39f..e8a4dbb 100644 --- a/src/OsdItemView.cc +++ b/src/OsdItemView.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdItemView.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "OsdItemView.h" diff --git a/src/OsdItemView.h b/src/OsdItemView.h index d106b57..3b228d9 100644 --- a/src/OsdItemView.h +++ b/src/OsdItemView.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdItemView.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___OSDITEMVIEW_H diff --git a/src/OsdListMenu.cc b/src/OsdListMenu.cc index 1a995b7..f2cd2a7 100644 --- a/src/OsdListMenu.cc +++ b/src/OsdListMenu.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdListMenu.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "OsdListMenu.h" diff --git a/src/OsdListMenu.h b/src/OsdListMenu.h index a3a20c9..08f585f 100644 --- a/src/OsdListMenu.h +++ b/src/OsdListMenu.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdListMenu.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___OSDLISTMENU_H diff --git a/src/OsdSetupMenu.cc b/src/OsdSetupMenu.cc index 1858560..0f3e885 100644 --- a/src/OsdSetupMenu.cc +++ b/src/OsdSetupMenu.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdSetupMenu.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "OsdSetupMenu.h" diff --git a/src/OsdSetupMenu.h b/src/OsdSetupMenu.h index ab92a3a..2a6acf9 100644 --- a/src/OsdSetupMenu.h +++ b/src/OsdSetupMenu.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: OsdSetupMenu.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___OSDSETUPMENU_H diff --git a/src/PluginCreator.cc b/src/PluginCreator.cc index 77a039b..0b36025 100644 --- a/src/PluginCreator.cc +++ b/src/PluginCreator.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: PluginCreator.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "VodcatcherPlugin.h" diff --git a/src/RefPtr.h b/src/RefPtr.h index c52af5b..950bf44 100644 --- a/src/RefPtr.h +++ b/src/RefPtr.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: RefPtr.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___REFPTR__H diff --git a/src/RefPtr_test.cc b/src/RefPtr_test.cc index 9966c38..3604fcc 100644 --- a/src/RefPtr_test.cc +++ b/src/RefPtr_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: RefPtr_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/Rfc822DateTime.cc b/src/Rfc822DateTime.cc index 04592db..bae4d4a 100644 --- a/src/Rfc822DateTime.cc +++ b/src/Rfc822DateTime.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Rfc822DateTime.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "Rfc822DateTime.h" diff --git a/src/Rfc822DateTime.h b/src/Rfc822DateTime.h index d774830..2a1e2a9 100644 --- a/src/Rfc822DateTime.h +++ b/src/Rfc822DateTime.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Rfc822DateTime.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___RFC822DATETIME_H diff --git a/src/Rfc822DateTime_test.cc b/src/Rfc822DateTime_test.cc index 7af517e..89ecab5 100644 --- a/src/Rfc822DateTime_test.cc +++ b/src/Rfc822DateTime_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Rfc822DateTime_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/RssFeedParser.cc b/src/RssFeedParser.cc index db5558e..fdcc216 100644 --- a/src/RssFeedParser.cc +++ b/src/RssFeedParser.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: RssFeedParser.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "RssFeedParser.h" diff --git a/src/RssFeedParser.h b/src/RssFeedParser.h index c5dc38e..d78c879 100644 --- a/src/RssFeedParser.h +++ b/src/RssFeedParser.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: RssFeedParser.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___RSSFEEDPARSER_H diff --git a/src/RssFeedParser_test.cc b/src/RssFeedParser_test.cc index ec491f9..7a8f3b9 100644 --- a/src/RssFeedParser_test.cc +++ b/src/RssFeedParser_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: RssFeedParser_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <sstream> diff --git a/src/SdbmHashCalculator.cc b/src/SdbmHashCalculator.cc index 2785f6a..124b6dc 100644 --- a/src/SdbmHashCalculator.cc +++ b/src/SdbmHashCalculator.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SdbmHashCalculator.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "SdbmHashCalculator.h" diff --git a/src/SdbmHashCalculator.h b/src/SdbmHashCalculator.h index 7f61498..f9804b0 100644 --- a/src/SdbmHashCalculator.h +++ b/src/SdbmHashCalculator.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SdbmHashCalculator.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SDBMHASHCALCULATOR_H diff --git a/src/SdbmHashCalculator_test.cc b/src/SdbmHashCalculator_test.cc index dc28816..d4ef8eb 100644 --- a/src/SdbmHashCalculator_test.cc +++ b/src/SdbmHashCalculator_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SdbmHashCalculator_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/ServiceLocatorImpl.cc b/src/ServiceLocatorImpl.cc index 820c075..1cefc3e 100644 --- a/src/ServiceLocatorImpl.cc +++ b/src/ServiceLocatorImpl.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ServiceLocatorImpl.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ServiceLocatorImpl.h" diff --git a/src/ServiceLocatorImpl.h b/src/ServiceLocatorImpl.h index 160f98a..9eb3974 100644 --- a/src/ServiceLocatorImpl.h +++ b/src/ServiceLocatorImpl.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ServiceLocatorImpl.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SERVICELOCATORIMPL_H diff --git a/src/ServiceLocatorStub.cc b/src/ServiceLocatorStub.cc index c4daa16..a0a7521 100644 --- a/src/ServiceLocatorStub.cc +++ b/src/ServiceLocatorStub.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ServiceLocatorStub.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ServiceLocatorStub.h" diff --git a/src/ServiceLocatorStub.h b/src/ServiceLocatorStub.h index 6e2713c..413e8ef 100644 --- a/src/ServiceLocatorStub.h +++ b/src/ServiceLocatorStub.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ServiceLocatorStub.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SERVICELOCATORSTUB_H diff --git a/src/Sleeper.h b/src/Sleeper.h index b047891..50f4f4a 100644 --- a/src/Sleeper.h +++ b/src/Sleeper.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Sleeper.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SLEEPER_H diff --git a/src/SleeperMock.cc b/src/SleeperMock.cc index e1e0ae0..f02de66 100644 --- a/src/SleeperMock.cc +++ b/src/SleeperMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SleeperMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "SleeperMock.h" diff --git a/src/SleeperMock.h b/src/SleeperMock.h index 63aabe7..78b82be 100644 --- a/src/SleeperMock.h +++ b/src/SleeperMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SleeperMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SLEEPERMOCK_H diff --git a/src/StderrMock.cc b/src/StderrMock.cc index a216acc..77340fc 100644 --- a/src/StderrMock.cc +++ b/src/StderrMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: StderrMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/StderrMock.h b/src/StderrMock.h index 34215ae..99b08a8 100644 --- a/src/StderrMock.h +++ b/src/StderrMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: StderrMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___STDERRMOCK_H diff --git a/src/StreamType.h b/src/StreamType.h index bcd29dd..03fd5d0 100644 --- a/src/StreamType.h +++ b/src/StreamType.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: StreamType.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___STREAMTYPE_H_ diff --git a/src/StringMessageMock.cc b/src/StringMessageMock.cc index b2d76bd..27774d3 100644 --- a/src/StringMessageMock.cc +++ b/src/StringMessageMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: StringMessageMock.cc 7656 2008-08-09 21:07:45Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/StringMessageMock.h b/src/StringMessageMock.h index 10369ab..37e5d7a 100644 --- a/src/StringMessageMock.h +++ b/src/StringMessageMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: StringMessageMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___STRINGMESSAGEMOCK_H diff --git a/src/SynchedDownloadPool.cc b/src/SynchedDownloadPool.cc index 04d5564..9d493c6 100644 --- a/src/SynchedDownloadPool.cc +++ b/src/SynchedDownloadPool.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SynchedDownloadPool.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "SynchedDownloadPool.h" diff --git a/src/SynchedDownloadPool.h b/src/SynchedDownloadPool.h index d17c864..b2c9ea1 100644 --- a/src/SynchedDownloadPool.h +++ b/src/SynchedDownloadPool.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SynchedDownloadPool.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SYNCHEDDOWNLOADPOOL_H diff --git a/src/SynchedDownloadPool_test.cc b/src/SynchedDownloadPool_test.cc index 8ea9042..57393e9 100644 --- a/src/SynchedDownloadPool_test.cc +++ b/src/SynchedDownloadPool_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SynchedDownloadPool_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/SyslogErrorLogger.cc b/src/SyslogErrorLogger.cc index faeca21..79f90bb 100644 --- a/src/SyslogErrorLogger.cc +++ b/src/SyslogErrorLogger.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SyslogErrorLogger.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "SyslogErrorLogger.h" diff --git a/src/SyslogErrorLogger.h b/src/SyslogErrorLogger.h index f568915..61c7133 100644 --- a/src/SyslogErrorLogger.h +++ b/src/SyslogErrorLogger.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: SyslogErrorLogger.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___SYSLOGERRORLOGGER_H diff --git a/src/Thread.h b/src/Thread.h index 51b50e1..34612a3 100644 --- a/src/Thread.h +++ b/src/Thread.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Thread.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___THREAD_H diff --git a/src/ThreadAction.h b/src/ThreadAction.h index 02816a3..1f8443e 100644 --- a/src/ThreadAction.h +++ b/src/ThreadAction.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadAction.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___THREADACTION_H diff --git a/src/ThreadMock.cc b/src/ThreadMock.cc index a7cdfd7..4a3a01c 100644 --- a/src/ThreadMock.cc +++ b/src/ThreadMock.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadMock.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ThreadMock.h" diff --git a/src/ThreadMock.h b/src/ThreadMock.h index 47f656f..fadd1a4 100644 --- a/src/ThreadMock.h +++ b/src/ThreadMock.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadMock.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___THREADMOCK_H diff --git a/src/ThreadsafeDownloadPool.cc b/src/ThreadsafeDownloadPool.cc index 7338a27..814f6a8 100644 --- a/src/ThreadsafeDownloadPool.cc +++ b/src/ThreadsafeDownloadPool.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadsafeDownloadPool.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "ThreadsafeDownloadPool.h" diff --git a/src/ThreadsafeDownloadPool.h b/src/ThreadsafeDownloadPool.h index efc905b..d99f561 100644 --- a/src/ThreadsafeDownloadPool.h +++ b/src/ThreadsafeDownloadPool.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadsafeDownloadPool.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___THREADSAFEDOWNLOADPOOL_H diff --git a/src/ThreadsafeDownloadPool_test.cc b/src/ThreadsafeDownloadPool_test.cc index ed5e420..0f25602 100644 --- a/src/ThreadsafeDownloadPool_test.cc +++ b/src/ThreadsafeDownloadPool_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ThreadsafeDownloadPool_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/VdrCriticalSection.cc b/src/VdrCriticalSection.cc index 25d154f..87d078b 100644 --- a/src/VdrCriticalSection.cc +++ b/src/VdrCriticalSection.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrCriticalSection.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "VdrCriticalSection.h" diff --git a/src/VdrCriticalSection.h b/src/VdrCriticalSection.h index 63db989..9ce8552 100644 --- a/src/VdrCriticalSection.h +++ b/src/VdrCriticalSection.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrCriticalSection.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___VDRCRITICALSECTION_H diff --git a/src/VdrInterface.cc b/src/VdrInterface.cc index 8b50d11..9ae6239 100644 --- a/src/VdrInterface.cc +++ b/src/VdrInterface.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrInterface.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "VdrInterface.h" diff --git a/src/VdrInterface.h b/src/VdrInterface.h index ede6ad9..76d57a4 100644 --- a/src/VdrInterface.h +++ b/src/VdrInterface.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrInterface.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___VDRINTERFACE_H_ diff --git a/src/VdrSleeper.cc b/src/VdrSleeper.cc index 9f0c8cc..04cedb4 100644 --- a/src/VdrSleeper.cc +++ b/src/VdrSleeper.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrSleeper.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "VdrSleeper.h" diff --git a/src/VdrSleeper.h b/src/VdrSleeper.h index 251d8fc..45b2215 100644 --- a/src/VdrSleeper.h +++ b/src/VdrSleeper.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrSleeper.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___VDRSLEEPER_H diff --git a/src/VdrThread.cc b/src/VdrThread.cc index f6145e7..acb377b 100644 --- a/src/VdrThread.cc +++ b/src/VdrThread.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrThread.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "VdrThread.h" diff --git a/src/VdrThread.h b/src/VdrThread.h index 0ac3f20..ceacdee 100644 --- a/src/VdrThread.h +++ b/src/VdrThread.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VdrThread.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___VDRTHREAD_H diff --git a/src/Version.h b/src/Version.h index 17b94b8..b6b1660 100644 --- a/src/Version.h +++ b/src/Version.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: Version.h 7664 2008-08-10 09:53:34Z svntobi $ - * */ #ifndef ___VERSION_H diff --git a/src/VodcatcherPlugin.cc b/src/VodcatcherPlugin.cc index 3fa0fa4..1474e77 100644 --- a/src/VodcatcherPlugin.cc +++ b/src/VodcatcherPlugin.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VodcatcherPlugin.cc 7654 2008-08-06 18:40:41Z svntobi $ - * */ #include "VodcatcherPlugin.h" diff --git a/src/VodcatcherPlugin.h b/src/VodcatcherPlugin.h index 2aff88c..dfa9aad 100644 --- a/src/VodcatcherPlugin.h +++ b/src/VodcatcherPlugin.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VodcatcherPlugin.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___VODCATCHERPLUGIN_H diff --git a/src/VodcatcherPluginCommandline_test.cc b/src/VodcatcherPluginCommandline_test.cc index 442c33e..3109aa9 100644 --- a/src/VodcatcherPluginCommandline_test.cc +++ b/src/VodcatcherPluginCommandline_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VodcatcherPluginCommandline_test.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <string> diff --git a/src/VodcatcherPlugin_test.cc b/src/VodcatcherPlugin_test.cc index 70fbfa2..b31000b 100644 --- a/src/VodcatcherPlugin_test.cc +++ b/src/VodcatcherPlugin_test.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: VodcatcherPlugin_test.cc 7664 2008-08-10 09:53:34Z svntobi $ - * */ #include <cxxtest/TestSuite.h> diff --git a/src/XineliboutputPlayer.cc b/src/XineliboutputPlayer.cc index 1c44e13..7350534 100644 --- a/src/XineliboutputPlayer.cc +++ b/src/XineliboutputPlayer.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: XineliboutputPlayer.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ using namespace std; diff --git a/src/XineliboutputPlayer.h b/src/XineliboutputPlayer.h index 2086fbe..27715fc 100644 --- a/src/XineliboutputPlayer.h +++ b/src/XineliboutputPlayer.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: XineliboutputPlayer.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef XINELIBOUTPUTPLAYER_H_ diff --git a/src/vdr-stub/ccontrolstub.cc b/src/vdr-stub/ccontrolstub.cc index 1e53f87..83da6fd 100644 --- a/src/vdr-stub/ccontrolstub.cc +++ b/src/vdr-stub/ccontrolstub.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ccontrolstub.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <vdr/player.h> diff --git a/src/vdr-stub/ccontrolstub.h b/src/vdr-stub/ccontrolstub.h index 9218cf6..a81528e 100644 --- a/src/vdr-stub/ccontrolstub.h +++ b/src/vdr-stub/ccontrolstub.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: ccontrolstub.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___CCONTROLSTUB_H diff --git a/src/vdr-stub/i18n.cc b/src/vdr-stub/i18n.cc index 6bab61a..19e4a6b 100644 --- a/src/vdr-stub/i18n.cc +++ b/src/vdr-stub/i18n.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: i18n.cc 7656 2008-08-09 21:07:45Z svntobi $ - * */ #include <string> diff --git a/src/vdr-stub/menuitems.cc b/src/vdr-stub/menuitems.cc index 2550ea5..0b44941 100644 --- a/src/vdr-stub/menuitems.cc +++ b/src/vdr-stub/menuitems.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: menuitems.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <vdr/menuitems.h> diff --git a/src/vdr-stub/menusetuppagestub.h b/src/vdr-stub/menusetuppagestub.h index 711c470..74c02ae 100644 --- a/src/vdr-stub/menusetuppagestub.h +++ b/src/vdr-stub/menusetuppagestub.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: menusetuppagestub.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___MENUSETUPPAGESTUB_H diff --git a/src/vdr-stub/osdbase.cc b/src/vdr-stub/osdbase.cc index 31b991d..be2ec90 100644 --- a/src/vdr-stub/osdbase.cc +++ b/src/vdr-stub/osdbase.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: osdbase.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <vdr/osdbase.h> diff --git a/src/vdr-stub/plugin.cc b/src/vdr-stub/plugin.cc index f1c481b..dccaa8c 100644 --- a/src/vdr-stub/plugin.cc +++ b/src/vdr-stub/plugin.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: plugin.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <string> diff --git a/src/vdr-stub/pluginhooks.cc b/src/vdr-stub/pluginhooks.cc index 719de81..4b847f5 100644 --- a/src/vdr-stub/pluginhooks.cc +++ b/src/vdr-stub/pluginhooks.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: pluginhooks.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include "pluginhooks.h" diff --git a/src/vdr-stub/pluginhooks.h b/src/vdr-stub/pluginhooks.h index 4ac8cdd..b5f5172 100644 --- a/src/vdr-stub/pluginhooks.h +++ b/src/vdr-stub/pluginhooks.h @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: pluginhooks.h 7652 2008-08-05 21:37:57Z svntobi $ - * */ #ifndef ___PLUGINHOOKS_H diff --git a/src/vdr-stub/tools.cc b/src/vdr-stub/tools.cc index 4975303..44a5f3b 100644 --- a/src/vdr-stub/tools.cc +++ b/src/vdr-stub/tools.cc @@ -1,6 +1,6 @@ /* * vdr-vodcatcher - A plugin for the Linux Video Disk Recorder - * Copyright (c) 2007 - 2008 Tobias Grimm <vdr@e-tobi.net> + * Copyright (c) 2007 - 2009 Tobias Grimm <vdr@e-tobi.net> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,8 +16,6 @@ * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: tools.cc 7652 2008-08-05 21:37:57Z svntobi $ - * */ #include <vdr/tools.h> |
