ref: 7be06818443073180eee3b569bea54cfb522edbe
parent: 5d9b94036b3e6309cbc1d535cb1eae390abd1ee3
	author: Gregory Maxwell <greg@xiph.org>
	date: Mon Feb 18 05:26:01 EST 2013
	
Bump copyright notices.
--- a/src/opusdec.c
+++ b/src/opusdec.c
@@ -1,6 +1,6 @@
/* Copyright (c) 2002-2007 Jean-Marc Valin
Copyright (c) 2008 CSIRO
- Copyright (c) 2007-2012 Xiph.Org Foundation
+ Copyright (c) 2007-2013 Xiph.Org Foundation
File: opusdec.c
Redistribution and use in source and binary forms, with or without
@@ -476,13 +476,13 @@
void version(void)
 {    printf("opusdec %s %s (using %s)\n",PACKAGE,VERSION,opus_get_version_string());-   printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");+   printf("Copyright (C) 2008-2013 Xiph.Org Foundation\n");}
void version_short(void)
 {    printf("opusdec %s %s (using %s)\n",PACKAGE,VERSION,opus_get_version_string());-   printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");+   printf("Copyright (C) 2008-2013 Xiph.Org Foundation\n");}
/*Process an Opus header and setup the opus decoder based on it.
--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -1,6 +1,6 @@
/* Copyright (C)2002-2011 Jean-Marc Valin
- Copyright (C)2007-2012 Xiph.Org Foundation
- Copyright (C)2008-2012 Gregory Maxwell
+ Copyright (C)2007-2013 Xiph.Org Foundation
+ Copyright (C)2008-2013 Gregory Maxwell
File: opusenc.c
Redistribution and use in source and binary forms, with or without
@@ -97,13 +97,13 @@
void opustoolsversion(const char *opusversion)
 {   printf("opusenc %s %s (using %s)\n",PACKAGE,VERSION,opusversion);-  printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");+  printf("Copyright (C) 2008-2013 Xiph.Org Foundation\n");}
void opustoolsversion_short(const char *opusversion)
 {   printf("opusenc %s %s (using %s)\n",PACKAGE,VERSION,opusversion);-  printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");+  printf("Copyright (C) 2008-2013 Xiph.Org Foundation\n");}
void usage(void)
--
⑨