Updated copyright date for new year.
This commit is contained in:
2
README
2
README
@@ -1,6 +1,6 @@
|
|||||||
cuetools - cue and toc file parsers and utilities
|
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
|
cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
|
||||||
Contents (toc) files.
|
Contents (toc) files.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cd.c -- cd functions
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cd.h -- cd structure
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cdtext.c -- CD-TEXT data structure and functions
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cdtext.h -- CD-TEXT declarations
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cue.h -- cue function declarations
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* cue_parse.y -- parser for cue files
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* cue_parse_prefix.h -- yacc symbol redefinitions (for cue parser)
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cue_print.y -- print cue file
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* cue_scan.l -- lexer for cue files
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cuefile.c -- cue/toc functions
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cuefile.h -- cue/toc public declarations
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* time.c -- time functions
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* time.h -- time declarations
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc.h -- toc function declarations
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc_parse.y -- parser for toc files
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc_parse_prefix.h -- yacc symbol redefinitions (for toc parser)
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc_print.c -- print toc file
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc_scan.l -- lexer for toc files
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cuebreakpoints.c -- print track break points
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cueconvert.c -- convert between cue/toc formats
|
* 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.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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, 2005 Svend Sorensen
|
* Copyright (C) 2004, 2005, 2006 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user