From f84287ef8be7896925c82a45b58e6624282f7bc1 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 31 Jan 2012 19:28:14 +1100 Subject: [PATCH] Update README and .gitignore. --- .gitignore | 11 +++++++++++ README | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1a08e27..3601f273 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,14 @@ src/test_libFLAC/test_libFLAC src/test_seeking/test_seeking src/test_streams/test_streams stamp-h1 +test/*.aiff +test/*.raw +test/*.rf64 +test/*.w64 +test/*.wav +test/cuesheet.diff +test/cuesheet.log +test/metaflac-test-files/out.meta +test/metaflac.flac +test/picture.diff +test/picture.log diff --git a/README b/README index a5431bc9..f126c273 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ /* FLAC - Free Lossless Audio Codec + * Copyright (C) 2012 Xiph.org Foundation * Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson * * This file is part the FLAC project. FLAC is comprised of several @@ -17,8 +18,11 @@ */ -FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio -codec developed by Josh Coalson. +FLAC is an Open Source lossless audio codec developed by Josh Coalson from 2001 +to 2009. + +From January 2012 FLAC is being maintained by Erik de Castro Lopo under the +auspices of the Xiph.org Foundation. FLAC is comprised of * `libFLAC', a library which implements reference encoders and