mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the link to the GPL2 at http://www.gnu.org in vdr.c
This commit is contained in:
parent
8edb431b2c
commit
ab7fd0a903
@ -1680,6 +1680,7 @@ Ville Skytt
|
||||
for fixing some spelling errors in 'newplugin'
|
||||
for suggesting to add the "...or (at your option) any later version" phrase to the
|
||||
license information of all plugins, and also the 'newplugin' script
|
||||
for fixing the link to the GPL2 at http://www.gnu.org in vdr.c
|
||||
|
||||
Steffen Beyer <cpunk@reactor.de>
|
||||
for fixing setting the colored button help after deleting a recording in case the next
|
||||
|
2
HISTORY
2
HISTORY
@ -5338,3 +5338,5 @@ Video Disk Recorder Revision History
|
||||
- Added the "...or (at your option) any later version" phrase to the license
|
||||
information of all plugins, and also the 'newplugin' script (suggested by
|
||||
Ville Skyttä). Plugin authors may want to consider doing the same.
|
||||
- Fixed the link to the GPL2 at http://www.gnu.org in vdr.c (thanks to Ville
|
||||
Skyttä).
|
||||
|
4
vdr.c
4
vdr.c
@ -16,13 +16,13 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
* Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
*
|
||||
* The author can be reached at kls@cadsoft.de
|
||||
*
|
||||
* The project's page is at http://www.cadsoft.de/vdr
|
||||
*
|
||||
* $Id: vdr.c 1.295 2007/08/05 09:53:20 kls Exp $
|
||||
* $Id: vdr.c 1.296 2007/08/12 11:22:04 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
|
Loading…
Reference in New Issue
Block a user