[xiph-commits] r16503 - in trunk/theora: . debian examples lib lib/x86 lib/x86_vc tests

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 22 11:14:02 PDT 2009


Author: giles
Date: 2009-08-22 11:14:02 -0700 (Sat, 22 Aug 2009)
New Revision: 16503

Modified:
   trunk/theora/COPYING
   trunk/theora/debian/copyright
   trunk/theora/examples/dump_psnr.c
   trunk/theora/examples/dump_video.c
   trunk/theora/examples/player_example.c
   trunk/theora/examples/png2theora.c
   trunk/theora/examples/splayer.c
   trunk/theora/lib/analyze.c
   trunk/theora/lib/apiwrapper.c
   trunk/theora/lib/apiwrapper.h
   trunk/theora/lib/bitpack.c
   trunk/theora/lib/bitpack.h
   trunk/theora/lib/cpu.c
   trunk/theora/lib/cpu.h
   trunk/theora/lib/dct.h
   trunk/theora/lib/decapiwrapper.c
   trunk/theora/lib/decinfo.c
   trunk/theora/lib/decint.h
   trunk/theora/lib/decode.c
   trunk/theora/lib/dequant.c
   trunk/theora/lib/dequant.h
   trunk/theora/lib/encfrag.c
   trunk/theora/lib/encint.h
   trunk/theora/lib/encode.c
   trunk/theora/lib/encoder_disabled.c
   trunk/theora/lib/enquant.c
   trunk/theora/lib/fdct.c
   trunk/theora/lib/fragment.c
   trunk/theora/lib/huffdec.c
   trunk/theora/lib/huffdec.h
   trunk/theora/lib/huffman.h
   trunk/theora/lib/idct.c
   trunk/theora/lib/info.c
   trunk/theora/lib/internal.c
   trunk/theora/lib/internal.h
   trunk/theora/lib/mcenc.c
   trunk/theora/lib/ocintrin.h
   trunk/theora/lib/quant.c
   trunk/theora/lib/quant.h
   trunk/theora/lib/rate.c
   trunk/theora/lib/state.c
   trunk/theora/lib/tokenize.c
   trunk/theora/lib/x86/mmxfrag.c
   trunk/theora/lib/x86/mmxidct.c
   trunk/theora/lib/x86/mmxstate.c
   trunk/theora/lib/x86/x86enc.c
   trunk/theora/lib/x86/x86int.h
   trunk/theora/lib/x86/x86state.c
   trunk/theora/lib/x86_vc/mmxfrag.c
   trunk/theora/lib/x86_vc/mmxidct.c
   trunk/theora/lib/x86_vc/mmxstate.c
   trunk/theora/lib/x86_vc/x86enc.c
   trunk/theora/lib/x86_vc/x86int.h
   trunk/theora/lib/x86_vc/x86state.c
   trunk/theora/tests/comment.c
   trunk/theora/tests/comment_theora.c
   trunk/theora/tests/granulepos.c
   trunk/theora/tests/granulepos_theora.c
   trunk/theora/tests/noop.c
   trunk/theora/tests/noop_theora.c
   trunk/theora/tests/tests.h
Log:
Update copyright year on the OggTheora source code.


Modified: trunk/theora/COPYING
===================================================================
--- trunk/theora/COPYING	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/COPYING	2009-08-22 18:14:02 UTC (rev 16503)
@@ -1,4 +1,4 @@
-Copyright (C) 2002-2007 Xiph.org Foundation
+Copyright (C) 2002-2009 Xiph.org Foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions

Modified: trunk/theora/debian/copyright
===================================================================
--- trunk/theora/debian/copyright	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/debian/copyright	2009-08-22 18:14:02 UTC (rev 16503)
@@ -7,7 +7,7 @@
 
 Copyright:
 
-Copyright (c) 2002-2004, Xiph.org Foundation
+Copyright (c) 2002-2009 Xiph.org Foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions

