Skip to content

Commit 493ed05

Browse files
committed
Add REUSE license details for all files.
1 parent 5c58b71 commit 493ed05

File tree

115 files changed

+423
-155
lines changed

Some content is hidden

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

115 files changed

+423
-155
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: 0BSD
3+
14
root = true
25

36
[*]

.flake8

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: Blair Bonnett
3+
SPDX-License-Identifier: BSD-3-Clause
4+
-->
5+
16
Workflows
27
=========
38

.github/workflows/REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = "requirements-*.txt"
5+
SPDX-FileCopyrightText = "Blair Bonnett"
6+
SPDX-License-Identifier = "0BSD"

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
name: Continuous integration tests
25
on:
36
push:

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
name: Check code formatting
25
on:
36
push:

.github/workflows/matplotlib-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
name: Run tests against Matplotlib main branch
25

36
on:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: 0BSD
3+
14
# Built figures.
25
*.pypgf
36
*.png

LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

LICENSES/0BSD.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright (C) YEAR by AUTHOR EMAIL
2+
3+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
4+
5+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)