From 1f9a635e3c4be157a4879fc15b59805abcef9a08 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Nov 2017 17:07:06 +0100 Subject: Add an SPDX tag to all core files. -- --- src/posix-sock-nonce.inc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/posix-sock-nonce.inc.h') diff --git a/src/posix-sock-nonce.inc.h b/src/posix-sock-nonce.inc.h index a62216d..edd5a57 100644 --- a/src/posix-sock-nonce.inc.h +++ b/src/posix-sock-nonce.inc.h @@ -15,6 +15,7 @@ ## ## You should have received a copy of the GNU Lesser General Public ## License along with this program; if not, see . +## SPDX-License-Identifier: LGPL-2.1+ ## ## ## This file is included by the mkheader tool. Lines starting with @@ -23,7 +24,7 @@ based on a local TCP connections. To implement access permissions based on file permissions a nonce is used which is expected by the server as the first bytes received. On POSIX systems this is a - dummy structure. */ + dummy structure. */ struct assuan_sock_nonce_s { size_t length; -- cgit v1.2.3