Change email to BerliOS address.
Remove email from source files and man pages.
This commit is contained in:
2
README
2
README
@@ -3,7 +3,7 @@ README: cuetools
|
|||||||
================
|
================
|
||||||
|
|
||||||
:Author: Svend Sorensen
|
:Author: Svend Sorensen
|
||||||
:Contact: ``sorensen@freeshell.org``
|
:Contact: sorensen@users.berlios.de
|
||||||
:Website: http://cuetools.berlios.de
|
:Website: http://cuetools.berlios.de
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|||||||
2
lib/cd.c
2
lib/cd.c
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cd.c -- cd functions
|
* cd.c -- cd functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
2
lib/cd.h
2
lib/cd.h
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cd.h -- cd structure
|
* cd.h -- cd structure
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 -- cdtext data structure and functions
|
* cdtext.c -- cdtext data structure and functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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
|
* cdtext.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* cue.h -- cue function declarations
|
* 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);
|
Cd *cue_parse (FILE *fp);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* cue_parse.y -- parser for cue files
|
* cue_parse.y -- parser for cue files
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* time.h -- time declarations
|
/* time.h -- time declarations
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* toc.h -- toc function declarations
|
* 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);
|
Cd *toc_parse (FILE *fp);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* toc_parse.y -- parser for toc files
|
* toc_parse.y -- parser for toc files
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 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 Svend Sorensen <sorensen@freeshell.org>
|
* Copyright (C) 2004 Svend Sorensen
|
||||||
* For license terms, see the file COPYING in this distribution.
|
* For license terms, see the file COPYING in this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ The breakpoints are in a format usable by shnsplit (part of the shntool package)
|
|||||||
.PP
|
.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.
|
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
|
.SH AUTHOR
|
||||||
Svend Sorensen <sorensen@freeshell.org>
|
Svend Sorensen
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
cueconvert(1),
|
cueconvert(1),
|
||||||
cueprint(1)
|
cueprint(1)
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ set format of output file
|
|||||||
.SH NOTES
|
.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.
|
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
|
.SH AUTHOR
|
||||||
Svend Sorensen <sorensen@freeshell.org>
|
Svend Sorensen
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
cuebreakpoints(1),
|
cuebreakpoints(1),
|
||||||
cueprint(1)
|
cueprint(1)
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ Any other %<character> is expanded to that character. For example, %% expands t
|
|||||||
.SH NOTES
|
.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.
|
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
|
.SH AUTHOR
|
||||||
Svend Sorensen <sorensen@freeshell.org>
|
Svend Sorensen
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
cueconvert(1),
|
cueconvert(1),
|
||||||
cuebreakpoints(1)
|
cuebreakpoints(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user