aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-07 19:13:38 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-07 19:13:38 +0200
commite099c6cd43f717d22f4bda56dd2865304fac0480 (patch)
treef5b26fae2a0fcfac8b49ed9593261ccd431c2844
parent15a2b5b6177f7ea5a5a802d9d1de4a283520f883 (diff)
src: Use SPDX-License-Identifier instead of license boilerplateHEADmaster
-rw-r--r--src/formats.h22
-rw-r--r--src/sbcdec.c26
-rw-r--r--src/sbcenc.c26
-rw-r--r--src/sbcinfo.c26
-rw-r--r--src/sbctester.c26
5 files changed, 23 insertions, 103 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>
diff --git a/src/sbcdec.c b/src/sbcdec.c
index ba17f7a..85ded06 100644
--- a/src/sbcdec.c
+++ b/src/sbcdec.c
@@ -1,26 +1,10 @@
/*
+ * Bluetooth low-complexity, subband codec (SBC) decoder
+ * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2008-2010 Nokia Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
*
- * Bluetooth low-complexity, subband codec (SBC) decoder
- *
- * Copyright (C) 2008-2010 Nokia Corporation
- * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2012-2013 Intel Corporation
- *
- *
- * 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
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/sbcenc.c b/src/sbcenc.c
index 1798cde..4665bc2 100644
--- a/src/sbcenc.c
+++ b/src/sbcenc.c
@@ -1,26 +1,10 @@
/*
+ * Bluetooth low-complexity, subband codec (SBC) encoder
+ * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2008-2010 Nokia Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
*
- * Bluetooth low-complexity, subband codec (SBC) encoder
- *
- * Copyright (C) 2008-2010 Nokia Corporation
- * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2012-2013 Intel Corporation
- *
- *
- * 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
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/sbcinfo.c b/src/sbcinfo.c
index 81dec65..84e82a3 100644
--- a/src/sbcinfo.c
+++ b/src/sbcinfo.c
@@ -1,26 +1,10 @@
/*
+ * Bluetooth low-complexity, subband codec (SBC) library
+ * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2008-2010 Nokia Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
*
- * Bluetooth low-complexity, subband codec (SBC) library
- *
- * Copyright (C) 2008-2010 Nokia Corporation
- * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2012-2013 Intel Corporation
- *
- *
- * 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
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/sbctester.c b/src/sbctester.c
index c08c22a..ecb718a 100644
--- a/src/sbctester.c
+++ b/src/sbctester.c
@@ -1,26 +1,10 @@
/*
+ * Bluetooth low-complexity, subband codec (SBC) library
+ * Copyright (C) 2007-2010 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2007-2008 Frederic Dalleau <fdalleau@free.fr>
+ * Copyright (C) 2008-2010 Nokia Corporation
*
- * Bluetooth low-complexity, subband codec (SBC) library
- *
- * Copyright (C) 2008-2010 Nokia Corporation
- * Copyright (C) 2007-2010 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2007-2008 Frederic Dalleau <fdalleau@free.fr>
- *
- *
- * 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
*/
#ifdef HAVE_CONFIG_H