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>
//
// SPDX-License-Identifier: LGPL-3.0-or-later
// SPDX-License-Identifier: GPL-3.0-or-later
//
#pragma endian little
// Big archives need a big pattern limit
#pragma max_patterns 0x40000
#pragma pattern_limit 0x40000
#pragma array_limit 0x40000
namespace europa {

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

@ -3,7 +3,7 @@
//
// (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

View File

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

View File

@ -3,7 +3,7 @@
//
// (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>

View File

@ -3,7 +3,7 @@
//
// (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.

View File

@ -3,7 +3,7 @@
//
// (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.

View File

@ -3,7 +3,7 @@
//
// (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>