shithub: opus-tools

Download patch

ref: da270b3996d91ddfe281ca8a015e1e760f44aec4
parent: c03429abf70d7d4b78ef3e1f2a1707d16b9d8e6a
author: Mark Harris <mark.hsj@gmail.com>
date: Wed Feb 21 17:28:29 EST 2018

Update copyright year

--- a/src/opusdec.c
+++ b/src/opusdec.c
@@ -482,7 +482,7 @@
 void version(void)
 {
    printf("opusdec %s %s (using %s)\n",PACKAGE_NAME,PACKAGE_VERSION,opus_get_version_string());
-   printf("Copyright (C) 2008-2017 Xiph.Org Foundation\n");
+   printf("Copyright (C) 2008-2018 Xiph.Org Foundation\n");
 }
 
 void version_short(void)
--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -113,7 +113,7 @@
 static void opustoolsversion(const char *opusversion)
 {
   printf("opusenc %s %s (using %s)\n",PACKAGE_NAME,PACKAGE_VERSION,opusversion);
-  printf("Copyright (C) 2008-2017 Xiph.Org Foundation\n");
+  printf("Copyright (C) 2008-2018 Xiph.Org Foundation\n");
 }
 
 static void opustoolsversion_short(const char *opusversion)
--- a/src/opusrtp.c
+++ b/src/opusrtp.c
@@ -936,7 +936,7 @@
 void opustools_version(void)
 {
   printf("opusrtp %s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
-  printf("Copyright (C) 2012-2017 Xiph.Org Foundation\n");
+  printf("Copyright (C) 2012-2018 Xiph.Org Foundation\n");
 }
 
 void usage(char *exe)