Skip to content

Commit bc48b78

Browse files
committed
Link https://xiph.org/ from the copyright header.
Use a secure link by default. Drop the redundant www subdomain to keep within the 70-column width of the header.
1 parent 4bad2af commit bc48b78

File tree

11 files changed

+13
-11
lines changed

11 files changed

+13
-11
lines changed

examples/opusfile_example.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
12+
1213
#ifdef HAVE_CONFIG_H
1314
#include "config.h"
1415
#endif

examples/seeking_example.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
12+
1213
#ifdef HAVE_CONFIG_H
1314
#include "config.h"
1415
#endif

include/opusfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************
1212

src/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
1212
#ifdef HAVE_CONFIG_H

src/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
1212
#ifdef HAVE_CONFIG_H

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
1212
#ifdef HAVE_CONFIG_H

src/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
1212
#if !defined(_opusfile_internal_h)

src/opusfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************
1212

src/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2012 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************
1212

src/wincerts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
77
* *
88
* THE libopusfile SOURCE CODE IS (C) COPYRIGHT 2013 *
9-
* by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
9+
* by the Xiph.Org Foundation and contributors https://xiph.org/ *
1010
* *
1111
********************************************************************/
1212

0 commit comments

Comments
 (0)