Skip to content
  • Vincent Bernat's avatar
    license: AGPL-3.0-only · 8be1bca4
    Vincent Bernat authored
    ```
    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'
    ```
    8be1bca4
This project is licensed under the GNU Affero General Public License v3.0. Learn more