]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add missing copyright/license headers
authorKrenzelok Frantisek <krenzelok.frantisek@gmail.com>
Mon, 24 Nov 2025 15:02:23 +0000 (16:02 +0100)
committerKrenzelok Frantisek <krenzelok.frantisek@gmail.com>
Mon, 24 Nov 2025 19:42:49 +0000 (20:42 +0100)
Signed-off-by: Krenzelok Frantisek <krenzelok.frantisek@gmail.com>
lib/system/ktls.c
lib/system/ktls.h
tests/ktls_utils.h

index 2983888d3716cf3c6048aed50639f61bc4f4b5e8..a4c2a60df01170a65a4929f7e2e96273cad275c0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2021 Free Software Foundation, Inc.
  *
- * Author: Fratnišek Krenželok
+ * Author: František Krenželok
  *
  * This file is part of GnuTLS.
  *
index 65c5cf149e930b0bd718465a8a8ce97831de63d0..bf99d741e7c9583d812219f7d34e511b5503c984 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2025 Free Software Foundation, Inc.
+ *
+ * Author: František Krenželok
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef GNUTLS_LIB_ACCELERATED_KTLS_H
 #define GNUTLS_LIB_ACCELERATED_KTLS_H
 
index 231618d61530c5ea7494e6c7b93d0673fd9b58f6..2097f9eaad64e2297e682ff90e13fc33aad62ace 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2025 Red Hat, Inc.
+ *
+ * Author: František Krenželok
+ *
+ * This file is part of GnuTLS.
+ *
+ * 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/>.
+ *
+ */
+
 #ifndef GNUTLS_TESTS_KTLS_UTILS_H
 #define GNUTLS_TESTS_KTLS_UTILS_H