diff options
-rw-r--r-- | main.c | 40 |
1 files changed, 36 insertions, 4 deletions
@@ -1,7 +1,39 @@ | |||
1 | /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * | 1 | /* __ _ |
2 | * OHMYCGI * | 2 | * ____ / /_ ____ ___ __ ___________ _(_) |
3 | * 2021 by Max Christian Pohle <max@coderonline.de> * | 3 | * / __ \/ __ \/ __ `__ \/ / / / ___/ __ `/ / |
4 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ | 4 | * / /_/ / / / / / / / / / /_/ / /__/ /_/ / / |
5 | * \____/_/ /_/_/ /_/ /_/\__, /\___/\__, /_/ | ||
6 | * /____/ /____/ | ||
7 | * | ||
8 | * SPDX-License-Identifier: BSD-2-Clause-FreeBSD | ||
9 | * | ||
10 | * Copyright (c) 2021, Max Christian Pohle <max@coderonline.de> | ||
11 | * | ||
12 | * Redistribution and use in source and binary forms, with or without | ||
13 | * modification, are permitted provided that the following conditions | ||
14 | * are met: | ||
15 | * | ||
16 | * 1. Redistributions of source code must retain the above copyright | ||
17 | * notice, this list of conditions and the following disclaimer. | ||
18 | * | ||
19 | * 2. Redistributions in binary form must reproduce the above copyright | ||
20 | * notice, this list of conditions and the following disclaimer in the | ||
21 | * documentation and/or other materials provided with the distribution. | ||
22 | * | ||
23 | * {{{ DISCLAIMER | ||
24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
27 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
28 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
29 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
30 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
31 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
32 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
33 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
34 | * POSSIBILITY OF SUCH DAMAGE. | ||
35 | * }}} | ||
36 | */ | ||
5 | 37 | ||
6 | // {{{ INCLUDES | 38 | // {{{ INCLUDES |
7 | #include <stdlib.h> | 39 | #include <stdlib.h> |