Skip to content

Commit 96cb48a

Browse files
committed
Updated copyright year to 2018
1 parent 6209201 commit 96cb48a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-49
lines changed

doc/twolame.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ lame(1), mpg123(1), madplay(1), sox(1)
259259

260260
COPYING
261261
-------
262-
Copyright (C) 2004-2017 The TwoLAME Project. Free use of this software is
262+
Copyright (C) 2004-2018 The TwoLAME Project. Free use of this software is
263263
granted under the terms of the GNU Lesser General Public License (LGPL).
264264

frontend/frontend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
4-
* Copyright (C) 2004-2017 The TwoLAME Project
4+
* Copyright (C) 2004-2018 The TwoLAME Project
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

frontend/frontend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
4-
* Copyright (C) 2004-2017 The TwoLAME Project
4+
* Copyright (C) 2004-2018 The TwoLAME Project
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

libtwolame/ath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/ath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/availbits.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/availbits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/bitbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/bitbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

libtwolame/bitbuffer_inline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TwoLAME: an optimized MPEG Audio Layer Two encoder
33
*
44
* Copyright (C) 2001-2004 Michael Cheng
5-
* Copyright (C) 2004-2017 The TwoLAME Project
5+
* Copyright (C) 2004-2018 The TwoLAME Project
66
*
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)