diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-24 22:07:15 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-25 13:04:30 +1100 |
commit | 1437391577783b064d8b2747875a4b1680cbb713 (patch) | |
tree | 698200a3199f7968c7d3b378bc413a6afd911d31 /include/share | |
parent | fcf0ba06ae12ccd7c67cee3c8d948df15f946b85 (diff) | |
download | flac-1437391577783b064d8b2747875a4b1680cbb713.tar.gz |
Update copyright years to include 2014.
Diffstat (limited to 'include/share')
-rw-r--r-- | include/share/alloc.h | 2 | ||||
-rw-r--r-- | include/share/grabbag.h | 2 | ||||
-rw-r--r-- | include/share/grabbag/cuesheet.h | 2 | ||||
-rw-r--r-- | include/share/grabbag/file.h | 2 | ||||
-rw-r--r-- | include/share/grabbag/picture.h | 2 | ||||
-rw-r--r-- | include/share/grabbag/replaygain.h | 2 | ||||
-rw-r--r-- | include/share/grabbag/seektable.h | 2 | ||||
-rw-r--r-- | include/share/replaygain_synthesis.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/include/share/alloc.h b/include/share/alloc.h index 5ee4306a..5e1f1e26 100644 --- a/include/share/alloc.h +++ b/include/share/alloc.h @@ -1,6 +1,6 @@ /* alloc - Convenience routines for safely allocating memory * Copyright (C) 2007-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/share/grabbag.h b/include/share/grabbag.h index 619f5edc..0ef4e9dd 100644 --- a/include/share/grabbag.h +++ b/include/share/grabbag.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/share/grabbag/cuesheet.h b/include/share/grabbag/cuesheet.h index 4c8fdf8f..bd5c59b4 100644 --- a/include/share/grabbag/cuesheet.h +++ b/include/share/grabbag/cuesheet.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/share/grabbag/file.h b/include/share/grabbag/file.h index 7e12a12a..df72ea0d 100644 --- a/include/share/grabbag/file.h +++ b/include/share/grabbag/file.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/share/grabbag/picture.h b/include/share/grabbag/picture.h index db469ca2..a8322124 100644 --- a/include/share/grabbag/picture.h +++ b/include/share/grabbag/picture.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2006-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/share/grabbag/replaygain.h b/include/share/grabbag/replaygain.h index 4bdff3b1..96746b0b 100644 --- a/include/share/grabbag/replaygain.h +++ b/include/share/grabbag/replaygain.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/share/grabbag/seektable.h b/include/share/grabbag/seektable.h index 9bd3aa82..62c53074 100644 --- a/include/share/grabbag/seektable.h +++ b/include/share/grabbag/seektable.h @@ -1,6 +1,6 @@ /* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/share/replaygain_synthesis.h b/include/share/replaygain_synthesis.h index 3f161651..9d9c9345 100644 --- a/include/share/replaygain_synthesis.h +++ b/include/share/replaygain_synthesis.h @@ -1,6 +1,6 @@ /* replaygain_synthesis - Routines for applying ReplayGain to a signal * Copyright (C) 2002-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |