This file is part of GnuTLS → ocserv.

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
This commit is contained in:
Dimitri Papadopoulos
2023-02-23 21:41:04 +01:00
parent f77b86415e
commit 25b85eadb3
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
*
* Author: Nikos Mavrogiannopoulos
*
* This file is part of GnuTLS.
* This file is part of ocserv.
*
* ocserv is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -20,8 +20,8 @@
* <http://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_STR_H
#define GNUTLS_STR_H
#ifndef OC_STR_H
#define OC_STR_H
#include <config.h>
#include <stdint.h>

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# Copyright 2013 Nikos Mavrogiannopoulos
#
# This file is part of GnuTLS.
# This file is part of ocserv.
#
# The launch_server() function was contributed by Cedric Arbogast.
#