summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-05-25 17:11:19 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-26 19:17:53 +1000
commitb1982fbc5f269dc867a2db67c8d34594ca268a3e (patch)
tree4cc43c0382632fdd78608a4978d0058afb067f7a /build
parentd672efaa05e18ca2bf906c6e8eb8d5bf20f88664 (diff)
downloadflac-b1982fbc5f269dc867a2db67c8d34594ca268a3e.tar.gz
Set version to 1.3.0 and update coyprights throughout.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am3
-rw-r--r--build/compile.mk3
-rw-r--r--build/config.mk5
-rw-r--r--build/exe.mk3
-rw-r--r--build/lib.mk3
5 files changed, 11 insertions, 6 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 76cda286..bc0048bb 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2002-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/build/compile.mk b/build/compile.mk
index 42c84f25..d5cb9d5c 100644
--- a/build/compile.mk
+++ b/build/compile.mk
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/build/config.mk b/build/config.mk
index 5dd72bbe..6d1d1d8f 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
@@ -79,7 +80,7 @@ all default: $(DEFAULT_BUILD)
# GNU makefile fragment for emulating stuff normally done by configure
#
-VERSION=\"1.2.1\"
+VERSION=\"1.3.0\"
CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
diff --git a/build/exe.mk b/build/exe.mk
index 62b546ec..0fe610f2 100644
--- a/build/exe.mk
+++ b/build/exe.mk
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/build/lib.mk b/build/lib.mk
index b4e2d02a..af20aec7 100644
--- a/build/lib.mk
+++ b/build/lib.mk
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries