Skip to content

Commit 8bdae17

Browse files
authored
update reuse license and docs (#400)
* update reuse * fix bsd-2 * rename: Atlite -> atlite * resolve review comments
1 parent 77177bf commit 8bdae17

File tree

112 files changed

+215
-220
lines changed

Some content is hidden

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

112 files changed

+215
-220
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44
name: Bug Report
@@ -20,10 +20,10 @@ body:
2020
options:
2121
- label: >
2222
I have confirmed this bug exists on the lastest
23-
[release](https://github.com/pypsa/atlite/releases) of Atlite.
23+
[release](https://github.com/pypsa/atlite/releases) of atlite.
2424
- label: >
2525
I have confirmed this bug exists on the current
26-
[`master`](https://github.com/pypsa/atlite/tree/master) branch of Atlite.
26+
[`master`](https://github.com/pypsa/atlite/tree/master) branch of atlite.
2727
2828
- type: textarea
2929
id: problem

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99
<!---
10-
SPDX-FileCopyrightText: 2021 The Atlite Authors
10+
SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
1111
1212
SPDX-License-Identifier: CC0-1.0
1313
--->

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2021 The Atlite Authors
2+
SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
33
44
SPDX-License-Identifier: CC0-1.0
55
-->

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016 - 2023 The Atlite Authors
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
22
#
33
# SPDX-License-Identifier: MIT
44
name: Tests

0 commit comments

Comments
 (0)