summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-08-30 22:36:58 +1000
committerGentoo <installgentoo@endianness.com>2022-08-30 22:36:58 +1000
commit388577ef13de1e4542667e46f2276c8a2433113e (patch)
treee65d1f266e5c823f8c292448c305e85a9ffcde28
parent62be74f9bf450deb69cb44521149c5b64f5f85a4 (diff)
downloadcloudflare-email-decode-388577ef13de1e4542667e46f2276c8a2433113e.tar.gz
cloudflare-email-decode-388577ef13de1e4542667e46f2276c8a2433113e.tar.bz2
cloudflare-email-decode-388577ef13de1e4542667e46f2276c8a2433113e.zip
added license headerHEADmaster
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--main.c12
2 files changed, 11 insertions, 1 deletions
diff --git a/LICENCE b/LICENSE
index f288702..f288702 100644
--- a/LICENCE
+++ b/LICENSE
diff --git a/main.c b/main.c
index c93f4f1..c6b5585 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,17 @@
+/* Copyright (C) 2021 Gentoo-libre Install
+
+ 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, either version 3 of the License, or (at your option) any later version.
+
+ 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/>.
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
void decodeEmail(char encoded[])
{