Browse Source

Update copyright date.

master
Svend Sorensen 16 years ago
parent
commit
da68f9bb9b
22 changed files with 22 additions and 22 deletions
  1. +1
    -1
      README
  2. +1
    -1
      src/lib/cd.c
  3. +1
    -1
      src/lib/cd.h
  4. +1
    -1
      src/lib/cdtext.c
  5. +1
    -1
      src/lib/cdtext.h
  6. +1
    -1
      src/lib/cue.h
  7. +1
    -1
      src/lib/cue_parse.y
  8. +1
    -1
      src/lib/cue_parse_prefix.h
  9. +1
    -1
      src/lib/cue_print.c
  10. +1
    -1
      src/lib/cue_scan.l
  11. +1
    -1
      src/lib/cuefile.c
  12. +1
    -1
      src/lib/cuefile.h
  13. +1
    -1
      src/lib/time.c
  14. +1
    -1
      src/lib/time.h
  15. +1
    -1
      src/lib/toc.h
  16. +1
    -1
      src/lib/toc_parse.y
  17. +1
    -1
      src/lib/toc_parse_prefix.h
  18. +1
    -1
      src/lib/toc_print.c
  19. +1
    -1
      src/lib/toc_scan.l
  20. +1
    -1
      src/tools/cuebreakpoints.c
  21. +1
    -1
      src/tools/cueconvert.c
  22. +1
    -1
      src/tools/cueprint.c

+ 1
- 1
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.


+ 1
- 1
src/lib/cd.c 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.
*/



+ 1
- 1
src/lib/cd.h 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.
*/



+ 1
- 1
src/lib/cdtext.c 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.
*/



+ 1
- 1
src/lib/cdtext.h 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.
*/



+ 1
- 1
src/lib/cue.h 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.
*/



+ 1
- 1
src/lib/cue_parse.y 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.
*/



+ 1
- 1
src/lib/cue_parse_prefix.h 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.
*/



+ 1
- 1
src/lib/cue_print.c 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.
*/



+ 1
- 1
src/lib/cue_scan.l 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.
*/



+ 1
- 1
src/lib/cuefile.c 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.
*/



+ 1
- 1
src/lib/cuefile.h 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.
*/



+ 1
- 1
src/lib/time.c 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.
*/



+ 1
- 1
src/lib/time.h 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.
*/



+ 1
- 1
src/lib/toc.h 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.
*/



+ 1
- 1
src/lib/toc_parse.y 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.
*/



+ 1
- 1
src/lib/toc_parse_prefix.h 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.
*/



+ 1
- 1
src/lib/toc_print.c 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.
*/



+ 1
- 1
src/lib/toc_scan.l 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.
*/



+ 1
- 1
src/tools/cuebreakpoints.c 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.
*/



+ 1
- 1
src/tools/cueconvert.c 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.
*/



+ 1
- 1
src/tools/cueprint.c 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.
*/



Loading…
Cancel
Save