diff --git a/README b/README index 564e064..f06c58d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ cuetools - cue and toc file parsers and utilities -Copyright (C) 2004, 2005 Svend Sorensen +Copyright (C) 2004, 2005, 2006 Svend Sorensen cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files. diff --git a/src/lib/cd.c b/src/lib/cd.c index e00355b..3abdb4a 100644 --- a/src/lib/cd.c +++ b/src/lib/cd.c @@ -1,7 +1,7 @@ /* * cd.c -- cd functions * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 deb4cff..707ab75 100644 --- a/src/lib/cd.h +++ b/src/lib/cd.h @@ -1,7 +1,7 @@ /* * cd.h -- cd structure * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 0a4ef93..09df122 100644 --- a/src/lib/cdtext.c +++ b/src/lib/cdtext.c @@ -1,7 +1,7 @@ /* * cdtext.c -- CD-TEXT data structure and functions * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 7bf2441..884312a 100644 --- a/src/lib/cdtext.h +++ b/src/lib/cdtext.h @@ -1,7 +1,7 @@ /* * cdtext.h -- CD-TEXT declarations * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 a7345ae..0c347e2 100644 --- a/src/lib/cue.h +++ b/src/lib/cue.h @@ -1,7 +1,7 @@ /* * cue.h -- cue function declarations * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 fa9ad4b..e4707e4 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 cb2d2e8..85433f8 100644 --- a/src/lib/cue_parse_prefix.h +++ b/src/lib/cue_parse_prefix.h @@ -2,7 +2,7 @@ * cue_parse_prefix.h -- yacc symbol redefinitions (for cue parser) * * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 59edd1a..fbd224d 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 9870913..4b6569a 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 2586c1c..d011418 100644 --- a/src/lib/cuefile.c +++ b/src/lib/cuefile.c @@ -1,7 +1,7 @@ /* * cuefile.c -- cue/toc functions * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 724ca7b..8c2578c 100644 --- a/src/lib/cuefile.h +++ b/src/lib/cuefile.h @@ -1,7 +1,7 @@ /* * cuefile.h -- cue/toc public declarations * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 714ed9a..8b20853 100644 --- a/src/lib/time.c +++ b/src/lib/time.c @@ -1,7 +1,7 @@ /* * time.c -- time functions * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 bffe7d4..822850e 100644 --- a/src/lib/time.h +++ b/src/lib/time.h @@ -1,7 +1,7 @@ /* * time.h -- time declarations * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 694fa32..736896a 100644 --- a/src/lib/toc.h +++ b/src/lib/toc.h @@ -1,7 +1,7 @@ /* * toc.h -- toc function declarations * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 79ed2d8..5dea2c4 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 aace2f1..0f7d770 100644 --- a/src/lib/toc_parse_prefix.h +++ b/src/lib/toc_parse_prefix.h @@ -1,7 +1,7 @@ /* * toc_parse_prefix.h -- yacc symbol redefinitions (for toc parser) * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 e65b7ac..6c1ccca 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 03663ef..44d3f5c 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 66ac910..d03fa57 100644 --- a/src/tools/cuebreakpoints.c +++ b/src/tools/cuebreakpoints.c @@ -1,7 +1,7 @@ /* * cuebreakpoints.c -- print track break points * - * Copyright (C) 2004, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 c5714b4..ab7e6d2 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 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 d263454..8a674cd 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, 2005 Svend Sorensen + * Copyright (C) 2004, 2005, 2006 Svend Sorensen * For license terms, see the file COPYING in this distribution. */