diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2023-09-07 19:13:38 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2023-09-07 19:13:38 +0200 |
commit | e099c6cd43f717d22f4bda56dd2865304fac0480 (patch) | |
tree | f5b26fae2a0fcfac8b49ed9593261ccd431c2844 /src/formats.h | |
parent | 15a2b5b6177f7ea5a5a802d9d1de4a283520f883 (diff) | |
download | sbc-e099c6cd43f717d22f4bda56dd2865304fac0480.tar.gz |
src: Use SPDX-License-Identifier instead of license boilerplate
Diffstat (limited to 'src/formats.h')
-rw-r--r-- | src/formats.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/src/formats.h b/src/formats.h index 3050b25..6dbe710 100644 --- a/src/formats.h +++ b/src/formats.h @@ -1,24 +1,8 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> - * - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: GPL-2.0-or-later */ #include <byteswap.h> |