summaryrefslogtreecommitdiff
path: root/tests/run-threaded.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-11-16 13:27:33 +0100
committerWerner Koch <wk@gnupg.org>2018-11-16 13:27:33 +0100
commit8d91c0f4cdcc26679067ae681ae12600fb450200 (patch)
treeb09eb9f964b9da27d5897fa7e2fe8aeba18c2ab5 /tests/run-threaded.c
parentd0402f886b720d03369887c807581bd980ee70cf (diff)
downloadgpgme-8d91c0f4cdcc26679067ae681ae12600fb450200.tar.gz
Add SPDX identifiers to most source files
-- Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests/run-threaded.c')
-rw-r--r--tests/run-threaded.c37
1 files changed, 19 insertions, 18 deletions
diff --git a/tests/run-threaded.c b/tests/run-threaded.c
index 14a9cbec..93d15883 100644
--- a/tests/run-threaded.c
+++ b/tests/run-threaded.c
@@ -1,22 +1,23 @@
/* run-threaded.c - Helper to put GPGME under multithread load.
- Copyright (C) 2018 by Bundesamt für Sicherheit in der Informationstechnik
- Software engineering by Intevation GmbH
-
- This file is part of GPGME.
-
- GPGME is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- GPGME is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- 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/>.
-*/
+ * Copyright (C) 2018 by Bundesamt für Sicherheit in der Informationstechnik
+ * Software engineering by Intevation GmbH
+ *
+ * This file is part of GPGME.
+ *
+ * GPGME is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * GPGME is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * 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://gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
/* The idea of this test is not to be run as unit test but as part
* of development to find threading issues and resource leaks. */