mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script
This commit is contained in:
parent
6f568625d7
commit
8edb431b2c
@ -1678,6 +1678,8 @@ Ville Skytt
|
||||
for adapting cThread::ThreadId() to recent kernels
|
||||
for some improvements to the man pages
|
||||
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
|
||||
|
||||
Steffen Beyer <cpunk@reactor.de>
|
||||
for fixing setting the colored button help after deleting a recording in case the next
|
||||
|
3
HISTORY
3
HISTORY
@ -5335,3 +5335,6 @@ Video Disk Recorder Revision History
|
||||
one pointed to by Index (thanks to Alexander Rieger).
|
||||
- Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem() (thanks to
|
||||
Alexander Rieger).
|
||||
- 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.
|
||||
|
@ -6,6 +6,10 @@ Project's homepage: www.cadsoft.de/people/kls/vdr
|
||||
|
||||
Latest version available at: www.cadsoft.de/people/kls/vdr/software.htm
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description: This is a small demo of the VDR plugin interface.
|
||||
|
@ -6,7 +6,11 @@ Project's homepage: http://www.cadsoft.de/vdr
|
||||
|
||||
Latest version available at: http://www.cadsoft.de/vdr
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -6,7 +6,11 @@ Project's homepage: www.cadsoft.de/vdr
|
||||
|
||||
Latest version available at: www.cadsoft.de/vdr
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -6,7 +6,11 @@ Project's homepage: www.cadsoft.de/vdr
|
||||
|
||||
Latest version available at: www.cadsoft.de/vdr
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -6,7 +6,11 @@ Project's homepage: www.cadsoft.de/vdr
|
||||
|
||||
Latest version available at: www.cadsoft.de/vdr
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -6,6 +6,10 @@ Project's homepage: www.cadsoft.de/people/kls/vdr
|
||||
|
||||
Latest version available at: www.cadsoft.de/people/kls/vdr/software.htm
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description: This is an example that shows the use of cStatus.
|
||||
|
@ -6,7 +6,11 @@ Project's homepage: http://www.cadsoft.de/vdr
|
||||
|
||||
Latest version available at: http://www.cadsoft.de/vdr
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: newplugin 1.33 2007/08/10 15:54:46 kls Exp $
|
||||
# $Id: newplugin 1.34 2007/08/12 11:04:39 kls Exp $
|
||||
|
||||
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
|
||||
|
||||
@ -35,7 +35,11 @@ Project's homepage: URL
|
||||
|
||||
Latest version available at: URL
|
||||
|
||||
See the file COPYING for license information.
|
||||
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 Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
See the file COPYING for more information.
|
||||
|
||||
Description:
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user