summaryrefslogtreecommitdiff
path: root/src/export.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 /src/export.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 'src/export.c')
-rw-r--r--src/export.c35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/export.c b/src/export.c
index f460e853..0cc1099f 100644
--- a/src/export.c
+++ b/src/export.c
@@ -1,21 +1,22 @@
/* export.c - Export a key.
- Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001-2004, 2010, 2014 g10 Code 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) 2000 Werner Koch (dd9jn)
+ * Copyright (C) 2001-2004, 2010, 2014 g10 Code 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
*/
#if HAVE_CONFIG_H