aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-util.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-16 12:27:33 +0000
committerWerner Koch <[email protected]>2018-11-16 12:27:33 +0000
commit8d91c0f4cdcc26679067ae681ae12600fb450200 (patch)
treeb09eb9f964b9da27d5897fa7e2fe8aeba18c2ab5 /src/w32-util.c
parenttests: Add run-threaded for multithread tests (diff)
downloadgpgme-8d91c0f4cdcc26679067ae681ae12600fb450200.tar.gz
gpgme-8d91c0f4cdcc26679067ae681ae12600fb450200.zip
Add SPDX identifiers to most source files
-- Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/w32-util.c')
-rw-r--r--src/w32-util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/w32-util.c b/src/w32-util.c
index 798f42b3..7992b618 100644
--- a/src/w32-util.c
+++ b/src/w32-util.c
@@ -16,8 +16,9 @@
* 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/>.
- **/
+ * License along with this program; if not, see <https://gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
#ifdef HAVE_CONFIG_H
#include <config.h>