diff --git a/.env b/.env index 71f1c5da2a..e525f21470 100644 --- a/.env +++ b/.env @@ -1,3 +1,15 @@ +# ===----------------------------------------------------------------------=== +# +# This source file is part of the ASConnectService open source project +# +# Copyright (c) 2025 Röck+Cöde VoF. and the ASConnectService project authors +# Licensed under the EUPL 1.2 or later. +# +# See LICENSE for license information +# See CONTRIBUTORS for the list of ASConnectService project authors +# +# ===----------------------------------------------------------------------=== + # --- DOCUMENTATION --- DOCC_ARCHIVE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive diff --git a/.gitignore b/.gitignore index 8fbf40e5fa..6c2d4b2968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +# ===----------------------------------------------------------------------=== +# +# This source file is part of the ASConnectService open source project +# +# Copyright (c) 2025 Röck+Cöde VoF. and the ASConnectService project authors +# Licensed under the EUPL 1.2 or later. +# +# See LICENSE for license information +# See CONTRIBUTORS for the list of ASConnectService project authors +# +# ===----------------------------------------------------------------------=== + # Mac OS .DS_Store .netrc diff --git a/Makefile b/Makefile index 3891ab7a3e..7609c45396 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,15 @@ +# ===----------------------------------------------------------------------=== +# +# This source file is part of the ASConnectService open source project +# +# Copyright (c) 2025 Röck+Cöde VoF. and the ASConnectService project authors +# Licensed under the EUPL 1.2 or later. +# +# See LICENSE for license information +# See CONTRIBUTORS for the list of ASConnectService project authors +# +# ===----------------------------------------------------------------------=== + # ENVIRONMENT VARIABLES environment ?= .env diff --git a/Package.swift b/Package.swift index c35149d753..0bdc8b5138 100644 --- a/Package.swift +++ b/Package.swift @@ -1,5 +1,17 @@ // swift-tools-version: 5.10 +//===----------------------------------------------------------------------=== +// +// This source file is part of the ASConnectService open source project +// +// Copyright (c) 2025 Röck+Cöde VoF. and the ASConnectService project authors +// Licensed under the EUPL 1.2 or later. +// +// See LICENSE for license information +// See CONTRIBUTORS for the list of ASConnectService project authors +// +//===----------------------------------------------------------------------=== + import PackageDescription let package = Package(