diff --git a/.cirrus.yml b/.cirrus.yml index 15be5de..ade4ba2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + container: image: golang:latest diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2db91cf..e1400c1 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + github: wneessen ko_fi: winni diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3fd5e1d..aa1cd05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + name: Bug Report description: Create a report to help us improve # title: "" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e52a896..f6ea6d2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + blank_issues_enabled: false contact_links: - name: GitHub Community Discussions diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d29e823..d2dae5e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + name: Feature request description: Suggest an idea for this project # title: "" diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 35768f3..b146ef2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + name: Codecov workflow on: push: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 14cab03..b9c06c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index e6d8f21..a604239 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + name: SonarQube on: push: diff --git a/.gitignore b/.gitignore index 305a3eb..1a4a15d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + # Binaries for programs and plugins *.exe *.exe~ @@ -16,7 +20,10 @@ # Local testfiles and auth data .auth -cmd/main.go +cmd/* # SonarQube -.scannerwork/ \ No newline at end of file +.scannerwork/ + +# IDEA +.idea/workspace.xml diff --git a/.idea/go-mail.iml.license b/.idea/go-mail.iml.license new file mode 100644 index 0000000..f9b629a --- /dev/null +++ b/.idea/go-mail.iml.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Winni Neessen + +SPDX-License-Identifier: CC0-1.0 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 09dbac8..06bcfde 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,3 +1,9 @@ + +