summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Vogler <cvogler@users.sourceforge.net>2002-01-07 23:04:26 +0000
committerChristian Vogler <cvogler@users.sourceforge.net>2002-01-07 23:04:26 +0000
commit54472e9ccb632f340d40387612f19cc477fa7593 (patch)
tree8f0374b8303f778d0186a31d21c706d03e61b456
parent85830655503e9aa002396105be24095c910e3bee (diff)
downloadxine-lib-54472e9ccb632f340d40387612f19cc477fa7593.tar.gz
xine-lib-54472e9ccb632f340d40387612f19cc477fa7593.tar.bz2
add/fix copyright notices.
CVS patchset: 1370 CVS date: 2002/01/07 23:04:26
-rw-r--r--src/libspucc/cc_decoder.h31
-rw-r--r--src/libspucc/xine_decoder.c4
2 files changed, 33 insertions, 2 deletions
diff --git a/src/libspucc/cc_decoder.h b/src/libspucc/cc_decoder.h
index 80553a80d..b054d8bd4 100644
--- a/src/libspucc/cc_decoder.h
+++ b/src/libspucc/cc_decoder.h
@@ -1,3 +1,34 @@
+/*
+ * Copyright (C) 2000-2002 the xine project
+ *
+ * Copyright (C) Christian Vogler
+ * cvogler@gradient.cis.upenn.edu - December 2001
+ *
+ * This file is part of xine, a unix video player.
+ *
+ * xine is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * xine is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * $Id: cc_decoder.h,v 1.3 2002/01/07 23:04:26 cvogler Exp $
+ *
+ * stuff needed to provide closed captioning decoding and display
+ *
+ * Some small bits and pieces of the EIA-608 captioning decoder were
+ * adapted from CCDecoder 0.9.1 by Mike Baker. The latest version is
+ * available at http://sourceforge.net/projects/ccdecoder/.
+ */
+
typedef struct cc_decoder_s cc_decoder_t;
typedef struct cc_renderer_s cc_renderer_t;
diff --git a/src/libspucc/xine_decoder.c b/src/libspucc/xine_decoder.c
index 8bdb1f6c3..07fa47dc3 100644
--- a/src/libspucc/xine_decoder.c
+++ b/src/libspucc/xine_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2001 the xine project
+ * Copyright (C) 2000-2002 the xine project
*
* This file is part of xine, a unix video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.2 2002/01/07 19:30:09 cvogler Exp $
+ * $Id: xine_decoder.c,v 1.3 2002/01/07 23:04:26 cvogler Exp $
*
* closed caption spu decoder. receive data by events.
*