Modified: trunk/theora/examples/dump_psnr.c
===================================================================
--- trunk/theora/examples/dump_psnr.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/examples/dump_psnr.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/examples/dump_video.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2006                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/examples/player_example.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/examples/png2theora.c
===================================================================
--- trunk/theora/examples/png2theora.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/examples/png2theora.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007,2009           *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009,2009           *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/examples/splayer.c
===================================================================
--- trunk/theora/examples/splayer.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/examples/splayer.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/analyze.c
===================================================================
--- trunk/theora/lib/analyze.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/analyze.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/apiwrapper.c
===================================================================
--- trunk/theora/lib/apiwrapper.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/apiwrapper.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/apiwrapper.h
===================================================================
--- trunk/theora/lib/apiwrapper.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/apiwrapper.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/bitpack.c
===================================================================
--- trunk/theora/lib/bitpack.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/bitpack.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2008             *
+ * THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2009             *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/bitpack.h
===================================================================
--- trunk/theora/lib/bitpack.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/bitpack.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2008             *
+ * THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2009             *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/cpu.c
===================================================================
--- trunk/theora/lib/cpu.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/cpu.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/cpu.h
===================================================================
--- trunk/theora/lib/cpu.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/cpu.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/dct.h
===================================================================
--- trunk/theora/lib/dct.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/dct.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/decapiwrapper.c
===================================================================
--- trunk/theora/lib/decapiwrapper.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/decapiwrapper.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/decinfo.c
===================================================================
--- trunk/theora/lib/decinfo.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/decinfo.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/decint.h
===================================================================
--- trunk/theora/lib/decint.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/decint.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/decode.c
===================================================================
--- trunk/theora/lib/decode.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/decode.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/dequant.c
===================================================================
--- trunk/theora/lib/dequant.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/dequant.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/dequant.h
===================================================================
--- trunk/theora/lib/dequant.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/dequant.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/encfrag.c
===================================================================
--- trunk/theora/lib/encfrag.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/encfrag.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/encint.h
===================================================================
--- trunk/theora/lib/encint.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/encint.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/encode.c
===================================================================
--- trunk/theora/lib/encode.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/encode.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/encoder_disabled.c
===================================================================
--- trunk/theora/lib/encoder_disabled.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/encoder_disabled.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/enquant.c
===================================================================
--- trunk/theora/lib/enquant.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/enquant.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2005                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/fdct.c
===================================================================
--- trunk/theora/lib/fdct.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/fdct.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/fragment.c
===================================================================
--- trunk/theora/lib/fragment.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/fragment.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/huffdec.c
===================================================================
--- trunk/theora/lib/huffdec.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/huffdec.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/huffdec.h
===================================================================
--- trunk/theora/lib/huffdec.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/huffdec.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/huffman.h
===================================================================
--- trunk/theora/lib/huffman.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/huffman.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/idct.c
===================================================================
--- trunk/theora/lib/idct.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/idct.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/info.c
===================================================================
--- trunk/theora/lib/info.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/info.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/internal.c
===================================================================
--- trunk/theora/lib/internal.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/internal.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/internal.h
===================================================================
--- trunk/theora/lib/internal.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/internal.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/mcenc.c
===================================================================
--- trunk/theora/lib/mcenc.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/mcenc.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/ocintrin.h
===================================================================
--- trunk/theora/lib/ocintrin.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/ocintrin.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/quant.c
===================================================================
--- trunk/theora/lib/quant.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/quant.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/quant.h
===================================================================
--- trunk/theora/lib/quant.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/quant.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/rate.c
===================================================================
--- trunk/theora/lib/rate.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/rate.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/state.c
===================================================================
--- trunk/theora/lib/state.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/state.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/tokenize.c
===================================================================
--- trunk/theora/lib/tokenize.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/tokenize.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/mmxfrag.c
===================================================================
--- trunk/theora/lib/x86/mmxfrag.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/mmxfrag.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/mmxidct.c
===================================================================
--- trunk/theora/lib/x86/mmxidct.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/mmxidct.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/mmxstate.c
===================================================================
--- trunk/theora/lib/x86/mmxstate.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/mmxstate.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/x86enc.c
===================================================================
--- trunk/theora/lib/x86/x86enc.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/x86enc.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/x86int.h
===================================================================
--- trunk/theora/lib/x86/x86int.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/x86int.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86/x86state.c
===================================================================
--- trunk/theora/lib/x86/x86state.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86/x86state.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/mmxfrag.c
===================================================================
--- trunk/theora/lib/x86_vc/mmxfrag.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/mmxfrag.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/mmxidct.c
===================================================================
--- trunk/theora/lib/x86_vc/mmxidct.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/mmxidct.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/mmxstate.c
===================================================================
--- trunk/theora/lib/x86_vc/mmxstate.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/mmxstate.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/x86enc.c
===================================================================
--- trunk/theora/lib/x86_vc/x86enc.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/x86enc.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/x86int.h
===================================================================
--- trunk/theora/lib/x86_vc/x86int.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/x86int.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/lib/x86_vc/x86state.c
===================================================================
--- trunk/theora/lib/x86_vc/x86state.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/lib/x86_vc/x86state.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/comment.c
===================================================================
--- trunk/theora/tests/comment.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/comment.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/comment_theora.c
===================================================================
--- trunk/theora/tests/comment_theora.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/comment_theora.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/granulepos.c
===================================================================
--- trunk/theora/tests/granulepos.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/granulepos.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/granulepos_theora.c
===================================================================
--- trunk/theora/tests/granulepos_theora.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/granulepos_theora.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/noop.c
===================================================================
--- trunk/theora/tests/noop.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/noop.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/noop_theora.c
===================================================================
--- trunk/theora/tests/noop_theora.c	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/noop_theora.c	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************

Modified: trunk/theora/tests/tests.h
===================================================================
--- trunk/theora/tests/tests.h	2009-08-22 18:02:08 UTC (rev 16502)
+++ trunk/theora/tests/tests.h	2009-08-22 18:14:02 UTC (rev 16503)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************



More information about the commits mailing list