Update copyright date.

This commit is contained in:
Svend Sorensen
2007-12-12 19:43:36 +00:00
parent 00764bc468
commit da68f9bb9b
22 changed files with 22 additions and 22 deletions

2
README
View File

@@ -1,6 +1,6 @@
cuetools - cue and toc file parsers and utilities
Copyright (C) 2004, 2005, 2006 Svend Sorensen
Copyright (C) 2004, 2005, 2006, 2007 Svend Sorensen
cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
Contents (toc) files.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* cue_parse_prefix.h -- yacc symbol redefinitions (for cue parser)
*
*
* Copyright (C) 2004, 2005, 2006 Svend Sorensen
* Copyright (C) 2004, 2005, 2006, 2007 Svend Sorensen
* For license terms, see the file COPYING in this distribution.
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
/*
* toc_parse_prefix.h -- yacc symbol redefinitions (for toc parser)
*
* Copyright (C) 2004, 2005, 2006 Svend Sorensen
* Copyright (C) 2004, 2005, 2006, 2007 Svend Sorensen
* For license terms, see the file COPYING in this distribution.
*/

View File

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

View File

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

View File

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

View File

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