summaryrefslogtreecommitdiff
path: root/src/xine-utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils')
-rw-r--r--src/xine-utils/color.c4
-rw-r--r--src/xine-utils/list.c4
-rw-r--r--src/xine-utils/memcpy.c2
-rw-r--r--src/xine-utils/monitor.c4
-rw-r--r--src/xine-utils/utils.c4
-rw-r--r--src/xine-utils/xine_buffer.c4
-rw-r--r--src/xine-utils/xine_buffer.h4
-rw-r--r--src/xine-utils/xine_mutex.c4
-rw-r--r--src/xine-utils/xmllexer.c4
-rw-r--r--src/xine-utils/xmllexer.h4
10 files changed, 19 insertions, 19 deletions
diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c
index 7f9a2409e..a300eb109 100644
--- a/src/xine-utils/color.c
+++ b/src/xine-utils/color.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -61,7 +61,7 @@
* instructions), these macros will automatically map to those special
* instructions.
*
- * $Id: color.c,v 1.23 2003/09/16 02:03:16 storri Exp $
+ * $Id: color.c,v 1.24 2003/12/09 00:02:38 f1rmb Exp $
*/
#include "xine_internal.h"
diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c
index ec517e003..df57afcb7 100644
--- a/src/xine-utils/list.c
+++ b/src/xine-utils/list.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 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: list.c,v 1.6 2003/12/08 11:49:16 mroi Exp $
+ * $Id: list.c,v 1.7 2003/12/09 00:02:38 f1rmb Exp $
*
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c
index a75904fce..46bdc8b53 100644
--- a/src/xine-utils/memcpy.c
+++ b/src/xine-utils/memcpy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2002 the xine project
+ * Copyright (C) 2001-2003 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c
index c9def23e1..ecc420377 100644
--- a/src/xine-utils/monitor.c
+++ b/src/xine-utils/monitor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-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: monitor.c,v 1.6 2003/08/25 14:32:37 mroi Exp $
+ * $Id: monitor.c,v 1.7 2003/12/09 00:02:39 f1rmb Exp $
*
* debug print and profiling functions - implementation
*
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c
index b351ac860..b07550421 100644
--- a/src/xine-utils/utils.c
+++ b/src/xine-utils/utils.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-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: utils.c,v 1.22 2003/12/07 15:34:31 f1rmb Exp $
+ * $Id: utils.c,v 1.23 2003/12/09 00:02:39 f1rmb Exp $
*
*/
#define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */
diff --git a/src/xine-utils/xine_buffer.c b/src/xine-utils/xine_buffer.c
index e69a36c04..7d421590a 100644
--- a/src/xine-utils/xine_buffer.c
+++ b/src/xine-utils/xine_buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-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: xine_buffer.c,v 1.7 2003/12/06 18:11:55 mroi Exp $
+ * $Id: xine_buffer.c,v 1.8 2003/12/09 00:02:39 f1rmb Exp $
*
*
* generic dynamic buffer functions. The goals
diff --git a/src/xine-utils/xine_buffer.h b/src/xine-utils/xine_buffer.h
index 1a9d682b0..98b68fd2f 100644
--- a/src/xine-utils/xine_buffer.h
+++ b/src/xine-utils/xine_buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-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: xine_buffer.h,v 1.2 2002/12/24 00:59:36 holstsn Exp $
+ * $Id: xine_buffer.h,v 1.3 2003/12/09 00:02:39 f1rmb Exp $
*
*
* generic dynamic buffer functions. The goals
diff --git a/src/xine-utils/xine_mutex.c b/src/xine-utils/xine_mutex.c
index 7ec965bc5..677aeb913 100644
--- a/src/xine-utils/xine_mutex.c
+++ b/src/xine-utils/xine_mutex.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-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: xine_mutex.c,v 1.1 2002/03/21 21:30:51 guenter Exp $
+ * $Id: xine_mutex.c,v 1.2 2003/12/09 00:02:39 f1rmb Exp $
*
*/
diff --git a/src/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c
index b72865e07..d7187bc2f 100644
--- a/src/xine-utils/xmllexer.c
+++ b/src/xine-utils/xmllexer.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: xmllexer.c,v 1.6 2003/12/06 18:11:55 mroi Exp $
+ * $Id: xmllexer.c,v 1.7 2003/12/09 00:02:39 f1rmb Exp $
*
*/
diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h
index 518eb6df6..414021aad 100644
--- a/src/xine-utils/xmllexer.h
+++ b/src/xine-utils/xmllexer.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: xmllexer.h,v 1.2 2003/07/19 00:22:43 tmattern Exp $
+ * $Id: xmllexer.h,v 1.3 2003/12/09 00:02:39 f1rmb Exp $
*
*/