]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
hpke-key-management: fix the license header
authorDaiki Ueno <ueno@gnu.org>
Tue, 21 Apr 2026 07:53:11 +0000 (16:53 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 26 Apr 2026 09:31:33 +0000 (18:31 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
lib/hpke/hpke-key-management.c

index 21ae4df72af02efbe72bfa7a46a1494f2a264dc6..dc49f0c1e16adb0f81aa5c64bdc43cadb0df5c45 100644 (file)
@@ -1,23 +1,22 @@
 /*
- * copyright © 2026 david dudas
+ * Copyright © 2026 David Dudas
  *
- * author: david dudas <david.dudas03@e-uvt.ro>
+ * Author: David Dudas <david.dudas03@e-uvt.ro>
  *
- * this file is part of gnutls.
+ * 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.
+ * 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.
-
+ * 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/>
+ * 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/>
  *
  */