Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# newlines
* text=auto eol=lf

*.xml text eol=lf
*.abap text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.js text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.svg text eol=lf
*.sh text eol=lf

*.jpg binary
*.gif binary
*.png binary
*.jpeg binary
19 changes: 14 additions & 5 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

on: [pull_request,workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
test:
Reuse-Compliance-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
steps:
- name: Checkout
uses: actions/checkout@v4

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@694eabb15673ec601ea19d4cd949969141372512 # v5.0.0
60 changes: 0 additions & 60 deletions .reuse/dep5

This file was deleted.

71 changes: 71 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
version = 1

[[annotations]]
path = "**/*"
SPDX-FileCopyrightText = "2023 Marc Bernard <https://marcbernardtools.com/>"
SPDX-License-Identifier = "GPL-3.0-only"

[[annotations]]
path = "src/fonts/*font_awesome*"
SPDX-FileCopyrightText = "2021 Font Awesome <https://fontawesome.com/>"
SPDX-License-Identifier = "OFL-1.1-RFN"

[[annotations]]
path = "src/fonts/*font_awesome_css*"
SPDX-FileCopyrightText = "2021 Font Awesome <https://fontawesome.com/>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "src/fonts/*font_righteous*"
SPDX-FileCopyrightText = "2011 by Brian J. Bonislawsky DBA Astigmatic (AOETI) <[email protected]>"
SPDX-License-Identifier = "OFL-1.1-RFN"

[[annotations]]
path = "src/fonts/*font_open_sans*"
SPDX-FileCopyrightText = "2020 The Open Sans Project Authors <https://github.com/googlefonts/opensans>"
SPDX-License-Identifier = "OFL-1.1"

[[annotations]]
path = "src/http/*"
SPDX-FileCopyrightText = "2014 abapGit Contributors <http://abapgit.org>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "src/inst/*"
SPDX-FileCopyrightText = "2014 abapGit Contributors <http://abapgit.org>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "src/ui/*"
SPDX-FileCopyrightText = "2014 abapGit Contributors <http://abapgit.org>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "src/utils/*"
SPDX-FileCopyrightText = "2014 abapGit Contributors <http://abapgit.org>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = ["src/json/*", "scripts/*ajson*"]
SPDX-FileCopyrightText = "2020 Alexander Tsybulsky <https://github.com/sbcgua/ajson>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = ["src/stringmap/*", "scripts/*stringmap*"]
SPDX-FileCopyrightText = "2020 Alexander Tsybulsky <https://github.com/sbcgua/abap-string-map>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = ["src/log/*", "scripts/*logger*"]
SPDX-FileCopyrightText = "2017 Eric Peterson <https://github.com/ABAP-Logger/ABAP-Logger>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "src/reg/*"
SPDX-FileCopyrightText = "2015 Martin Ceronio <https://ceronio.net>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "installer/*"
SPDX-FileCopyrightText = "2014 abapGit Contributors <http://abapgit.org>"
SPDX-License-Identifier = "MIT"
Loading