Josh Coalson | e2bde2b | 2002-08-23 06:39:37 +0000 | [diff] [blame] | 1 | # FLAC - Free Lossless Audio Codec |
Erik de Castro Lopo | b1982fb | 2013-05-25 17:11:19 +1000 | [diff] [blame^] | 2 | # Copyright (C) 2002-2009 Josh Coalson |
| 3 | # Copyright (C) 2011-2013 Xiph.Org Foundation |
Josh Coalson | e2bde2b | 2002-08-23 06:39:37 +0000 | [diff] [blame] | 4 | # |
Josh Coalson | e8a7601 | 2003-02-07 00:14:32 +0000 | [diff] [blame] | 5 | # This file is part the FLAC project. FLAC is comprised of several |
| 6 | # components distributed under difference licenses. The codec libraries |
| 7 | # are distributed under Xiph.Org's BSD-like license (see the file |
| 8 | # COPYING.Xiph in this distribution). All other programs, libraries, and |
| 9 | # plugins are distributed under the GPL (see COPYING.GPL). The documentation |
| 10 | # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the |
| 11 | # FLAC distribution contains at the top the terms under which it may be |
| 12 | # distributed. |
Josh Coalson | e2bde2b | 2002-08-23 06:39:37 +0000 | [diff] [blame] | 13 | # |
Josh Coalson | e8a7601 | 2003-02-07 00:14:32 +0000 | [diff] [blame] | 14 | # Since this particular file is relevant to all components of FLAC, |
| 15 | # it may be distributed under the Xiph.Org license, which is the least |
| 16 | # restrictive of those mentioned above. See the file COPYING.Xiph in this |
| 17 | # distribution. |
Josh Coalson | e2bde2b | 2002-08-23 06:39:37 +0000 | [diff] [blame] | 18 | |
| 19 | EXTRA_DIST = \ |
Josh Coalson | c10f978 | 2008-09-14 19:59:52 +0000 | [diff] [blame] | 20 | compile.mk \ |
Josh Coalson | e2bde2b | 2002-08-23 06:39:37 +0000 | [diff] [blame] | 21 | config.mk \ |
| 22 | exe.mk \ |
Josh Coalson | ae25181 | 2005-02-01 01:48:00 +0000 | [diff] [blame] | 23 | lib.mk |