xref: /aosp_15_r20/external/flac/examples/cpp/encode/Makefile.am (revision 600f14f40d737144c998e2ec7a483122d3776fbc)
1*600f14f4SXin Li#  FLAC - Free Lossless Audio Codec
2*600f14f4SXin Li#  Copyright (C) 2001-2009  Josh Coalson
3*600f14f4SXin Li#  Copyright (C) 2011-2023  Xiph.Org Foundation
4*600f14f4SXin Li#
5*600f14f4SXin Li#  This file is part the FLAC project.  FLAC is comprised of several
6*600f14f4SXin Li#  components distributed under different licenses.  The codec libraries
7*600f14f4SXin Li#  are distributed under Xiph.Org's BSD-like license (see the file
8*600f14f4SXin Li#  COPYING.Xiph in this distribution).  All other programs, libraries, and
9*600f14f4SXin Li#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
10*600f14f4SXin Li#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
11*600f14f4SXin Li#  FLAC distribution contains at the top the terms under which it may be
12*600f14f4SXin Li#  distributed.
13*600f14f4SXin Li#
14*600f14f4SXin Li#  Since this particular file is relevant to all components of FLAC,
15*600f14f4SXin Li#  it may be distributed under the Xiph.Org license, which is the least
16*600f14f4SXin Li#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
17*600f14f4SXin Li#  distribution.
18*600f14f4SXin Li
19*600f14f4SXin LiSUBDIRS = file
20