Add SPDX identifiers to most source files
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
d0402f886b
commit
8d91c0f4cd
4
AUTHORS
4
AUTHORS
@ -5,8 +5,8 @@ Repository: git://git.gnupg.org/gpgme.git
|
|||||||
Maintainer: Werner Koch <wk@gnupg.org>
|
Maintainer: Werner Koch <wk@gnupg.org>
|
||||||
Bug reports: https://bugs.gnupg.org
|
Bug reports: https://bugs.gnupg.org
|
||||||
Security related bug reports: security@gnupg.org
|
Security related bug reports: security@gnupg.org
|
||||||
License (software): LGPLv2.1+
|
License (software): LGPL-2.1-or-later
|
||||||
License (manual+tools): GPLv3+
|
License (manual+tools): GPL-3.0-or-later
|
||||||
|
|
||||||
|
|
||||||
GPGME is free software. See the files COPYING for copying conditions.
|
GPGME is free software. See the files COPYING for copying conditions.
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# 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
|
||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# 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
|
||||||
|
|
||||||
# (Process this file with autoconf to produce a configure script.)
|
# (Process this file with autoconf to produce a configure script.)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
SUBDIRS = $(ENABLED_LANGUAGES)
|
SUBDIRS = $(ENABLED_LANGUAGES)
|
||||||
DIST_SUBDIRS = cl cpp qt python js
|
DIST_SUBDIRS = cl cpp qt python js
|
||||||
|
@ -13,10 +13,9 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Lesser General Public License for more details.
|
# GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# 02111-1307, USA
|
|
||||||
|
|
||||||
clfiles = gpgme.asd gpgme-package.lisp gpgme-grovel.lisp gpgme.lisp
|
clfiles = gpgme.asd gpgme-package.lisp gpgme-grovel.lisp gpgme.lisp
|
||||||
|
|
||||||
|
@ -14,10 +14,9 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Lesser General Public License for more details.
|
# GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# 02111-1307, USA
|
|
||||||
|
|
||||||
SUBDIRS = src tests
|
SUBDIRS = src tests
|
||||||
|
|
||||||
|
@ -13,10 +13,9 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Lesser General Public License for more details.
|
# GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# 02111-1307, USA
|
|
||||||
|
|
||||||
SUBDIRS = src BrowserTestExtension DemoExtension
|
SUBDIRS = src BrowserTestExtension DemoExtension
|
||||||
|
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# 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
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README \
|
README \
|
||||||
|
@ -14,10 +14,9 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Lesser General Public License for more details.
|
# GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# 02111-1307, USA
|
|
||||||
|
|
||||||
if RUN_GPG_TESTS
|
if RUN_GPG_TESTS
|
||||||
tests = tests
|
tests = tests
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# 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
|
||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
/* assuan-support.c - Assuan wrappers
|
||||||
|
* Copyright (C) 2009 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
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
@ -291,4 +312,3 @@ struct assuan_system_hooks _gpgme_assuan_system_hooks =
|
|||||||
my_socket,
|
my_socket,
|
||||||
my_connect
|
my_connect
|
||||||
};
|
};
|
||||||
|
|
||||||
|
36
src/ath.c
36
src/ath.c
@ -1,22 +1,22 @@
|
|||||||
/* ath.c - Thread-safeness library.
|
/* ath.c - Thread-safeness library.
|
||||||
Copyright (C) 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* 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/>.
|
* along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* conversion.c - String conversion helper functions.
|
/* conversion.c - String conversion helper functions.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2007 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* data-compat.c - Compatibility interfaces for data objects.
|
/* data-compat.c - Compatibility interfaces for data objects.
|
||||||
Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* data-fd.c - A file descriptor based data object.
|
/* data-fd.c - A file descriptor based data object.
|
||||||
Copyright (C) 2002, 2004 g10 Code GmbH
|
* Copyright (C) 2002, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/* data-identify.c - Try to identify the data
|
/* data-identify.c - Try to identify the data
|
||||||
Copyright (C) 2013, 2016 g10 Code GmbH
|
* Copyright (C) 2013, 2016 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* data-mem.c - A memory based data object.
|
/* data-mem.c - A memory based data object.
|
||||||
Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* data-stream.c - A stream based data object.
|
/* data-stream.c - A stream based data object.
|
||||||
Copyright (C) 2002, 2004 g10 Code GmbH
|
* Copyright (C) 2002, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* data-user.c - A user callback based data object.
|
/* data-user.c - A user callback based data object.
|
||||||
Copyright (C) 2002, 2004 g10 Code GmbH
|
* Copyright (C) 2002, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
36
src/data.c
36
src/data.c
@ -1,22 +1,22 @@
|
|||||||
/* data.c - An abstraction for data objects.
|
/* data.c - An abstraction for data objects.
|
||||||
Copyright (C) 2002, 2003, 2004, 2005, 2007 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004, 2005, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
38
src/debug.c
38
src/debug.c
@ -1,23 +1,23 @@
|
|||||||
/* debug.c - helpful output in desperate situations
|
/* debug.c - helpful output in desperate situations
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
MA 02110-1301, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* decrypt-verify.c - Decrypt and verify function.
|
/* decrypt-verify.c - Decrypt and verify function.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* decrypt.c - Decrypt function.
|
/* decrypt.c - Decrypt function.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2017 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2017 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
36
src/edit.c
36
src/edit.c
@ -1,22 +1,22 @@
|
|||||||
/* edit.c - Key edit function.
|
/* edit.c - Key edit function.
|
||||||
Copyright (C) 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* encrypt-sign.c - encrypt and verify functions
|
/* encrypt-sign.c - encrypt and verify functions
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* encrypt.c - Encrypt function.
|
/* encrypt.c - Encrypt function.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* engine-g13.c - G13 engine.
|
/* engine-g13.c - G13 engine.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,24 @@
|
|||||||
/* engine-gpg.c - Gpg Engine.
|
/* engine-gpg.c - Gpg Engine.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2009, 2010, 2012, 2013 g10 Code GmbH
|
* 2009, 2010, 2012, 2013 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,23 @@
|
|||||||
/* engine-gpgconf.c - gpg-conf engine.
|
/* engine-gpgconf.c - gpg-conf engine.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008,
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008,
|
||||||
2013 g10 Code GmbH
|
* 2013 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
/* engine-gpgsm.c - GpgSM engine.
|
/* engine-gpgsm.c - GpgSM engine.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009,
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009,
|
||||||
2010 g10 Code GmbH
|
* 2010 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
/* engine-spawn.c - Run an arbitrary program
|
/* engine-spawn.c - Run an arbitrary program
|
||||||
Copyright (C) 2014 g10 Code GmbH
|
* Copyright (C) 2014 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* engine-uiserver.c - Uiserver engine.
|
/* engine-uiserver.c - Uiserver engine.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* Peculiar: Use special keys from email address for recipient and
|
/* Peculiar: Use special keys from email address for recipient and
|
||||||
signer (==sender). Use no data objects with encryption for
|
signer (==sender). Use no data objects with encryption for
|
||||||
|
37
src/engine.c
37
src/engine.c
@ -1,22 +1,23 @@
|
|||||||
/* engine.c - GPGME engine support.
|
/* engine.c - GPGME engine support.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2006, 2009, 2010 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2006, 2009, 2010 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
36
src/error.c
36
src/error.c
@ -1,22 +1,22 @@
|
|||||||
/* error.c - Error handling for GPGME.
|
/* error.c - Error handling for GPGME.
|
||||||
Copyright (C) 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
35
src/export.c
35
src/export.c
@ -1,21 +1,22 @@
|
|||||||
/* export.c - Export a key.
|
/* export.c - Export a key.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001-2004, 2010, 2014 g10 Code GmbH
|
* Copyright (C) 2001-2004, 2010, 2014 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* get_env.c - A getenv() replacement.
|
/* get_env.c - A getenv() replacement.
|
||||||
Copyright (C) 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
|
|
||||||
/* getauditlog.c - Retrieve the audit log.
|
/* getauditlog.c - Retrieve the audit log.
|
||||||
Copyright (C) 2007 g10 Code GmbH
|
* Copyright (C) 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* gpgconf.c - GnuPG Made Easy.
|
/* gpgconf.c - GnuPG Made Easy.
|
||||||
Copyright (C) 2007 g10 Code GmbH
|
* Copyright (C) 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -14,11 +14,11 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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+
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* This is tool implements the Native Messaging protocol of web
|
/* This tool implements the Native Messaging protocol of web
|
||||||
* browsers and provides the server part of it. A Javascript based
|
* browsers and provides the server part of it. A Javascript based
|
||||||
* client can be found in lang/javascript.
|
* client can be found in lang/javascript.
|
||||||
*/
|
*/
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
/* gpgme-tool.c - Assuan server exposing GnuPG Made Easy operations.
|
/* gpgme-tool.c - Assuan server exposing GnuPG Made Easy operations.
|
||||||
Copyright (C) 2009, 2010, 2012, 2013 g10 Code GmbH
|
* Copyright (C) 2009, 2010, 2012, 2013 g10 Code GmbH
|
||||||
Copyright (C) 2001, 2003, 2009, 2011 Free Software Foundation, Inc.
|
* Copyright (C) 2001, 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute this file and/or modify it
|
||||||
under the terms of the GNU General Public License as published by
|
* under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU General Public License
|
||||||
License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
* along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/* gpgme-w32spawn.c - Wrapper to spawn a process under Windows.
|
/* gpgme-w32spawn.c - Wrapper to spawn a process under Windows.
|
||||||
Copyright (C) 2008 g10 Code GmbH
|
* Copyright (C) 2008 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
37
src/gpgme.c
37
src/gpgme.c
@ -1,22 +1,23 @@
|
|||||||
/* gpgme.c - GnuPG Made Easy.
|
/* gpgme.c - GnuPG Made Easy.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2012,
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2012,
|
||||||
2014, 2015 g10 Code GmbH
|
* 2014, 2015 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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+
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
* Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.
|
* Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.
|
||||||
*/
|
*/
|
||||||
|
38
src/import.c
38
src/import.c
@ -1,23 +1,23 @@
|
|||||||
/* import.c - Import a key.
|
/* import.c - Import a key.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
/* Copyright (C) 1991,92,93,95,96,97,98,99,2001,2002,2004
|
/* Copyright (C) 1991,92,93,95,96,97,98,99,2001,2002,2004
|
||||||
Free Software Foundation, Inc.
|
* Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
* This file is part of the GNU C Library.
|
||||||
|
*
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
* The GNU C Library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
The GNU C Library is distributed in the hope that it will be useful,
|
* The GNU C Library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307 USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
38
src/key.c
38
src/key.c
@ -1,23 +1,23 @@
|
|||||||
/* key.c - Key objects.
|
/* key.c - Key objects.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,23 @@
|
|||||||
/* keylist.c - Listing keys.
|
/* keylist.c - Listing keys.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007,
|
* Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007,
|
||||||
2008, 2009 g10 Code GmbH
|
* 2008, 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* NB: This code has been taken from GnuPG. Please keep it in sync
|
/* NB: This code has been taken from GnuPG. Please keep it in sync
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/* op-support.c - Supporting functions.
|
/* op-support.c - Supporting functions.
|
||||||
Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
* Copyright (C) 2002, 2003, 2004, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/* opassuan.c - Low-level Assuan operations.
|
/* opassuan.c - Low-level Assuan operations.
|
||||||
Copyright (C) 2009 g10 Code GmbH
|
* Copyright (C) 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -11,8 +11,9 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* passphrase.c - Passphrase callback.
|
/* passphrase.c - Passphrase callback.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
33
src/passwd.c
33
src/passwd.c
@ -1,20 +1,21 @@
|
|||||||
/* passwd.c - Passphrase changing function
|
/* passwd.c - Passphrase changing function
|
||||||
Copyright (C) 2010 g10 Code GmbH
|
* Copyright (C) 2010 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
/* posix-io.c - Posix I/O functions
|
/* posix-io.c - Posix I/O functions
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2004, 2005, 2007, 2010 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2004, 2005, 2007, 2010 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* posix-util.c - Utility functions for Posix
|
/* posix-util.c - Utility functions for Posix
|
||||||
Copyright (C) 2001 Werner Koch (dd9jn)
|
* Copyright (C) 2001 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* progress.c - status handler for progress status
|
/* progress.c - status handler for progress status
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* putc_unlocked.c - Replacement for putc_unlocked.
|
/* putc_unlocked.c - Replacement for putc_unlocked.
|
||||||
Copyright (C) 2004 g10 Code GmbH
|
* Copyright (C) 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
32
src/setenv.c
32
src/setenv.c
@ -1,20 +1,20 @@
|
|||||||
/* Copyright (C) 1992,1995-2001,2004 Free Software Foundation, Inc.
|
/* Copyright (C) 1992,1995-2001,2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
* This file is part of the GNU C Library.
|
||||||
|
*
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
* The GNU C Library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
The GNU C Library is distributed in the hope that it will be useful,
|
* The GNU C Library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02110-1301 USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* sig-notation.c - Signature notation data support.
|
/* sig-notation.c - Signature notation data support.
|
||||||
Copyright (C) 2005 g10 Code GmbH
|
* Copyright (C) 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
38
src/sign.c
38
src/sign.c
@ -1,23 +1,23 @@
|
|||||||
/* sign.c - Signing function.
|
/* sign.c - Signing function.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2007 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* signers.c - Maintain signer sets.
|
/* signers.c - Maintain signer sets.
|
||||||
Copyright (C) 2001 Werner Koch (dd9jn)
|
* Copyright (C) 2001 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
36
src/spawn.c
36
src/spawn.c
@ -1,22 +1,22 @@
|
|||||||
/* spawn.c - Run an arbitrary command with callbacks.
|
/* spawn.c - Run an arbitrary command with callbacks.
|
||||||
Copyright (C) 2014 Code GmbH
|
* Copyright (C) 2014 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* gpgme.c - GnuPG Made Easy.
|
/* status-table.c - Status codes from gnupg.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2012 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2012 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
32
src/stpcpy.c
32
src/stpcpy.c
@ -1,20 +1,20 @@
|
|||||||
/* Copyright (C) 1992, 1995, 1997, 2002, 2004 Free Software Foundation, Inc.
|
/* Copyright (C) 1992, 1995, 1997, 2002, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
* This file is part of the GNU C Library.
|
||||||
|
*
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
* The GNU C Library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
The GNU C Library is distributed in the hope that it will be useful,
|
* The GNU C Library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307 USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* trust-item.c - Trust item objects.
|
/* trust-item.c - Trust item objects.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* trustlist.c - Trust item listing.
|
/* trustlist.c - Trust item listing.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/* ttyname_r.c - A ttyname_r() replacement.
|
/* ttyname_r.c - A ttyname_r() replacement.
|
||||||
Copyright (C) 2003, 2004, 2012 g10 Code GmbH
|
* Copyright (C) 2003, 2004, 2012 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
|
38
src/verify.c
38
src/verify.c
@ -1,23 +1,23 @@
|
|||||||
/* verify.c - Signature verification.
|
/* verify.c - Signature verification.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* version.c - Version check routines.
|
/* version.c - Version check routines.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* vfs-create.c - vfs create support in GPGME
|
/* vfs-create.c - vfs create support in GPGME
|
||||||
Copyright (C) 2009 g10 Code GmbH
|
* Copyright (C) 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* vfs-mount.c - vfs mount support in GPGME
|
/* vfs-mount.c - vfs mount support in GPGME
|
||||||
Copyright (C) 2009 g10 Code GmbH
|
* Copyright (C) 2009 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* w32-glib-io.c - W32 Glib I/O functions
|
/* w32-glib-io.c - W32 Glib I/O functions
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* wait-global.c
|
/* wait-global.c
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* wait-private.c
|
/* wait-private.c
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* wait-user.c
|
/* wait-user.c
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
38
src/wait.c
38
src/wait.c
@ -1,23 +1,23 @@
|
|||||||
/* wait.c
|
/* wait.c
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# 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
|
||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# Public License for more details.
|
# Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this program; if not, write to the Free Software
|
# License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-thread-cancel.c - Regression test.
|
/* t-thread-cancel.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-decrypt.c - Regression test.
|
/* t-decrypt.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-edit.c - Regression test.
|
/* t-edit.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
/* t-encrypt-large.c - Regression test for large amounts of data.
|
/* t-encrypt-large.c - Regression test for large amounts of data.
|
||||||
Copyright (C) 2005 g10 Code GmbH
|
* Copyright (C) 2005 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-encrypt-mixed.c - Regression test.
|
/* t-encrypt-mixed.c - Regression test.
|
||||||
Copyright (C) 2016 by Bundesamt für Sicherheit in der Informationstechnik
|
* Copyright (C) 2016 by Bundesamt für Sicherheit in der Informationstechnik
|
||||||
Software engineering by Intevation GmbH
|
* Software engineering by Intevation GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-encrypt-sign.c - Regression test.
|
/* t-encrypt-sign.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,20 @@
|
|||||||
/* t-encrypt-sym.c - Regression test.
|
/* t-encrypt-sym.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* 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, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
||||||
02111-1307, USA. */
|
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-encrypt.c - Regression test.
|
/* t-encrypt.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-eventloop.c - Regression test.
|
/* t-eventloop.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-export.c - Regression test.
|
/* t-export.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-file-name.c - Regression test.
|
/* t-file-name.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/* t-genkey.c - Regression test.
|
/* t-genkey.c - Regression test.
|
||||||
Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
* Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
||||||
|
*
|
||||||
This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
|
*
|
||||||
GPGME is free software; you can redistribute it and/or modify it
|
* GPGME is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Lesser General Public License as
|
* under the terms of the GNU Lesser General Public License as
|
||||||
published by the Free Software Foundation; either version 2.1 of
|
* published by the Free Software Foundation; either version 2.1 of
|
||||||
the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
GPGME is distributed in the hope that it will be useful, but
|
* GPGME is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this program; if not, write to the Free Software
|
* License along with this program; if not, see <https://gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
02111-1307, USA. */
|
*/
|
||||||
|
|
||||||
/* We need to include config.h so that we know whether we are building
|
/* We need to include config.h so that we know whether we are building
|
||||||
with large file system (LFS) support. */
|
with large file system (LFS) support. */
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user