From a55c164e9891a9326188b7d4d216ec9a88373739 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 26 Jun 2020 16:29:21 -0700 Subject: [PATCH] Update copyright dates. --- examples/opusfile_example.c | 2 +- examples/seeking_example.c | 2 +- examples/win32utf8.c | 12 ++++++++++++ examples/win32utf8.h | 12 ++++++++++++ src/http.c | 2 +- src/info.c | 2 +- src/internal.c | 2 +- src/internal.h | 2 +- src/opusfile.c | 2 +- src/stream.c | 2 +- src/wincerts.c | 2 +- src/winerrno.h | 2 +- 12 files changed, 34 insertions(+), 10 deletions(-) diff --git a/examples/opusfile_example.c b/examples/opusfile_example.c index f47ed89..88ba6aa 100644 --- a/examples/opusfile_example.c +++ b/examples/opusfile_example.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/examples/seeking_example.c b/examples/seeking_example.c index 6c3d758..a72d2e7 100644 --- a/examples/seeking_example.c +++ b/examples/seeking_example.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/examples/win32utf8.c b/examples/win32utf8.c index dd3f3df..1246b21 100644 --- a/examples/win32utf8.c +++ b/examples/win32utf8.c @@ -1,3 +1,15 @@ +/******************************************************************** + * * + * THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. * + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * + * * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * + * by the Xiph.Org Foundation and contributors https://xiph.org/ * + * * + ********************************************************************/ + #if defined(_WIN32) # include # include diff --git a/examples/win32utf8.h b/examples/win32utf8.h index 7f99171..0259823 100644 --- a/examples/win32utf8.h +++ b/examples/win32utf8.h @@ -1,3 +1,15 @@ +/******************************************************************** + * * + * THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. * + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * + * * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * + * by the Xiph.Org Foundation and contributors https://xiph.org/ * + * * + ********************************************************************/ + #if !defined(_win32utf8_H) # define _win32utf8_H (1) # if defined(_WIN32) diff --git a/src/http.c b/src/http.c index c52f0c0..bd08562 100644 --- a/src/http.c +++ b/src/http.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/src/info.c b/src/info.c index 467a503..000c74b 100644 --- a/src/info.c +++ b/src/info.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/src/internal.c b/src/internal.c index 2b3e937..81c9c37 100644 --- a/src/internal.c +++ b/src/internal.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/src/internal.h b/src/internal.h index 8230471..0c2d2bb 100644 --- a/src/internal.h +++ b/src/internal.h @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/src/opusfile.c b/src/opusfile.c index 10ef680..642c784 100644 --- a/src/opusfile.c +++ b/src/opusfile.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ******************************************************************** diff --git a/src/stream.c b/src/stream.c index fe362d0..6559e1d 100644 --- a/src/stream.c +++ b/src/stream.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2018 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ******************************************************************** diff --git a/src/wincerts.c b/src/wincerts.c index db51ba4..409a4e0 100644 --- a/src/wincerts.c +++ b/src/wincerts.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2013 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2013-2016 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/ diff --git a/src/winerrno.h b/src/winerrno.h index 4b448ce..a517742 100644 --- a/src/winerrno.h +++ b/src/winerrno.h @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2013 * * by the Xiph.Org Foundation and contributors https://xiph.org/ * * * ********************************************************************/