diff options
author | Daniil Cherednik <[email protected]> | 2017-02-12 13:14:56 +0000 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2017-02-12 13:14:56 +0000 |
commit | 3740b709a39e4a1eca7a5fbd598e8554944ce0e7 (patch) | |
tree | 7e967b246130979fb6f126ae1762967279d731a5 /src/atrac/atrac1_bitalloc.cpp | |
parent | eb1c592ec203cb55362f75bf023bd70f4f524601 (diff) |
Set LGPL v2.1 license
Diffstat (limited to 'src/atrac/atrac1_bitalloc.cpp')
-rw-r--r-- | src/atrac/atrac1_bitalloc.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/atrac/atrac1_bitalloc.cpp b/src/atrac/atrac1_bitalloc.cpp index 0db6272..f73b1cf 100644 --- a/src/atrac/atrac1_bitalloc.cpp +++ b/src/atrac/atrac1_bitalloc.cpp @@ -1,3 +1,21 @@ +/* + * This file is part of AtracDEnc. + * + * AtracDEnc is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * AtracDEnc is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "atrac1_bitalloc.h" #include "atrac_psy_common.h" #include "atrac_scale.h" |