Skip to content

Commit 2f7af5a

Browse files
committed
docs: update license --> AGPLv3 until cc agreed upon
1 parent 3b4194d commit 2f7af5a

File tree

6 files changed

+664
-673
lines changed

6 files changed

+664
-673
lines changed

LICENSE

-661
This file was deleted.

LICENSE.md

+660
Large diffs are not rendered by default.

docs/LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE.md

docs/dev-guide/pre-commit.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ repos:
6868
--no-error-on-unmatched-pattern,
6969
"!CHANGELOG.md",
7070
"!CONTRIBUTING.md",
71-
"!LICENSE.md",
7271
"!src/frontend/pnpm-lock.yaml",
7372
]
7473

@@ -90,16 +89,7 @@ repos:
9089
rev: v0.38.0
9190
hooks:
9291
- id: markdownlint
93-
args:
94-
[
95-
--fix,
96-
--ignore,
97-
LICENSE.md,
98-
--ignore,
99-
CHANGELOG.md,
100-
--ignore,
101-
.github,
102-
]
92+
args: [--fix, --ignore, CHANGELOG.md, --ignore, .github]
10393
```
10494
10595
> Note: the config above is for a monorepo configuration.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ nav:
112112
- Testing: dev-guide/testing.md
113113
- E2E Diagrams: diagrams.md
114114
- Code of Conduct: code-of-conduct.md
115+
- License: LICENSE.md

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
dependencies = []
99
requires-python = ">=3.10"
1010
readme = "README.md"
11-
license = {file = "LICENSE"}
11+
license = {file = "LICENSE.md"}
1212
keywords = ["hot", "hotosm", "docs", "documentation", "humanitarian"]
1313

1414
[project.urls]

0 commit comments

Comments
 (0)