diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-27 20:36:50 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-27 20:37:11 +0200 |
| commit | 5cd5d2bbad9976a1068cb610b10d80f6267f575f (patch) | |
| tree | a25e795501d511741e16fc0e727b77b013935944 /examples/cgi/cgi.cc | |
| parent | b6de48f65ceb19a71e239875444b1885818a402e (diff) | |
fix: move source code to MIT.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/cgi/cgi.cc')
| -rw-r--r-- | examples/cgi/cgi.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index 7175648..a0294ab 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -1,7 +1,7 @@ /* - cgi example + cgi example written by Amlal El Mahrouss. - licensed under GPL-2 license + licensed under the MIT license */ #include <lib/cgi.hpp> |
