summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:25:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:25:05 +0200
commitab7fd0a903bca7a23c9ce4dfbc47830f0456fd55 (patch)
tree3b6326326194de08f631c512316d15238c374eeb
parent8edb431b2c4268e71c041e9d864d221544d4fffd (diff)
downloadvdr-ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55.tar.gz
vdr-ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55.tar.bz2
Fixed the link to the GPL2 at http://www.gnu.org in vdr.c
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY2
-rw-r--r--vdr.c4
3 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 173d8a9a..b2a94540 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1680,6 +1680,7 @@ Ville Skyttä <ville.skytta@iki.fi>
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
diff --git a/HISTORY b/HISTORY
index a5fde6ec..9aae28c4 100644
--- a/HISTORY
+++ b/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ä).
diff --git a/vdr.c b/vdr.c
index 1400a860..b15938a7 100644
--- a/vdr.c
+++ b/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>