mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
177e44de98
- reindent all sources to common code style - fix include sort errors from clang-format - update AGPL 3.0 license file
22 lines
814 B
C
22 lines
814 B
C
///
|
|
/// @file softhddevice.h @brief software HD device plugin header file.
|
|
///
|
|
/// Copyright (c) 2011, 2014 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: 3bc44809950ec019529638cad9223a85d4ab5576 $
|
|
//////////////////////////////////////////////////////////////////////////////
|