summaryrefslogtreecommitdiffstats
path: root/main.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 /main.c
parentcc068dd1b885c884659e4d36e7d4aa81c52dc89c (diff)
downloadbase64-master.tar.gz
base64-master.tar.bz2
base64-master.zip
added license headersHEADmaster
Diffstat (limited to 'main.c')
-rw-r--r--main.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5a51fbc..5baff9b 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,15 @@
+/* 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>
@@ -49,7 +61,6 @@ if (argv[argvPos][1] == '-')
printf(" -d, --decode\t\tdecode data.\n");
printf(" -w, --wrap=COLS\twrap encoded lines after COLS character (default 76).\n");
printf("\t\t\t Use 0 to disable line wrapping\n\n");
- printf("This program is part of UNG.\n");
printf("Version: 0.1\n");
exit(0);
}