From 916abba26b4046a993e5b4e97be4da2fdcf7fc93 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 7 Mar 2022 21:39:02 +0000 Subject: chore: licensing --- src/main.rs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d0daf04..53481e0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,19 @@ -// Copyright (C) 2021-2021 the senpy club +// This file is part of api-worker . +// Copyright (C) 2022-2022 Fuwn +// +// 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 +// the Free Software Foundation, version 3. +// +// 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. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// Copyright (C) 2022-2022 Fuwn // SPDX-License-Identifier: GPL-3.0-only #![feature(type_ascription)] -- cgit v1.2.3