summaryrefslogtreecommitdiffstats
path: root/cpukit/libcrypt/crypt-sha512.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-26 02:00:33 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-08 16:14:56 +0200
commit6fe3acd0d7b0fbb809a8998bc5462dd857b61a34 (patch)
tree04098300bcce71f1bc6d8a93e23d0aa12badc88a /cpukit/libcrypt/crypt-sha512.c
parentGeneral further adoption of SPDX licensing ID tags. (diff)
downloadrtems-6fe3acd0d7b0fbb809a8998bc5462dd857b61a34.tar.bz2
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
Diffstat (limited to '')
-rw-r--r--cpukit/libcrypt/crypt-sha512.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/libcrypt/crypt-sha512.c b/cpukit/libcrypt/crypt-sha512.c
index d418b8946a..901b352ec5 100644
--- a/cpukit/libcrypt/crypt-sha512.c
+++ b/cpukit/libcrypt/crypt-sha512.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2011 The FreeBSD Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without