4 Commits

Author SHA1 Message Date
Vincent Bernat
80af35e4ab docs: fix GitHub license detection
Move LICENSE.txt symlink in the other direction.
2024-04-07 08:45:54 +02:00
Vincent Bernat
4f5e932a4a docs: restore LICENSE.txt (as a symlink) 2024-04-05 07:46:53 +02:00
Vincent Bernat
6dbb6e92bf docs: add LICENSES/ directory 2024-04-05 07:43:51 +02:00
Vincent Bernat
8be1bca4fd license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
  | xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
  | xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
2022-06-29 11:42:28 +02:00