aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-sock-nonce.inc.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-11-15 16:07:06 +0000
committerWerner Koch <[email protected]>2017-11-15 16:07:06 +0000
commit1f9a635e3c4be157a4879fc15b59805abcef9a08 (patch)
tree333c62cf98d5f68ba36b3fdc6272b2762b494ee9 /src/posix-sock-nonce.inc.h
parentFix last commit. (diff)
downloadlibassuan-1f9a635e3c4be157a4879fc15b59805abcef9a08.tar.gz
libassuan-1f9a635e3c4be157a4879fc15b59805abcef9a08.zip
Add an SPDX tag to all core files.
--
Diffstat (limited to 'src/posix-sock-nonce.inc.h')
-rw-r--r--src/posix-sock-nonce.inc.h3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
+## 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;