diff options
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$ +////////////////////////////////////////////////////////////////////////////// |