chore: Add name of the program to copyright notices

This commit is contained in:
Tristan Daniël Maat 2025-03-26 03:04:21 +08:00
parent dab84dd4cc
commit 3df19c8496
Signed by: tlater
GPG key ID: 49670FD774E43268
11 changed files with 33 additions and 33 deletions

View file

@ -2,18 +2,18 @@
// This file is part of yugioh-binder.
// This program is free software: you can redistribute it and/or modify
// yugioh-binder is free software: you can redistribute it and/or modify
// 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,
// yugioh-binder 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 Affero General Public License for more details.
// 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/>.
// along with yugioh-binder. If not, see <https://www.gnu.org/licenses/>.
use std::{collections::HashMap, io::BufRead};
use thiserror::Error;