summaryrefslogtreecommitdiffstats
path: root/decode.c
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-08-30 22:35:03 +1000
committerGentoo <installgentoo@endianness.com>2022-08-30 22:35:03 +1000
commit8c977f7a9985631ae9000a0c25b5cf2fe60e8f7a (patch)
treef1c25a37ce09cc0da1df6d367834886de02b4d15 /decode.c
parentcc068dd1b885c884659e4d36e7d4aa81c52dc89c (diff)
downloadbase64-master.tar.gz
base64-master.tar.bz2
base64-master.zip
added license headersHEADmaster
Diffstat (limited to 'decode.c')
-rw-r--r--decode.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/decode.c b/decode.c
index 3368e3c..ee60985 100644
--- a/decode.c
+++ b/decode.c
@@ -1,3 +1,14 @@
+/* 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 <limits.h> //for CHAR_BIT