Skip to content

Commit c603b84

Browse files
committed
Adopt REUSE licensing
1 parent 68a5117 commit c603b84

84 files changed

Lines changed: 704 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.coverage/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
*.info

.git-blame-ignore-revs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
# Change to project .JuliaFormatter.toml: use spaces around keyword arguments
26
37a40bcb05e63e034db46fbc2f0ccd21b5643535

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
26
version: 2
37
updates:

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
name: CI
26
on:
37
push:

.github/workflows/CompatHelper.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
name: CompatHelper
26
on:
37
schedule:

.github/workflows/GRAPE.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
name: Test downstream GRAPE
26
on:
37
push:

.github/workflows/Krotov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
name: Test downstream Krotov
26
on:
37
push:

.github/workflows/REUSE.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
5+
name: REUSE
6+
on:
7+
push:
8+
branches:
9+
- master
10+
- dev
11+
- 'release-*'
12+
pull_request:
13+
branches:
14+
- master
15+
jobs:
16+
reuse:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v4
20+
- name: REUSE Compliance Check
21+
uses: fsfe/reuse-action@v6

.github/workflows/TagBot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
name: TagBot
26
on:
37
issue_comment:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2021 Michael Goerz <mail@michaelgoerz.net>
2+
#
3+
# SPDX-License-Identifier: MIT OR CC0-1.0
4+
15
*.jl.*.cov
26
*.jl.cov
37
*.jl.mem

0 commit comments

Comments
 (0)