Change license to AGPLv3
All checks were successful
CI / CI (push) Successful in 11m15s

This commit is contained in:
2025-07-30 01:06:57 -07:00
parent 02837b00fe
commit 1a37bf5680
7 changed files with 100 additions and 127 deletions

View File

@@ -1,18 +1,18 @@
// bebot
// Copyright (C) 2023 Brian Tarricone <brian@tarricone.org>
// bebot -- a Gitlab -> Matrix event publisher
// Copyright (C) 2023-2025 Brian Tarricone <brian@tarricone.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#[macro_use(anyhow)]
extern crate anyhow;