diff options
| author | Fuwn <[email protected]> | 2022-05-09 08:57:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-09 08:57:47 +0000 |
| commit | ab451c538c7743366a4673b3b83455fd478273d6 (patch) | |
| tree | 06751867e4b816ed1d0f86c3c1c8df7535019698 | |
| parent | feat: titan support (diff) | |
| download | maple-ab451c538c7743366a4673b3b83455fd478273d6.tar.xz maple-ab451c538c7743366a4673b3b83455fd478273d6.zip | |
docs(maple.hh): add license information
| -rw-r--r-- | maple/maple.hh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/maple/maple.hh b/maple/maple.hh index bdf43c3..b212f13 100644 --- a/maple/maple.hh +++ b/maple/maple.hh @@ -1,3 +1,23 @@ +/* + * This file is part of Maple <https://github.com/gemrest/maple>. + * Copyright (C) 2022-2022 Fuwn <[email protected]> + * + * 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 <http://www.gnu.org/licenses/>. + * + * Copyright (C) 2022-2022 Fuwn <[email protected]> + * SPDX-License-Identifier: GPL-3.0-only + */ + #ifndef MAPLE_HH #define MAPLE_HH |