]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add missing copyright header
authorAndreas Metzler <ametzler@bebt.de>
Wed, 30 Mar 2022 16:18:12 +0000 (18:18 +0200)
committerAndreas Metzler <ametzler@bebt.de>
Mon, 11 Apr 2022 15:13:32 +0000 (17:13 +0200)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
tests/record-sendfile.c

index 22bee836087cf53182522c256dbeeb54542ff5ba..87953c7b3430414e6b2219272fb3bde5a309bf06 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2022 Free Software Foundation, Inc.
+ *
+ * Author: Fratnišek Krenželok
+ *
+ * GnuTLS 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.
+ *
+ * GnuTLS 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 GnuTLS.  If not, see <https://www.gnu.org/licenses/>
+ *
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif