aboutsummaryrefslogtreecommitdiff
path: root/doc/demux_nsf.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 23:14:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 23:14:51 +0000
commit68f99f0cd30cf27f5e9a15300dca68bb95919fbf (patch)
tree9de088f442ffee64f775101249bc8fad0897d6a5 /doc/demux_nsf.c
parentd81398939a6db890f4e50ed5fe0a146ce41d4e34 (diff)
downloadlibextractor-68f99f0cd30cf27f5e9a15300dca68bb95919fbf.tar.gz
libextractor-68f99f0cd30cf27f5e9a15300dca68bb95919fbf.zip
-bringing copyright tags up to FSF standard
Diffstat (limited to 'doc/demux_nsf.c')
-rw-r--r--doc/demux_nsf.c4
1 files changed, 2 insertions, 2 deletions
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 */