chore(copyright): Update the copyright

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-05-21 18:35:22 +03:00
parent 263c95de66
commit e6060d5445
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[package]
authors = ["TheAwiteb <awiteb@hotmail.com>"]
authors = ["Awiteb <a@4rs.nl>"]
description = "Simple API to ping a telegram bot using superbot (mtproto)"
edition = "2021"
license = "AGPL-3.0-or-later"

View file

@ -1,5 +1,5 @@
// A simple API to ping telegram bots and returns if it's online or not.
// Copyright (C) 2023 Awiteb <awitb@hotmail.com>
// Copyright (C) 2023-2024 Awiteb <a@4rs.nl>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
@ -8,11 +8,11 @@
//
// 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
// 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 this program. If not, see <https://www.gnu.org/licenses/agpl-3.0>.
use std::sync::Arc;

View file

@ -1,5 +1,5 @@
// A simple API to ping telegram bots and returns if it's online or not.
// Copyright (C) 2023 Awiteb <awitb@hotmail.com>
// Copyright (C) 2023-2024 Awiteb <a@4rs.nl>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
@ -8,11 +8,11 @@
//
// 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
// 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 this program. If not, see <https://www.gnu.org/licenses/agpl-3.0>.
use std::{env, fs, sync::Mutex};

View file

@ -1,5 +1,5 @@
// A simple API to ping telegram bots and returns if it's online or not.
// Copyright (C) 2023 Awiteb <awitb@hotmail.com>
// Copyright (C) 2023-2024 Awiteb <a@4rs.nl>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
@ -8,11 +8,11 @@
//
// 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
// 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 this program. If not, see <https://www.gnu.org/licenses/agpl-3.0>.
use grammers_client::{Client, Config, InitParams, SignInError, Update};
use grammers_session::Session;