Updated the license of the header files of the existing files in the project.

This commit is contained in:
2025-10-08 00:55:34 +02:00
parent 97e7fd85e8
commit 92e44dbc79
17 changed files with 197 additions and 163 deletions
+13 -11
View File
@@ -1,14 +1,16 @@
# ===----------------------------------------------------------------------=== ## ===----------------------------------------------------------------------===
# ##
# This source file is part of the MarvelService open source project ## This source file is part of the Marvel Service open source project
# ##
# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors ## Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
# Licensed under the EUPL 1.2 or later. ## Licensed under Apache license v2.0
# ##
# See LICENSE for license information ## See LICENSE for license information
# See CONTRIBUTORS for the list of MarvelService project authors ## See CONTRIBUTORS for the list of Marvel Service project authors
# ##
# ===----------------------------------------------------------------------=== ## SPDX-License-Identifier: Apache-2.0
##
## ===----------------------------------------------------------------------===
# --- DOCUMENTATION --- # --- DOCUMENTATION ---
+13 -11
View File
@@ -1,14 +1,16 @@
# ===----------------------------------------------------------------------=== ## ===----------------------------------------------------------------------===
# ##
# This source file is part of the MarvelService open source project ## This source file is part of the Marvel Service open source project
# ##
# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors ## Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
# Licensed under the EUPL 1.2 or later. ## Licensed under Apache license v2.0
# ##
# See LICENSE for license information ## See LICENSE for license information
# See CONTRIBUTORS for the list of MarvelService project authors ## See CONTRIBUTORS for the list of Marvel Service project authors
# ##
# ===----------------------------------------------------------------------=== ## SPDX-License-Identifier: Apache-2.0
##
## ===----------------------------------------------------------------------===
# Mac OS # Mac OS
.DS_Store .DS_Store
+13 -11
View File
@@ -1,14 +1,16 @@
# ===----------------------------------------------------------------------=== ## ===----------------------------------------------------------------------===
# ##
# This source file is part of the MarvelService open source project ## This source file is part of the Marvel Service open source project
# ##
# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors ## Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
# Licensed under the EUPL 1.2 or later. ## Licensed under Apache license v2.0
# ##
# See LICENSE for license information ## See LICENSE for license information
# See CONTRIBUTORS for the list of MarvelService project authors ## See CONTRIBUTORS for the list of Marvel Service project authors
# ##
# ===----------------------------------------------------------------------=== ## SPDX-License-Identifier: Apache-2.0
##
## ===----------------------------------------------------------------------===
# ENVIRONMENT VARIABLES # ENVIRONMENT VARIABLES
+11 -9
View File
@@ -1,16 +1,18 @@
// swift-tools-version: 5.10 // swift-tools-version: 5.10
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) -2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import PackageDescription import PackageDescription
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) -2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
extension String { extension String {
/// A namespace assigned for parameter keys of URI paths. /// A namespace assigned for parameter keys of URI paths.
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) -2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import struct Foundation.TimeInterval import struct Foundation.TimeInterval
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) -2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
#if canImport(CriptoKit) #if canImport(CriptoKit)
import CryptoKit import CryptoKit
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import class OpenAPIRuntime.HTTPBody import class OpenAPIRuntime.HTTPBody
@@ -1,14 +1,16 @@
# ===----------------------------------------------------------------------=== ## ===----------------------------------------------------------------------===
# ##
# This source file is part of the MarvelService open source project ## This source file is part of the Marvel Service open source project
# ##
# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors ## Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
# Licensed under the EUPL 1.2 or later. ## Licensed under Apache license v2.0
# ##
# See LICENSE for license information ## See LICENSE for license information
# See CONTRIBUTORS for the list of MarvelService project authors ## See CONTRIBUTORS for the list of Marvel Service project authors
# ##
# ===----------------------------------------------------------------------=== ## SPDX-License-Identifier: Apache-2.0
##
## ===----------------------------------------------------------------------===
generate: generate:
- types - types
+13 -11
View File
@@ -1,14 +1,16 @@
# ===----------------------------------------------------------------------=== ## ===----------------------------------------------------------------------===
# ##
# This source file is part of the MarvelService open source project ## This source file is part of the Marvel Service open source project
# ##
# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors ## Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
# Licensed under the EUPL 1.2 or later. ## Licensed under Apache license v2.0
# ##
# See LICENSE for license information ## See LICENSE for license information
# See CONTRIBUTORS for the list of MarvelService project authors ## See CONTRIBUTORS for the list of Marvel Service project authors
# ##
# ===----------------------------------------------------------------------=== ## SPDX-License-Identifier: Apache-2.0
##
## ===----------------------------------------------------------------------===
openapi: 3.1.0 openapi: 3.1.0
info: info:
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import Testing import Testing
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import Testing import Testing
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import Testing import Testing
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
extension String { extension String {
/// A namespace assigned for Marvel API key samples. /// A namespace assigned for Marvel API key samples.
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import Testing import Testing
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
import struct Foundation.Date import struct Foundation.Date
import struct Foundation.TimeInterval import struct Foundation.TimeInterval
@@ -1,14 +1,16 @@
//===----------------------------------------------------------------------=== // ===----------------------------------------------------------------------===
// //
// This source file is part of the MarvelService open source project // This source file is part of the Marvel Service open source project
// //
// Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors // Copyright (c) 2025 Röck+Cöde VoF. and the Marvel Service project authors
// Licensed under the EUPL 1.2 or later. // Licensed under Apache license v2.0
// //
// See LICENSE for license information // See LICENSE for license information
// See CONTRIBUTORS for the list of MarvelService project authors // See CONTRIBUTORS for the list of Marvel Service project authors
// //
//===----------------------------------------------------------------------=== // SPDX-License-Identifier: Apache-2.0
//
// ===----------------------------------------------------------------------===
/// A namespace assigned for output arguments on test cases, that are expected results. /// A namespace assigned for output arguments on test cases, that are expected results.
enum Output {} enum Output {}