From: Erik de Castro Lopo Date: Tue, 31 Jan 2012 08:28:14 +0000 (+1100) Subject: Update README and .gitignore. X-Git-Tag: 1.3.0pre1~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f84287ef8be7896925c82a45b58e6624282f7bc1;p=platform%2Fupstream%2Fflac.git Update README and .gitignore. --- diff --git a/.gitignore b/.gitignore index c1a08e2..3601f27 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 a5431bc..f126c27 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