mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Updated copyright date
This commit is contained in:
parent
2d863532cc
commit
3e47a9cdbc
@ -9,7 +9,7 @@
|
|||||||
<center><b>Version 1.3</b></center>
|
<center><b>Version 1.3</b></center>
|
||||||
<p>
|
<p>
|
||||||
<center>
|
<center>
|
||||||
Copyright © 2005 Klaus Schmidinger<br>
|
Copyright © 2006 Klaus Schmidinger<br>
|
||||||
<a href="mailto:kls@cadsoft.de">kls@cadsoft.de</a><br>
|
<a href="mailto:kls@cadsoft.de">kls@cadsoft.de</a><br>
|
||||||
<a href="http://www.cadsoft.de/vdr">www.cadsoft.de/vdr</a>
|
<a href="http://www.cadsoft.de/vdr">www.cadsoft.de/vdr</a>
|
||||||
</center>
|
</center>
|
||||||
|
6
vdr.1
6
vdr.1
@ -2,13 +2,13 @@
|
|||||||
.\" ** The above line should force tbl to be a preprocessor **
|
.\" ** The above line should force tbl to be a preprocessor **
|
||||||
.\" Man page for vdr
|
.\" Man page for vdr
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (C) 2004 Klaus Schmidinger
|
.\" Copyright (C) 2006 Klaus Schmidinger
|
||||||
.\"
|
.\"
|
||||||
.\" You may distribute under the terms of the GNU General Public
|
.\" You may distribute under the terms of the GNU General Public
|
||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.1 1.18 2006/01/08 11:44:34 kls Exp $
|
.\" $Id: vdr.1 1.19 2006/01/08 11:48:25 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 1 "19 Dec 2004" "1.3.18" "Video Disk Recorder"
|
.TH vdr 1 "19 Dec 2004" "1.3.18" "Video Disk Recorder"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -213,7 +213,7 @@ See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.
|
|||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
Report bugs to <vdr\-bugs@cadsoft.de>.
|
Report bugs to <vdr\-bugs@cadsoft.de>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2004 Klaus Schmidinger.
|
Copyright \(co 2006 Klaus Schmidinger.
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
6
vdr.5
6
vdr.5
@ -2,13 +2,13 @@
|
|||||||
.\" ** The above line should force tbl to be a preprocessor **
|
.\" ** The above line should force tbl to be a preprocessor **
|
||||||
.\" Man page for vdr file formats
|
.\" Man page for vdr file formats
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (C) 2004 Klaus Schmidinger
|
.\" Copyright (C) 2006 Klaus Schmidinger
|
||||||
.\"
|
.\"
|
||||||
.\" You may distribute under the terms of the GNU General Public
|
.\" You may distribute under the terms of the GNU General Public
|
||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.5 1.43 2006/01/08 11:44:37 kls Exp $
|
.\" $Id: vdr.5 1.44 2006/01/08 11:48:44 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files"
|
.TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -656,7 +656,7 @@ Written by Klaus Schmidinger.
|
|||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
Report bugs to <vdr\-bugs@cadsoft.de>.
|
Report bugs to <vdr\-bugs@cadsoft.de>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2004 Klaus Schmidinger.
|
Copyright \(co 2006 Klaus Schmidinger.
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
4
vdr.c
4
vdr.c
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* vdr.c: Video Disk Recorder main program
|
* vdr.c: Video Disk Recorder main program
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2003 Klaus Schmidinger
|
* Copyright (C) 2000, 2003, 2006 Klaus Schmidinger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* The project's page is at http://www.cadsoft.de/vdr
|
* The project's page is at http://www.cadsoft.de/vdr
|
||||||
*
|
*
|
||||||
* $Id: vdr.c 1.232 2006/01/08 11:40:41 kls Exp $
|
* $Id: vdr.c 1.233 2006/01/08 11:49:03 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user