Updated Copyright dates to 2005.

This commit is contained in:
Svend Sorensen
2005-03-24 11:26:59 +00:00
parent d3bc1848a2
commit 03723a13ae
21 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
/* /*
* cd.c -- cd functions * cd.c -- cd functions
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cd.h -- cd structure * cd.h -- cd structure
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cdtext.c -- cdtext data structure and functions * cdtext.c -- cdtext data structure and functions
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cdtext.h * cdtext.h
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cue.h -- cue function declarations * cue.h -- cue function declarations
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -2,7 +2,7 @@
/* /*
* cue_parse.y -- parser for cue files * cue_parse.y -- parser for cue files
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -2,7 +2,7 @@
* cue_parse_prefix.h * cue_parse_prefix.h
* *
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cue_print.y -- print cue file * cue_print.y -- print cue file
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -2,7 +2,7 @@
/* /*
* cue_scan.l -- lexer for cue files * cue_scan.l -- lexer for cue files
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cuefile.c -- cue/toc functions * cuefile.c -- cue/toc functions
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cuefile.h -- cue/toc public declarations * cuefile.h -- cue/toc public declarations
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* time.c -- time functions * time.c -- time functions
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,6 +1,6 @@
/* time.h -- time declarations /* time.h -- time declarations
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* toc.h -- toc function declarations * toc.h -- toc function declarations
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -2,7 +2,7 @@
/* /*
* toc_parse.y -- parser for toc files * toc_parse.y -- parser for toc files
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* toc_parse_prefix.h * toc_parse_prefix.h
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* toc_print.c -- print toc file * toc_print.c -- print toc file
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -2,7 +2,7 @@
/* /*
* toc_scan.l -- lexer for toc files * toc_scan.l -- lexer for toc files
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cuebreakpoints.c -- print track break points * cuebreakpoints.c -- print track break points
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cueconvert.c -- convert between cue/toc formats * cueconvert.c -- convert between cue/toc formats
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* cueprint.c -- print cd information based on a template * cueprint.c -- print cd information based on a template
* *
* Copyright (C) 2004 Svend Sorensen * Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution. * For license terms, see the file COPYING in this distribution.
*/ */