diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2023-09-07 19:13:00 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2023-09-07 19:13:00 +0200 |
commit | 15a2b5b6177f7ea5a5a802d9d1de4a283520f883 (patch) | |
tree | 010512ddc7283e9403f3e297e5773071c589c5e8 | |
parent | 4a62b40604a56fb270aa35b68e9918caf8fe3115 (diff) | |
download | sbc-15a2b5b6177f7ea5a5a802d9d1de4a283520f883.tar.gz |
sbc: Use SPDX-License-Identifier instead of license boilerplate
-rw-r--r-- | sbc/sbc.c | 30 | ||||
-rw-r--r-- | sbc/sbc.h | 30 | ||||
-rw-r--r-- | sbc/sbc_math.h | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives.c | 30 | ||||
-rw-r--r-- | sbc/sbc_primitives.h | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_armv6.c | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_armv6.h | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_iwmmxt.c | 30 | ||||
-rw-r--r-- | sbc/sbc_primitives_iwmmxt.h | 30 | ||||
-rw-r--r-- | sbc/sbc_primitives_mmx.c | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_mmx.h | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_neon.c | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_neon.h | 28 | ||||
-rw-r--r-- | sbc/sbc_primitives_sse.c | 22 | ||||
-rw-r--r-- | sbc/sbc_primitives_sse.h | 22 | ||||
-rw-r--r-- | sbc/sbc_private.h | 24 | ||||
-rw-r--r-- | sbc/sbc_tables.h | 28 |
17 files changed, 99 insertions, 371 deletions
@@ -1,28 +1,12 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2008 Brad Midgley <bmidgley@xmission.com> + * 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2008 Brad Midgley <bmidgley@xmission.com> - * Copyright (C) 2012-2013 Intel Corporation - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifdef HAVE_CONFIG_H @@ -1,28 +1,12 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia Corporation + * Copyright (C) 2012-2014 Intel Corporation * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2008-2010 Nokia Corporation - * Copyright (C) 2012-2014 Intel Corporation - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> - * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_H diff --git a/sbc/sbc_math.h b/sbc/sbc_math.h index 5476860..28b51c1 100644 --- a/sbc/sbc_math.h +++ b/sbc/sbc_math.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2008 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2008 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #define fabs(x) ((x) < 0 ? -(x) : (x)) diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c index 09c214a..0dc0387 100644 --- a/sbc/sbc_primitives.c +++ b/sbc/sbc_primitives.c @@ -1,28 +1,12 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * Copyright (C) 2012-2013 Intel Corporation - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives.h b/sbc/sbc_primitives.h index e01c957..643041f 100644 --- a/sbc/sbc_primitives.h +++ b/sbc/sbc_primitives.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_H diff --git a/sbc/sbc_primitives_armv6.c b/sbc/sbc_primitives_armv6.c index 665f157..bf97610 100644 --- a/sbc/sbc_primitives_armv6.c +++ b/sbc/sbc_primitives_armv6.c @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives_armv6.h b/sbc/sbc_primitives_armv6.h index 6a9efe5..2e72f91 100644 --- a/sbc/sbc_primitives_armv6.h +++ b/sbc/sbc_primitives_armv6.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_ARMV6_H diff --git a/sbc/sbc_primitives_iwmmxt.c b/sbc/sbc_primitives_iwmmxt.c index 5be8933..507d04a 100644 --- a/sbc/sbc_primitives_iwmmxt.c +++ b/sbc/sbc_primitives_iwmmxt.c @@ -1,28 +1,12 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia Corporation + * Copyright (C) 2010 Keith Mok <ek9852@gmail.com> * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2010 Keith Mok <ek9852@gmail.com> - * Copyright (C) 2008-2010 Nokia Corporation - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> - * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives_iwmmxt.h b/sbc/sbc_primitives_iwmmxt.h index b535e68..f61c16f 100644 --- a/sbc/sbc_primitives_iwmmxt.h +++ b/sbc/sbc_primitives_iwmmxt.h @@ -1,28 +1,12 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia Corporation + * Copyright (C) 2010 Keith Mok <ek9852@gmail.com> * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2010 Keith Mok <ek9852@gmail.com> - * Copyright (C) 2008-2010 Nokia Corporation - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> - * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_IWMMXT_H diff --git a/sbc/sbc_primitives_mmx.c b/sbc/sbc_primitives_mmx.c index c7655ac..f533704 100644 --- a/sbc/sbc_primitives_mmx.c +++ b/sbc/sbc_primitives_mmx.c @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives_mmx.h b/sbc/sbc_primitives_mmx.h index e0e728b..689c6cd 100644 --- a/sbc/sbc_primitives_mmx.h +++ b/sbc/sbc_primitives_mmx.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_MMX_H diff --git a/sbc/sbc_primitives_neon.c b/sbc/sbc_primitives_neon.c index eda4ed3..6a3fcb6 100644 --- a/sbc/sbc_primitives_neon.c +++ b/sbc/sbc_primitives_neon.c @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives_neon.h b/sbc/sbc_primitives_neon.h index ea3da06..22db68e 100644 --- a/sbc/sbc_primitives_neon.h +++ b/sbc/sbc_primitives_neon.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_NEON_H diff --git a/sbc/sbc_primitives_sse.c b/sbc/sbc_primitives_sse.c index 9bff6cf..a6210c6 100644 --- a/sbc/sbc_primitives_sse.c +++ b/sbc/sbc_primitives_sse.c @@ -1,24 +1,8 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2020 Intel Corporation * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2020 Intel Corporation - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/sbc/sbc_primitives_sse.h b/sbc/sbc_primitives_sse.h index 8830cfd..9085351 100644 --- a/sbc/sbc_primitives_sse.h +++ b/sbc/sbc_primitives_sse.h @@ -1,24 +1,8 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2020 Intel Corporation * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2020 Intel Corporation - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __SBC_PRIMITIVES_SSE_H diff --git a/sbc/sbc_private.h b/sbc/sbc_private.h index 1d420d5..2089765 100644 --- a/sbc/sbc_private.h +++ b/sbc/sbc_private.h @@ -1,25 +1,9 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2008-2010 Nokia Corporation * - * Bluetooth low-complexity, subband codec (SBC) library - * - * Copyright (C) 2008-2010 Nokia Corporation - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #define SBC_EXPORT __attribute__ ((visibility("default"))) diff --git a/sbc/sbc_tables.h b/sbc/sbc_tables.h index 24a8bff..1b08ce1 100644 --- a/sbc/sbc_tables.h +++ b/sbc/sbc_tables.h @@ -1,27 +1,11 @@ /* + * Bluetooth low-complexity, subband codec (SBC) library + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> + * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> + * Copyright (C) 2008-2010 Nokia 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) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> - * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> - * - * - * This library 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. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * SPDX-License-Identifier: LGPL-2.1-or-later */ /* A2DP specification: Appendix B, page 69 */ |