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'
```
This commit is contained in:
Vincent Bernat
2022-06-28 16:08:28 +02:00
parent 3ff118d696
commit 8be1bca4fd
206 changed files with 1277 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
<!-- SPDX-FileCopyrightText: 2022 Free Mobile -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
<template>
<button
type="button"