chore(*): fix spdx headers for right license

Oops!
This commit is contained in:
Lily Tsuru 2022-09-21 02:49:57 -05:00
parent cab58d0d34
commit 6228bf77e8
16 changed files with 19 additions and 19 deletions

View File

@ -3,12 +3,13 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#pragma endian little #pragma endian little
// Big archives need a big pattern limit // Big archives need a big pattern limit
#pragma max_patterns 0x40000 #pragma pattern_limit 0x40000
#pragma array_limit 0x40000
namespace europa { namespace europa {

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
// YATF pattern // YATF pattern

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_IO_PAKFILE_H #ifndef EUROPA_IO_PAKFILE_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_IO_PAKREADER_H #ifndef EUROPA_IO_PAKREADER_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_IO_PAKWRITER_H #ifndef EUROPA_IO_PAKWRITER_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_IO_YATFREADER_H #ifndef EUROPA_IO_YATFREADER_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
// laziness.. should probably remove this file // laziness.. should probably remove this file

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_STRUCTS_PAK_H #ifndef EUROPA_STRUCTS_PAK_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_STRUCTS_YATF_H #ifndef EUROPA_STRUCTS_YATF_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_UTIL_FIXEDSTRING_H #ifndef EUROPA_UTIL_FIXEDSTRING_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#ifndef EUROPA_FOURCC_H #ifndef EUROPA_FOURCC_H

View File

@ -1,10 +1,9 @@
// //
// SSX 3 Lobby Server // EuropaTools
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// This file is licensed under the GNU General Public License Version 3. // SPDX-License-Identifier: GPL-3.0-or-later
// Text is provided in LICENSE.
// //
#ifndef EUROPA_UTIL_TUPLEELEMENT_H #ifndef EUROPA_UTIL_TUPLEELEMENT_H

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#include <europa/io/PakReader.h> #include <europa/io/PakReader.h>

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
// A test utility to regurgitate a pak. // A test utility to regurgitate a pak.

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
// A test utility to regurgitate a pak. // A test utility to regurgitate a pak.

View File

@ -3,7 +3,7 @@
// //
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch> // (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
// //
#include <europa/io/YatfReader.h> #include <europa/io/YatfReader.h>