summaryrefslogtreecommitdiff
path: root/src/input/libreal
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-12-09 00:02:28 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-12-09 00:02:28 +0000
commit011a6ccc1dd88b58e01f83ab13eb9119f45c23ea (patch)
treef55faded81d00d44f52eb0426011d8e851636501 /src/input/libreal
parentc41622aa1f1663646dafe87d1fd4585ec9f9a1bb (diff)
downloadxine-lib-011a6ccc1dd88b58e01f83ab13eb9119f45c23ea.tar.gz
xine-lib-011a6ccc1dd88b58e01f83ab13eb9119f45c23ea.tar.bz2
update copyright year (and we have to do it again in 3 weeks... ;-) )
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
Diffstat (limited to 'src/input/libreal')
-rw-r--r--src/input/libreal/asmrp.c4
-rw-r--r--src/input/libreal/asmrp.h4
-rw-r--r--src/input/libreal/real.h4
-rw-r--r--src/input/libreal/rmff.h4
-rw-r--r--src/input/libreal/sdpplin.c4
-rw-r--r--src/input/libreal/sdpplin.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/input/libreal/asmrp.c b/src/input/libreal/asmrp.c
index c426acbba..c81247f66 100644
--- a/src/input/libreal/asmrp.c
+++ b/src/input/libreal/asmrp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: asmrp.c,v 1.5 2003/12/05 15:54:58 f1rmb Exp $
+ * $Id: asmrp.c,v 1.6 2003/12/09 00:02:30 f1rmb Exp $
*
* a parser for real's asm rules
*
diff --git a/src/input/libreal/asmrp.h b/src/input/libreal/asmrp.h
index 969cae4f1..d7239f33d 100644
--- a/src/input/libreal/asmrp.h
+++ b/src/input/libreal/asmrp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: asmrp.h,v 1.1 2002/12/12 22:14:54 holstsn Exp $
+ * $Id: asmrp.h,v 1.2 2003/12/09 00:02:30 f1rmb Exp $
*
* a parser for real's asm rules
*
diff --git a/src/input/libreal/real.h b/src/input/libreal/real.h
index 6d31dd0fd..4d714d42f 100644
--- a/src/input/libreal/real.h
+++ b/src/input/libreal/real.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: real.h,v 1.2 2002/12/24 01:30:22 holstsn Exp $
+ * $Id: real.h,v 1.3 2003/12/09 00:02:30 f1rmb Exp $
*
* special functions for real streams.
* adopted from joschkas real tools.
diff --git a/src/input/libreal/rmff.h b/src/input/libreal/rmff.h
index e399a2397..38893e8d1 100644
--- a/src/input/libreal/rmff.h
+++ b/src/input/libreal/rmff.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: rmff.h,v 1.3 2003/02/10 22:11:10 heikos Exp $
+ * $Id: rmff.h,v 1.4 2003/12/09 00:02:30 f1rmb Exp $
*
* some functions for real media file headers
* adopted from joschkas real tools
diff --git a/src/input/libreal/sdpplin.c b/src/input/libreal/sdpplin.c
index 10a8436ac..5dbff3812 100644
--- a/src/input/libreal/sdpplin.c
+++ b/src/input/libreal/sdpplin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: sdpplin.c,v 1.3 2003/12/05 15:54:58 f1rmb Exp $
+ * $Id: sdpplin.c,v 1.4 2003/12/09 00:02:30 f1rmb Exp $
*
* sdp/sdpplin parser.
*
diff --git a/src/input/libreal/sdpplin.h b/src/input/libreal/sdpplin.h
index bfc017a56..ae03cf0cf 100644
--- a/src/input/libreal/sdpplin.h
+++ b/src/input/libreal/sdpplin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 the xine project
+ * Copyright (C) 2002-2003 the xine project
*
* This file is part of xine, a free 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: sdpplin.h,v 1.1 2002/12/24 01:30:22 holstsn Exp $
+ * $Id: sdpplin.h,v 1.2 2003/12/09 00:02:30 f1rmb Exp $
*
* sdp/sdpplin parser.
*