change license to GPLv3

This commit is contained in:
crapStone 2022-07-15 23:55:31 +02:00
parent 7d57c0a8a8
commit 114e567826
No known key found for this signature in database
GPG key ID: 4CAA9E39EEDEB1F0
6 changed files with 695 additions and 17 deletions

View file

@ -1,3 +1,8 @@
// This file is part of the "lamp" program.
// Copyright (C) 2022 crapStone
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
mod cli;
mod controllers;