summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-01-26 10:38:43 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-01-26 10:38:43 +0000
commitc61d04cdd9e76392d078913f2f7bdab003514bc4 (patch)
treeb9b5e7dc779cd4e55f991c2f21ab69ab33fe6bc3
parent8dea17eecd3ec197d12975404ee8132451f53b21 (diff)
Update copyright notices.
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--debian.upstream/copyright2
-rw-r--r--src/debug.c2
-rw-r--r--src/debug.h2
-rw-r--r--src/object_heap.c2
-rw-r--r--src/object_heap.h2
-rw-r--r--src/sysdeps.h2
-rw-r--r--src/uasyncqueue.c2
-rw-r--r--src/uasyncqueue.h2
-rw-r--r--src/ulist.c2
-rw-r--r--src/ulist.h2
-rw-r--r--src/uqueue.c2
-rw-r--r--src/uqueue.h2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--src/utils_glx.c2
-rw-r--r--src/utils_glx.h2
-rw-r--r--src/utils_x11.c2
-rw-r--r--src/utils_x11.h2
-rw-r--r--src/vaapi_compat.h2
-rw-r--r--src/vdpau_buffer.c2
-rw-r--r--src/vdpau_buffer.h2
-rw-r--r--src/vdpau_decode.c2
-rw-r--r--src/vdpau_decode.h2
-rw-r--r--src/vdpau_driver.c2
-rw-r--r--src/vdpau_driver.h2
-rw-r--r--src/vdpau_driver_template.h2
-rw-r--r--src/vdpau_dump.c2
-rw-r--r--src/vdpau_dump.h2
-rw-r--r--src/vdpau_gate.c2
-rw-r--r--src/vdpau_gate.h2
-rw-r--r--src/vdpau_image.c2
-rw-r--r--src/vdpau_image.h2
-rw-r--r--src/vdpau_mixer.c2
-rw-r--r--src/vdpau_mixer.h2
-rw-r--r--src/vdpau_subpic.c2
-rw-r--r--src/vdpau_subpic.h2
-rw-r--r--src/vdpau_video.c2
-rw-r--r--src/vdpau_video.h2
-rw-r--r--src/vdpau_video_glx.c2
-rw-r--r--src/vdpau_video_glx.h2
-rw-r--r--src/vdpau_video_x11.c2
-rw-r--r--src/vdpau_video_x11.h2
44 files changed, 46 insertions, 46 deletions
diff --git a/NEWS b/NEWS
index 52aa0e7..54ae70e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-vdpau-video NEWS -- summary of changes. 2010-12-DD
-Copyright (C) 2009-2010 Splitted-Desktop Systems
+vdpau-video NEWS -- summary of changes. 2011-01-DD
+Copyright (C) 2009-2011 Splitted-Desktop Systems
-Version 0.7.3 - DD.Dec.2010
+Version 0.7.3 - DD.Jan.2011
* Add compatibility glue with libva >= 1.0.8
* Fix possible crash when rendering multiple surfaces at once
* Fix build if no OpenGL header is available (libva >= 0.31.1)
diff --git a/README b/README
index fa3f4da..315a5c2 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
vdpau-video
A VDPAU-based backend for VA-API
- Copyright (C) 2009-2010 Splitted-Desktop Systems
+ Copyright (C) 2009-2011 Splitted-Desktop Systems
License
diff --git a/debian.upstream/copyright b/debian.upstream/copyright
index 0dc7fb5..63b3d55 100644
--- a/debian.upstream/copyright
+++ b/debian.upstream/copyright
@@ -4,7 +4,7 @@ Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
License:
- Copyright (C) 2009 Splitted-Desktop Systems
+ Copyright (C) 2009-2011 Splitted-Desktop Systems
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/debug.c b/src/debug.c
index 98b6638..5950007 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,7 +1,7 @@
/*
* debug.c - Debugging utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/debug.h b/src/debug.h
index 0787294..d16038d 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,7 +1,7 @@
/*
* debug.h - Debugging utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/object_heap.c b/src/object_heap.c
index e6ba4d0..bcd33e5 100644
--- a/src/object_heap.c
+++ b/src/object_heap.c
@@ -1,7 +1,7 @@
/*
* object_heap.c - Management of VA-API resources
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/object_heap.h b/src/object_heap.h
index 5e98ccd..bf8648e 100644
--- a/src/object_heap.h
+++ b/src/object_heap.h
@@ -1,7 +1,7 @@
/*
* object_heap.h - Management of VA-API resources
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sysdeps.h b/src/sysdeps.h
index 36c85b3..b0f123f 100644
--- a/src/sysdeps.h
+++ b/src/sysdeps.h
@@ -1,7 +1,7 @@
/*
* sysdeps.h - System dependent definitions
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/uasyncqueue.c b/src/uasyncqueue.c
index ad79ce8..2451aa5 100644
--- a/src/uasyncqueue.c
+++ b/src/uasyncqueue.c
@@ -1,7 +1,7 @@
/*
* uasyncqueue.c - Asynchronous queues
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/uasyncqueue.h b/src/uasyncqueue.h
index 867546b..3811bf6 100644
--- a/src/uasyncqueue.h
+++ b/src/uasyncqueue.h
@@ -1,7 +1,7 @@
/*
* uasyncqueue.h - Asynchronous queues
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/ulist.c b/src/ulist.c
index b87456b..af9307b 100644
--- a/src/ulist.c
+++ b/src/ulist.c
@@ -1,7 +1,7 @@
/*
* ulist.c - Lists
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/ulist.h b/src/ulist.h
index 57bb12c..577b81c 100644
--- a/src/ulist.h
+++ b/src/ulist.h
@@ -1,7 +1,7 @@
/*
* ulist.h - Lists
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/uqueue.c b/src/uqueue.c
index 5d268b6..6a64e54 100644
--- a/src/uqueue.c
+++ b/src/uqueue.c
@@ -1,7 +1,7 @@
/*
* uqueue.c - Queues
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/uqueue.h b/src/uqueue.h
index ca33a62..d78d22a 100644
--- a/src/uqueue.h
+++ b/src/uqueue.h
@@ -1,7 +1,7 @@
/*
* uqueue.h - Queues
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils.c b/src/utils.c
index 6af83a2..e2d9b9c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,7 +1,7 @@
/*
* utils.c - Utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils.h b/src/utils.h
index e4ecfc9..f96db41 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,7 +1,7 @@
/*
* utils.h - Utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils_glx.c b/src/utils_glx.c
index 5b661ae..187ba7b 100644
--- a/src/utils_glx.c
+++ b/src/utils_glx.c
@@ -1,7 +1,7 @@
/*
* utils_glx.c - GLX utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils_glx.h b/src/utils_glx.h
index 4242051..f753780 100644
--- a/src/utils_glx.h
+++ b/src/utils_glx.h
@@ -1,7 +1,7 @@
/*
* utils_glx.h - GLX utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils_x11.c b/src/utils_x11.c
index a70a41f..09402f9 100644
--- a/src/utils_x11.c
+++ b/src/utils_x11.c
@@ -1,7 +1,7 @@
/*
* utils_x11.h - X11 utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/utils_x11.h b/src/utils_x11.h
index 6c079f6..53b4c24 100644
--- a/src/utils_x11.h
+++ b/src/utils_x11.h
@@ -1,7 +1,7 @@
/*
* utils_x11.h - X11 utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vaapi_compat.h b/src/vaapi_compat.h
index c7aea1a..7573cbf 100644
--- a/src/vaapi_compat.h
+++ b/src/vaapi_compat.h
@@ -1,7 +1,7 @@
/*
* vaapi_compat.h - VA-API compatibility glue
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_buffer.c b/src/vdpau_buffer.c
index 94ec854..b3f1ea6 100644
--- a/src/vdpau_buffer.c
+++ b/src/vdpau_buffer.c
@@ -1,7 +1,7 @@
/*
* vdpau_buffer.c - VDPAU backend for VA-API (VA buffers)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_buffer.h b/src/vdpau_buffer.h
index eddc674..4d937d2 100644
--- a/src/vdpau_buffer.h
+++ b/src/vdpau_buffer.h
@@ -1,7 +1,7 @@
/*
* vdpau_buffer.h - VDPAU backend for VA-API (VA buffers)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_decode.c b/src/vdpau_decode.c
index 648777c..92b804b 100644
--- a/src/vdpau_decode.c
+++ b/src/vdpau_decode.c
@@ -1,7 +1,7 @@
/*
* vdpau_decode.c - VDPAU backend for VA-API (decoder)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_decode.h b/src/vdpau_decode.h
index 74b6325..54c1fd3 100644
--- a/src/vdpau_decode.h
+++ b/src/vdpau_decode.h
@@ -1,7 +1,7 @@
/*
* vdpau_decode.h - VDPAU backend for VA-API (decoder)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_driver.c b/src/vdpau_driver.c
index a18f7d1..5471dab 100644
--- a/src/vdpau_driver.c
+++ b/src/vdpau_driver.c
@@ -1,7 +1,7 @@
/*
* vdpau_driver.c - VDPAU driver
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_driver.h b/src/vdpau_driver.h
index 1d18854..1fe9464 100644
--- a/src/vdpau_driver.h
+++ b/src/vdpau_driver.h
@@ -1,7 +1,7 @@
/*
* vdpau_driver.h - VDPAU driver
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_driver_template.h b/src/vdpau_driver_template.h
index 18f79b0..0f199ce 100644
--- a/src/vdpau_driver_template.h
+++ b/src/vdpau_driver_template.h
@@ -1,7 +1,7 @@
/*
* vdpau_driver_template.h - VDPAU driver initialization template
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c
index cc094d8..e0e63b2 100644
--- a/src/vdpau_dump.c
+++ b/src/vdpau_dump.c
@@ -1,7 +1,7 @@
/*
* vdpau_dump.c - Dump utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_dump.h b/src/vdpau_dump.h
index 7b492ed..39e6c8b 100644
--- a/src/vdpau_dump.h
+++ b/src/vdpau_dump.h
@@ -1,7 +1,7 @@
/*
* vdpau_dump.h - Dump utilities
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_gate.c b/src/vdpau_gate.c
index 8656889..20bb655 100644
--- a/src/vdpau_gate.c
+++ b/src/vdpau_gate.c
@@ -1,7 +1,7 @@
/*
* vdpau_gate.c - VDPAU hooks
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_gate.h b/src/vdpau_gate.h
index 4500556..62e0444 100644
--- a/src/vdpau_gate.h
+++ b/src/vdpau_gate.h
@@ -1,7 +1,7 @@
/*
* vdpau_gate.h - VDPAU hooks
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_image.c b/src/vdpau_image.c
index fd7f5a8..276a312 100644
--- a/src/vdpau_image.c
+++ b/src/vdpau_image.c
@@ -1,7 +1,7 @@
/*
* vdpau_image.c - VDPAU backend for VA-API (VA images)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_image.h b/src/vdpau_image.h
index a672552..2db1074 100644
--- a/src/vdpau_image.h
+++ b/src/vdpau_image.h
@@ -1,7 +1,7 @@
/*
* vdpau_image.h - VDPAU backend for VA-API (VA images)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_mixer.c b/src/vdpau_mixer.c
index c844e4e..1c98400 100644
--- a/src/vdpau_mixer.c
+++ b/src/vdpau_mixer.c
@@ -1,7 +1,7 @@
/*
* vdpau_mixer.c - VDPAU backend for VA-API (video mixer abstraction)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_mixer.h b/src/vdpau_mixer.h
index 08ff740..b720c38 100644
--- a/src/vdpau_mixer.h
+++ b/src/vdpau_mixer.h
@@ -1,7 +1,7 @@
/*
* vdpau_mixer.h - VDPAU backend for VA-API (video mixer abstraction)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_subpic.c b/src/vdpau_subpic.c
index 88690c1..e3f4115 100644
--- a/src/vdpau_subpic.c
+++ b/src/vdpau_subpic.c
@@ -1,7 +1,7 @@
/*
* vdpau_subpic.c - VDPAU backend for VA-API (VA subpictures)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_subpic.h b/src/vdpau_subpic.h
index 6b69135..0b14f5d 100644
--- a/src/vdpau_subpic.h
+++ b/src/vdpau_subpic.h
@@ -1,7 +1,7 @@
/*
* vdpau_subpic.h - VDPAU backend for VA-API (VA subpictures)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video.c b/src/vdpau_video.c
index ace0163..87a9dc6 100644
--- a/src/vdpau_video.c
+++ b/src/vdpau_video.c
@@ -1,7 +1,7 @@
/*
* vdpau_video.c - VDPAU backend for VA-API
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video.h b/src/vdpau_video.h
index c8078cb..abc22f4 100644
--- a/src/vdpau_video.h
+++ b/src/vdpau_video.h
@@ -1,7 +1,7 @@
/*
* vdpau_video.h - VDPAU backend for VA-API (shareed data)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video_glx.c b/src/vdpau_video_glx.c
index aea78ef..7636f50 100644
--- a/src/vdpau_video_glx.c
+++ b/src/vdpau_video_glx.c
@@ -1,7 +1,7 @@
/*
* vdpau_video_glx.c - VDPAU backend for VA-API (GLX rendering)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video_glx.h b/src/vdpau_video_glx.h
index 71031d7..8fa7715 100644
--- a/src/vdpau_video_glx.h
+++ b/src/vdpau_video_glx.h
@@ -1,7 +1,7 @@
/*
* vdpau_video_glx.h - VDPAU backend for VA-API (GLX rendering)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video_x11.c b/src/vdpau_video_x11.c
index 0761dde..ff8b60f 100644
--- a/src/vdpau_video_x11.c
+++ b/src/vdpau_video_x11.c
@@ -1,7 +1,7 @@
/*
* vdpau_video.h - VDPAU backend for VA-API (X11 rendering)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vdpau_video_x11.h b/src/vdpau_video_x11.h
index 6ae47f3..a72aa86 100644
--- a/src/vdpau_video_x11.h
+++ b/src/vdpau_video_x11.h
@@ -1,7 +1,7 @@
/*
* vdpau_video_x11.h - VDPAU backend for VA-API (X11 rendering)
*
- * vdpau-video (C) 2009-2010 Splitted-Desktop Systems
+ * vdpau-video (C) 2009-2011 Splitted-Desktop Systems
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by