aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/demux_asf.c2
-rw-r--r--doc/demux_nsf.c4
-rw-r--r--doc/demux_qt.c2
-rw-r--r--doc/demux_wc3movie.c2
-rw-r--r--doc/flacfile.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/demux_asf.c b/doc/demux_asf.c
index f6f4bb4..a39cb1d 100644
--- a/doc/demux_asf.c
+++ b/doc/demux_asf.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2000-2002 the xine project 2 * Copyright Copyright (C) 2000-2002 the xine project
3 * 3 *
4 * This file is part of xine, a free video player. 4 * This file is part of xine, a free video player.
5 * 5 *
diff --git a/doc/demux_nsf.c b/doc/demux_nsf.c
index d22498c..ad7df7a 100644
--- a/doc/demux_nsf.c
+++ b/doc/demux_nsf.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2000-2002 the xine project 2 * Copyright Copyright (C) 2000-2002 the xine project
3 * 3 *
4 * This file is part of xine, a free video player. 4 * This file is part of xine, a free video player.
5 * 5 *
@@ -234,7 +234,7 @@ demux_nsf_send_headers (demux_plugin_t * this_gen)
234 234
235 this->stream->meta_info[XINE_META_INFO_TITLE] = strdup (this->title); 235 this->stream->meta_info[XINE_META_INFO_TITLE] = strdup (this->title);
236 this->stream->meta_info[XINE_META_INFO_ARTIST] = strdup (this->artist); 236 this->stream->meta_info[XINE_META_INFO_ARTIST] = strdup (this->artist);
237 sprintf (copyright, "(C) %s", this->copyright); 237 sprintf (copyright, "Copyright (C) %s", this->copyright);
238 this->stream->meta_info[XINE_META_INFO_COMMENT] = strdup (copyright); 238 this->stream->meta_info[XINE_META_INFO_COMMENT] = strdup (copyright);
239 239
240 /* send start buffers */ 240 /* send start buffers */
diff --git a/doc/demux_qt.c b/doc/demux_qt.c
index 31f0b34..d9dfdce 100644
--- a/doc/demux_qt.c
+++ b/doc/demux_qt.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2001-2003 the xine project 2 * Copyright Copyright (C) 2001-2003 the xine project
3 * 3 *
4 * This file is part of xine, a free video player. 4 * This file is part of xine, a free video player.
5 * 5 *
diff --git a/doc/demux_wc3movie.c b/doc/demux_wc3movie.c
index 389a573..e17671d 100644
--- a/doc/demux_wc3movie.c
+++ b/doc/demux_wc3movie.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2000-2002 the xine project 2 * Copyright Copyright (C) 2000-2002 the xine project
3 * 3 *
4 * This file is part of xine, a free video player. 4 * This file is part of xine, a free video player.
5 * 5 *
diff --git a/doc/flacfile.c b/doc/flacfile.c
index 4b7e072..f428f84 100644
--- a/doc/flacfile.c
+++ b/doc/flacfile.c
@@ -1,6 +1,6 @@
1/* 1/*
2flacfile.c - FLAC file attachment utility 2flacfile.c - FLAC file attachment utility
3Copyright (C) 2005 Ian Gulliver 3Copyright Copyright (C) 2005 Ian Gulliver
4 4
5This program is free software; you can redistribute it and/or modify 5This program is free software; you can redistribute it and/or modify
6it under the terms of version 2 of the GNU General Public License as 6it under the terms of version 2 of the GNU General Public License as