Skip to content

Commit a55c164

Browse files
committed
Update copyright dates.
1 parent 3ee47cf commit a55c164

File tree

12 files changed

+34
-10
lines changed

12 files changed

+34
-10
lines changed

examples/opusfile_example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

examples/seeking_example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

examples/win32utf8.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/********************************************************************
2+
* *
3+
* THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. *
4+
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5+
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6+
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
7+
* *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
10+
* *
11+
********************************************************************/
12+
113
#if defined(_WIN32)
214
# include <stdio.h>
315
# include <stdlib.h>

examples/win32utf8.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/********************************************************************
2+
* *
3+
* THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. *
4+
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5+
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6+
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
7+
* *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
10+
* *
11+
********************************************************************/
12+
113
#if !defined(_win32utf8_H)
214
# define _win32utf8_H (1)
315
# if defined(_WIN32)

src/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

src/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

src/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/

src/opusfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************

src/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
8-
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
8+
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2018 *
99
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************

0 commit comments

Comments
 (0)