aboutsummaryrefslogtreecommitdiff
path: root/crypt.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-14 23:06:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-14 23:06:05 +1200
commit6263b8309711642b0a35412994ab362363f0053e (patch)
tree57efa985e9ac651737ca60dd02471824904a99a6 /crypt.c
parentMerge branch 'release/v2.1.0' (diff)
parentRelicense from MIT to GPLv3+ (diff)
downloadcrypt-6263b8309711642b0a35412994ab362363f0053e.tar.gz
crypt-6263b8309711642b0a35412994ab362363f0053e.zip
Merge branch 'release/v3.0.0'HEADv3.0.0master
* release/v3.0.0: Relicense from MIT to GPLv3+
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypt.c b/crypt.c
index 48c8bd2..3d81bda 100644
--- a/crypt.c
+++ b/crypt.c
@@ -1,3 +1,21 @@
+/**
+ * Copyright (C) 2015--2017, 2020--2021 Tom Ryder <tom@sanctum.geek.nz>
+ *
+ * This file is part of crypt.
+ *
+ * crypt 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.
+ *
+ * crypt 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
+ * crypt. If not, see <https://www.gnu.org/licenses/>.
+ */
+
#define _XOPEN_SOURCE
#include <assert.h>
#include <errno.h>