From 08aa1f6eeca97cb0364eb67f7eedc308ddc4334e Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 28 Aug 2004 08:14:39 +0000 Subject: [PATCH] Change email to BerliOS address. Remove email from source files and man pages. --- README | 2 +- lib/cd.c | 2 +- lib/cd.h | 2 +- lib/cdtext.c | 2 +- lib/cdtext.h | 2 +- lib/cue.h | 3 +++ lib/cue_parse.y | 2 +- lib/cue_print.c | 2 +- lib/cue_scan.l | 2 +- lib/cuefile.c | 2 +- lib/cuefile.h | 2 +- lib/time.c | 2 +- lib/time.h | 2 +- lib/toc.h | 3 +++ lib/toc_parse.y | 2 +- lib/toc_print.c | 2 +- lib/toc_scan.l | 2 +- man/cuebreakpoints.1 | 2 +- man/cueconvert.1 | 2 +- man/cueprint.1 | 2 +- 20 files changed, 24 insertions(+), 18 deletions(-) diff --git a/README b/README index f628728..9aab9e3 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ README: cuetools ================ :Author: Svend Sorensen -:Contact: ``sorensen@freeshell.org`` +:Contact: sorensen@users.berlios.de :Website: http://cuetools.berlios.de .. contents:: diff --git a/lib/cd.c b/lib/cd.c index 3f25c97..95beb5e 100644 --- a/lib/cd.c +++ b/lib/cd.c @@ -1,7 +1,7 @@ /* * cd.c -- cd functions * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cd.h b/lib/cd.h index a69dee7..1b8863f 100644 --- a/lib/cd.h +++ b/lib/cd.h @@ -1,7 +1,7 @@ /* * cd.h -- cd structure * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cdtext.c b/lib/cdtext.c index 608a47c..6b0a939 100644 --- a/lib/cdtext.c +++ b/lib/cdtext.c @@ -1,7 +1,7 @@ /* * cdtext.c -- cdtext data structure and functions * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cdtext.h b/lib/cdtext.h index e62f13b..b02f6cd 100644 --- a/lib/cdtext.h +++ b/lib/cdtext.h @@ -1,7 +1,7 @@ /* * cdtext.h * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cue.h b/lib/cue.h index 7665917..b85fdfc 100644 --- a/lib/cue.h +++ b/lib/cue.h @@ -1,5 +1,8 @@ /* * cue.h -- cue function declarations + * + * Copyright (C) 2004 Svend Sorensen + * For license terms, see the file COPYING in this distribution. */ Cd *cue_parse (FILE *fp); diff --git a/lib/cue_parse.y b/lib/cue_parse.y index 1ecf8a2..c49e427 100644 --- a/lib/cue_parse.y +++ b/lib/cue_parse.y @@ -2,7 +2,7 @@ /* * cue_parse.y -- parser for cue files * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cue_print.c b/lib/cue_print.c index c558b4a..c03dd03 100644 --- a/lib/cue_print.c +++ b/lib/cue_print.c @@ -1,7 +1,7 @@ /* * cue_print.y -- print cue file * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cue_scan.l b/lib/cue_scan.l index d5e7f90..0839551 100644 --- a/lib/cue_scan.l +++ b/lib/cue_scan.l @@ -2,7 +2,7 @@ /* * cue_scan.l -- lexer for cue files * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cuefile.c b/lib/cuefile.c index 52fe942..0e69ba9 100644 --- a/lib/cuefile.c +++ b/lib/cuefile.c @@ -1,7 +1,7 @@ /* * cuefile.c -- cue/toc functions * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/cuefile.h b/lib/cuefile.h index e56b741..703aa5b 100644 --- a/lib/cuefile.h +++ b/lib/cuefile.h @@ -1,7 +1,7 @@ /* * cuefile.h -- cue/toc public declarations * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/time.c b/lib/time.c index 0b0c899..ad0c8d7 100644 --- a/lib/time.c +++ b/lib/time.c @@ -1,7 +1,7 @@ /* * time.c -- time functions * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ #include diff --git a/lib/time.h b/lib/time.h index 3bb28cd..8719635 100644 --- a/lib/time.h +++ b/lib/time.h @@ -1,6 +1,6 @@ /* time.h -- time declarations * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/toc.h b/lib/toc.h index 26609c1..5d100cb 100644 --- a/lib/toc.h +++ b/lib/toc.h @@ -1,5 +1,8 @@ /* * toc.h -- toc function declarations + * + * Copyright (C) 2004 Svend Sorensen + * For license terms, see the file COPYING in this distribution. */ Cd *toc_parse (FILE *fp); diff --git a/lib/toc_parse.y b/lib/toc_parse.y index c52be6c..ccc84d1 100644 --- a/lib/toc_parse.y +++ b/lib/toc_parse.y @@ -2,7 +2,7 @@ /* * toc_parse.y -- parser for toc files * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/toc_print.c b/lib/toc_print.c index fa8c942..c38d4a6 100644 --- a/lib/toc_print.c +++ b/lib/toc_print.c @@ -1,7 +1,7 @@ /* * toc_print.c -- print toc file * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/lib/toc_scan.l b/lib/toc_scan.l index 4c15bb8..6fd3ad4 100644 --- a/lib/toc_scan.l +++ b/lib/toc_scan.l @@ -2,7 +2,7 @@ /* * toc_scan.l -- lexer for toc files * - * Copyright (C) 2004 Svend Sorensen + * Copyright (C) 2004 Svend Sorensen * For license terms, see the file COPYING in this distribution. */ diff --git a/man/cuebreakpoints.1 b/man/cuebreakpoints.1 index d4d78ff..88e85f7 100644 --- a/man/cuebreakpoints.1 +++ b/man/cuebreakpoints.1 @@ -17,7 +17,7 @@ The breakpoints are in a format usable by shnsplit (part of the shntool package) .PP If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix. .SH AUTHOR -Svend Sorensen +Svend Sorensen .SH "SEE ALSO" cueconvert(1), cueprint(1) diff --git a/man/cueconvert.1 b/man/cueconvert.1 index 51d6527..3700ff2 100644 --- a/man/cueconvert.1 +++ b/man/cueconvert.1 @@ -18,7 +18,7 @@ set format of output file .SH NOTES If infile or outfile is not specified, stdin and stdout are used, respectively. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix. If the output file format is not specified, and it cannot be determined from the suffix, it will be set to the opposite of the input format. .SH AUTHOR -Svend Sorensen +Svend Sorensen .SH "SEE ALSO" cuebreakpoints(1), cueprint(1) diff --git a/man/cueprint.1 b/man/cueprint.1 index 8f7090e..31fb1fd 100644 --- a/man/cueprint.1 +++ b/man/cueprint.1 @@ -83,7 +83,7 @@ Any other % is expanded to that character. For example, %% expands t .SH NOTES If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix. .SH AUTHOR -Svend Sorensen +Svend Sorensen .SH "SEE ALSO" cueconvert(1), cuebreakpoints(1)