File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/*
22 * This file is part of OSN freehttpd.
3- *
3+ *
44 * Copyright (C) 2025 OSN Developers.
55 *
66 * OSN freehttpd is free software: you can redistribute it and/or modify
77 * it under the terms of the GNU Affero General Public License as published by
88 * the Free Software Foundation, either version 3 of the License, or
99 * (at your option) any later version.
10- *
10+ *
1111 * OSN freehttpd is distributed in the hope that it will be useful,
1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414 * GNU Affero General Public License for more details.
15- *
15+ *
1616 * You should have received a copy of the GNU Affero General Public License
1717 * along with OSN freehttpd. If not, see <https://www.gnu.org/licenses/>.
1818 */
1919
20+ #include <stdint.h>
2021#include <stdio.h>
2122#include <stdlib.h>
2223#include <string.h>
23- #include <stdint.h>
2424#include <unistd.h>
2525
2626#define FH_LOG_MODULE_NAME "foo"
2727
28- #include "core/server.h"
2928#include "core/module.h"
29+ #include "core/server.h"
3030#include "log/log.h"
3131
3232static int
You can’t perform that action at this time.
0 commit comments