Commit Graph

4 Commits

Author SHA1 Message Date
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
Vincent Bernat
f167abc6d9 cmd: tentative to add even more tests
Unfortunately, the Kafka server is crashing.
2022-03-09 15:10:50 +01:00
Vincent Bernat
faca5698b7 Rename to akvorado 2022-03-08 16:20:41 +01:00
Vincent Bernat
5201088b69 Initial boilerplate 2022-03-08 07:51:10 +01:00