diff options
author | Johns <johns98@gmx.net> | 2011-12-07 14:37:51 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-07 14:37:51 +0100 |
commit | ab6c3b4de81554dab6beee615c2744af42b15fd4 (patch) | |
tree | 66e87c666cc3ec7903786ed3e9dd7196378bf7cb /softhddevice.h | |
parent | 72989ccfb66f0ab302da557a7c8eab3211656a99 (diff) | |
download | vdr-plugin-softhddevice-ab6c3b4de81554dab6beee615c2744af42b15fd4.tar.gz vdr-plugin-softhddevice-ab6c3b4de81554dab6beee615c2744af42b15fd4.tar.bz2 |
C++ part of the plugin.
Diffstat (limited to 'softhddevice.h')
-rw-r--r-- | softhddevice.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/softhddevice.h b/softhddevice.h new file mode 100644 index 0000000..1729441 --- /dev/null +++ b/softhddevice.h @@ -0,0 +1,21 @@ +/// +/// @file softhddevice.h @brief software HD device plugin header file. +/// +/// Copyright (c) 2011 by Johns. All Rights Reserved. +/// +/// Contributor(s): +/// +/// License: AGPLv3 +/// +/// This program is free software: you can redistribute it and/or modify +/// it under the terms of the GNU Affero General Public License as +/// published by the Free Software Foundation, either version 3 of the +/// License. +/// +/// This program is distributed in the hope that it will be useful, +/// but WITHOUT ANY WARRANTY; without even the implied warranty of +/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +/// GNU Affero General Public License for more details. +/// +/// $Id$ +////////////////////////////////////////////////////////////////////////////// |