diff --git a/src/lib/cd.c b/src/lib/cd.c index c8fba6e..93c67b8 100644 --- a/src/lib/cd.c +++ b/src/lib/cd.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cd.h b/src/lib/cd.h index c08743a..deb4cff 100644 --- a/src/lib/cd.h +++ b/src/lib/cd.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cdtext.c b/src/lib/cdtext.c index 3a4ba7a..3c8d189 100644 --- a/src/lib/cdtext.c +++ b/src/lib/cdtext.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cdtext.h b/src/lib/cdtext.h index e7e8e6a..f580588 100644 --- a/src/lib/cdtext.h +++ b/src/lib/cdtext.h @@ -1,7 +1,7 @@ /* * cdtext.h * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004, 2005 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/src/lib/cue.h b/src/lib/cue.h index b85fdfc..a7345ae 100644 --- a/src/lib/cue.h +++ b/src/lib/cue.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cue_parse.y b/src/lib/cue_parse.y index 62f43f5..b0f686b 100644 --- a/src/lib/cue_parse.y +++ b/src/lib/cue_parse.y @@ -2,7 +2,7 @@ /* * 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. */ diff --git a/src/lib/cue_parse_prefix.h b/src/lib/cue_parse_prefix.h index 54ccab6..f63c85b 100644 --- a/src/lib/cue_parse_prefix.h +++ b/src/lib/cue_parse_prefix.h @@ -2,7 +2,7 @@ * 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. */ diff --git a/src/lib/cue_print.c b/src/lib/cue_print.c index 17efcca..4558925 100644 --- a/src/lib/cue_print.c +++ b/src/lib/cue_print.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cue_scan.l b/src/lib/cue_scan.l index 7884830..542a3be 100644 --- a/src/lib/cue_scan.l +++ b/src/lib/cue_scan.l @@ -2,7 +2,7 @@ /* * 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. */ diff --git a/src/lib/cuefile.c b/src/lib/cuefile.c index d65d9f2..fd5d941 100644 --- a/src/lib/cuefile.c +++ b/src/lib/cuefile.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/cuefile.h b/src/lib/cuefile.h index f3efb67..55c381d 100644 --- a/src/lib/cuefile.h +++ b/src/lib/cuefile.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/time.c b/src/lib/time.c index 9c31b2d..714ed9a 100644 --- a/src/lib/time.c +++ b/src/lib/time.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/time.h b/src/lib/time.h index 8719635..4faa664 100644 --- a/src/lib/time.h +++ b/src/lib/time.h @@ -1,6 +1,6 @@ /* 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. */ diff --git a/src/lib/toc.h b/src/lib/toc.h index 5d100cb..694fa32 100644 --- a/src/lib/toc.h +++ b/src/lib/toc.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/toc_parse.y b/src/lib/toc_parse.y index a2d932b..4f96e37 100644 --- a/src/lib/toc_parse.y +++ b/src/lib/toc_parse.y @@ -2,7 +2,7 @@ /* * 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. */ diff --git a/src/lib/toc_parse_prefix.h b/src/lib/toc_parse_prefix.h index 3b0e831..89152ce 100644 --- a/src/lib/toc_parse_prefix.h +++ b/src/lib/toc_parse_prefix.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/toc_print.c b/src/lib/toc_print.c index c38d4a6..89dbf82 100644 --- a/src/lib/toc_print.c +++ b/src/lib/toc_print.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/lib/toc_scan.l b/src/lib/toc_scan.l index 30a477e..3403aa5 100644 --- a/src/lib/toc_scan.l +++ b/src/lib/toc_scan.l @@ -2,7 +2,7 @@ /* * 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. */ diff --git a/src/tools/cuebreakpoints.c b/src/tools/cuebreakpoints.c index 6c89364..38f716a 100644 --- a/src/tools/cuebreakpoints.c +++ b/src/tools/cuebreakpoints.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/tools/cueconvert.c b/src/tools/cueconvert.c index 65c301f..8489421 100644 --- a/src/tools/cueconvert.c +++ b/src/tools/cueconvert.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/src/tools/cueprint.c b/src/tools/cueprint.c index 159993e..c814034 100644 --- a/src/tools/cueprint.c +++ b/src/tools/cueprint.c @@ -1,7 +1,7 @@ /* * 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. */