Skip to content

Commit 8f6a366

Browse files
authored
docs: 📄 match author style of LICENSE to the template (#164)
# Description Using this style since a template generator (to my understanding) is less software and more of an opinion on a structured set of files/folders, so doesn't exactly fall under the same copyright rules. Plus updated links to the license to refer to it at the root folder. This PR needs a quick review.
1 parent 80663cd commit 8f6a366

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2023-2025 Aarhus University
3+
Copyright (c) 2023-2025 template-python-package authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ to abide by its terms.
4747

4848
## Licensing
4949

50-
This project is licensed under the [MIT
51-
License](https://github.com/seedcase-project/template-python-package/blob/main/LICENSE.md).
50+
This project is licensed under the [MIT License](LICENSE.md).
5251

5352
## Citing
5453

README.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ to abide by its terms.
4444

4545
## Licensing
4646

47-
This project is licensed under the [MIT
48-
License](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md).
47+
This project is licensed under the [MIT License](LICENSE.md).
4948

5049
## Citing
5150

index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ share your ideas or contribute code. Your input makes us better!
6868

6969
## Licensing
7070

71-
This project is licensed under the [MIT
72-
License](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md).
71+
This project is licensed under the [MIT License](/LICENSE.md).

0 commit comments

Comments
 (0)