๐Ÿ A very simple static Gemini server, now with Titan support!
cpp gemini titan gemini-protocol titan-protocol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(maple.hh): add license information

Fuwn ab451c53 56fbf0ae

+20
+20
maple/maple.hh
··· 1 + /* 2 + * This file is part of Maple <https://github.com/gemrest/maple>. 3 + * Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 4 + * 5 + * This program is free software: you can redistribute it and/or modify 6 + * it under the terms of the GNU General Public License as published by 7 + * the Free Software Foundation, version 3. 8 + * 9 + * This program is distributed in the hope that it will be useful, but 10 + * WITHOUT ANY WARRANTY; without even the implied warranty of 11 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 + * General Public License for more details. 13 + * 14 + * You should have received a copy of the GNU General Public License 15 + * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 + * 17 + * Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 18 + * SPDX-License-Identifier: GPL-3.0-only 19 + */ 20 + 1 21 #ifndef MAPLE_HH 2 22 #define MAPLE_HH 3 23