From 80ab289ae80b4aa3deb263ad143be397310c2323 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 6 Oct 2025 18:10:59 +0200 Subject: [PATCH] Added the files headers to the existing files in the project. --- .env | 14 ++++++++++++++ .gitignore | 14 ++++++++++++++ Makefile | 14 ++++++++++++++ Package.swift | 14 ++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/.env b/.env index 251251be8..7d675b607 100644 --- a/.env +++ b/.env @@ -1,3 +1,17 @@ +## ===----------------------------------------------------------------------=== +## +## This source file is part of the DiscogsService open source project +## +## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Licensed under Apache license v2.0 +## +## See LICENSE for license information +## See CONTRIBUTORS for the list of DiscogsService project authors +## +## SPDX-License-Identifier: Apache-2.0 +## +## ===----------------------------------------------------------------------=== + # --- DOCUMENTATION --- DOCC_ARCHIVE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive diff --git a/.gitignore b/.gitignore index 8fbf40e5f..fac8b4a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,17 @@ +## ===----------------------------------------------------------------------=== +## +## This source file is part of the DiscogsService open source project +## +## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Licensed under Apache license v2.0 +## +## See LICENSE for license information +## See CONTRIBUTORS for the list of DiscogsService project authors +## +## SPDX-License-Identifier: Apache-2.0 +## +## ===----------------------------------------------------------------------=== + # Mac OS .DS_Store .netrc diff --git a/Makefile b/Makefile index 3891ab7a3..f8bd6d08f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,17 @@ +## ===----------------------------------------------------------------------=== +## +## This source file is part of the DiscogsService open source project +## +## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Licensed under Apache license v2.0 +## +## See LICENSE for license information +## See CONTRIBUTORS for the list of DiscogsService project authors +## +## SPDX-License-Identifier: Apache-2.0 +## +## ===----------------------------------------------------------------------=== + # ENVIRONMENT VARIABLES environment ?= .env diff --git a/Package.swift b/Package.swift index f959ad003..38da85187 100644 --- a/Package.swift +++ b/Package.swift @@ -1,5 +1,19 @@ // swift-tools-version: 5.10 +// ===----------------------------------------------------------------------=== +// +// This source file is part of the DiscogsService open source project +// +// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Licensed under Apache license v2.0 +// +// See LICENSE for license information +// See CONTRIBUTORS for the list of DiscogsService project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +// ===----------------------------------------------------------------------=== + import PackageDescription let package = Package(