Skip to content

Commit da63ce4

Browse files
committed
Fix LICENSE link and restore anchor
- Copy LICENSE to docs/ directory for documentation - Fix LICENSE link in index.md (remove ../ prefix) - Restore manual anchor {#first-tracker} in First Tracker section Note: Anchor warning may persist in strict mode due to MkDocs validation timing
1 parent 2372034 commit da63ce4

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

docs/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
GNU AFFERO GENERAL PUBLIC LICENSE
2+
Version 3, 19 November 2007
3+
4+
Copyright (C) 2026 motcpp contributors
5+
https://github.com/motcpp/motcpp
6+
7+
This program is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU Affero General Public License as published
9+
by the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU Affero General Public License for more details.
16+
17+
You should have received a copy of the GNU Affero General Public License
18+
along with this program. If not, see <https://www.gnu.org/licenses/>.
19+
20+
For the complete AGPL-3.0 license text, see:
21+
https://www.gnu.org/licenses/agpl-3.0.txt

docs/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cmake -B build \
8989
-DMOTCPP_ENABLE_ONNX=ON
9090
```
9191

92-
## First Tracker {#first-tracker}
92+
## First Tracker
9393

9494
Here's a minimal example to get you started:
9595

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main() {
6565

6666
## License
6767

68-
motcpp is licensed under the [GNU Affero General Public License v3.0](../LICENSE).
68+
motcpp is licensed under the [GNU Affero General Public License v3.0](LICENSE).
6969

7070
## Citation
7171

0 commit comments

Comments
 (0)