mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Updated copyright date
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
<center><b>Version 1.3</b></center>
 | 
			
		||||
<p>
 | 
			
		||||
<center>
 | 
			
		||||
Copyright © 2005 Klaus Schmidinger<br>
 | 
			
		||||
Copyright © 2006 Klaus Schmidinger<br>
 | 
			
		||||
<a href="mailto:kls@cadsoft.de">kls@cadsoft.de</a><br>
 | 
			
		||||
<a href="http://www.cadsoft.de/vdr">www.cadsoft.de/vdr</a>
 | 
			
		||||
</center>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								vdr.1
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								vdr.1
									
									
									
									
									
								
							@@ -2,13 +2,13 @@
 | 
			
		||||
.\" ** The above line should force tbl to be a preprocessor **
 | 
			
		||||
.\" 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
 | 
			
		||||
.\" License as specified in the file COPYING that comes with the
 | 
			
		||||
.\" 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"
 | 
			
		||||
.SH NAME
 | 
			
		||||
@@ -213,7 +213,7 @@ See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.
 | 
			
		||||
.SH REPORTING BUGS
 | 
			
		||||
Report bugs to <vdr\-bugs@cadsoft.de>.
 | 
			
		||||
.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
 | 
			
		||||
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 **
 | 
			
		||||
.\" 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
 | 
			
		||||
.\" License as specified in the file COPYING that comes with the
 | 
			
		||||
.\" 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"
 | 
			
		||||
.SH NAME
 | 
			
		||||
@@ -656,7 +656,7 @@ Written by Klaus Schmidinger.
 | 
			
		||||
.SH REPORTING BUGS
 | 
			
		||||
Report bugs to <vdr\-bugs@cadsoft.de>.
 | 
			
		||||
.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
 | 
			
		||||
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
 | 
			
		||||
 *
 | 
			
		||||
 * Copyright (C) 2000, 2003 Klaus Schmidinger
 | 
			
		||||
 * Copyright (C) 2000, 2003, 2006 Klaus Schmidinger
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or
 | 
			
		||||
 * 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
 | 
			
		||||
 *
 | 
			
		||||
 * $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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user