qt, cpp: Add additional copyright BSI notes

* lang/cpp/Makefile.am,
lang/cpp/src/Makefile.am,
lang/cpp/src/callbacks.cpp,
lang/cpp/src/callbacks.h,
lang/cpp/src/configuration.cpp,
lang/cpp/src/configuration.h,
lang/cpp/src/context_glib.cpp,
lang/cpp/src/context_p.h,
lang/cpp/src/context_qt.cpp,
lang/cpp/src/context_vanilla.cpp,
lang/cpp/src/data_p.h,
lang/cpp/src/decryptionresult.cpp,
lang/cpp/src/decryptionresult.h,
lang/cpp/src/defaultassuantransaction.cpp,
lang/cpp/src/defaultassuantransaction.h,
lang/cpp/src/editinteractor.cpp,
lang/cpp/src/editinteractor.h,
lang/cpp/src/encryptionresult.cpp,
lang/cpp/src/encryptionresult.h,
lang/cpp/src/engineinfo.cpp,
lang/cpp/src/engineinfo.h,
lang/cpp/src/error.h,
lang/cpp/src/eventloopinteractor.cpp,
lang/cpp/src/eventloopinteractor.h,
lang/cpp/src/exception.cpp,
lang/cpp/src/exception.h,
lang/cpp/src/global.h,
lang/cpp/src/gpgadduserideditinteractor.cpp,
lang/cpp/src/gpgadduserideditinteractor.h,
lang/cpp/src/gpgagentgetinfoassuantransaction.cpp,
lang/cpp/src/gpgagentgetinfoassuantransaction.h,
lang/cpp/src/gpgmefw.h,
lang/cpp/src/gpgsetexpirytimeeditinteractor.cpp,
lang/cpp/src/gpgsetexpirytimeeditinteractor.h,
lang/cpp/src/gpgsetownertrusteditinteractor.cpp,
lang/cpp/src/gpgsetownertrusteditinteractor.h,
lang/cpp/src/gpgsignkeyeditinteractor.cpp,
lang/cpp/src/gpgsignkeyeditinteractor.h,
lang/cpp/src/importresult.cpp,
lang/cpp/src/importresult.h,
lang/cpp/src/interfaces/assuantransaction.h,
lang/cpp/src/interfaces/dataprovider.h,
lang/cpp/src/interfaces/passphraseprovider.h,
lang/cpp/src/interfaces/progressprovider.h,
lang/cpp/src/keygenerationresult.cpp,
lang/cpp/src/keygenerationresult.h,
lang/cpp/src/keylistresult.cpp,
lang/cpp/src/keylistresult.h,
lang/cpp/src/notation.h,
lang/cpp/src/result.h,
lang/cpp/src/result_p.h,
lang/cpp/src/scdgetinfoassuantransaction.cpp,
lang/cpp/src/scdgetinfoassuantransaction.h,
lang/cpp/src/signingresult.cpp,
lang/cpp/src/signingresult.h,
lang/cpp/src/trustitem.cpp,
lang/cpp/src/trustitem.h,
lang/cpp/src/util.h,
lang/cpp/src/verificationresult.cpp,
lang/cpp/src/verificationresult.h,
lang/cpp/src/vfsmountresult.cpp,
lang/qt/Makefile.am,
lang/qt/doc/Makefile.am,
lang/qt/src/Makefile.am,
lang/qt/src/defaultkeygenerationjob.h,
lang/qt/tests/Makefile.am: Add missing copyright.

--
Moving the qt / cpp bindings into GPGME contained global
changes that modified nearly every source file. To reflect
that the copyright year / note should also be updated.
This commit is contained in:
Andre Heinecke 2017-04-25 13:03:49 +02:00
parent 7003583432
commit 28734240e2
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C
66 changed files with 134 additions and 8 deletions

View File

@ -1,5 +1,6 @@
# Makefile.am for GPGMEPP. # Makefile.am for GPGMEPP.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGMEPP. # This file is part of GPGMEPP.
# #

View File

@ -1,5 +1,6 @@
# Makefile.am for GPGMEPP. # Makefile.am for GPGMEPP.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGMEPP. # This file is part of GPGMEPP.
# #

View File

@ -1,6 +1,8 @@
/* /*
callbacks.cpp - callback targets for internal use: callbacks.cpp - callback targets for internal use:
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
callbacks.h - callback targets for internal use: callbacks.h - callback targets for internal use:
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
configuration.cpp - wraps gpgme configuration components configuration.cpp - wraps gpgme configuration components
Copyright (C) 2010 Klarälvdalens Datakonsult AB Copyright (C) 2010 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
configuration.h - wraps gpgme configuration components configuration.h - wraps gpgme configuration components
Copyright (C) 2010 Klarälvdalens Datakonsult AB Copyright (C) 2010 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
context_glib.cpp - wraps a gpgme key context, gpgme-glib-specific functions context_glib.cpp - wraps a gpgme key context, gpgme-glib-specific functions
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
context_p.h - wraps a gpgme context (private part) context_p.h - wraps a gpgme context (private part)
Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
context_qt.cpp - wraps a gpgme key context, gpgme-qt-specific functions context_qt.cpp - wraps a gpgme key context, gpgme-qt-specific functions
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
context_vanilla.cpp - wraps a gpgme key context, gpgme (vanilla)-specific functions context_vanilla.cpp - wraps a gpgme key context, gpgme (vanilla)-specific functions
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
data_p.h - wraps a gpgme data object, private part -*- c++ -*- data_p.h - wraps a gpgme data object, private part -*- c++ -*-
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
decryptionresult.cpp - wraps a gpgme keygen result decryptionresult.cpp - wraps a gpgme keygen result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
decryptionresult.h - wraps a gpgme keygen result decryptionresult.h - wraps a gpgme keygen result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
defaultassuantransaction.cpp - default Assuan Transaction that just stores data and status lines defaultassuantransaction.cpp - default Assuan Transaction that just stores data and status lines
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
defaultassuantransaction.h - default Assuan Transaction that just stores data and status lines defaultassuantransaction.h - default Assuan Transaction that just stores data and status lines
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
editinteractor.cpp - Interface for edit interactors editinteractor.cpp - Interface for edit interactors
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
editinteractor.h - Interface for edit interactors editinteractor.h - Interface for edit interactors
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
encryptionresult.cpp - wraps a gpgme verify result encryptionresult.cpp - wraps a gpgme verify result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
encryptionresult.h - wraps a gpgme sign result encryptionresult.h - wraps a gpgme sign result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
engineinfo.h engineinfo.h
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
engineinfo.h engineinfo.h
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
error.h - wraps a gpgme error error.h - wraps a gpgme error
Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
eventloopinteractor.cpp eventloopinteractor.cpp
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
eventloopinteractor.h eventloopinteractor.h
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
exception.cpp - exception wrapping a gpgme error exception.cpp - exception wrapping a gpgme error
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
exception.h - exception wrapping a gpgme error exception.h - exception wrapping a gpgme error
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
global.h - global gpgme functions and enums global.h - global gpgme functions and enums
Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgadduserideditinteractor.cpp - Edit Interactor to add a new UID to an OpenPGP key gpgadduserideditinteractor.cpp - Edit Interactor to add a new UID to an OpenPGP key
Copyright (C) 2008 Klarälvdalens Datakonsult AB Copyright (C) 2008 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgadduserideditinteractor.h - Edit Interactor to add a new UID to an OpenPGP key gpgadduserideditinteractor.h - Edit Interactor to add a new UID to an OpenPGP key
Copyright (C) 2008 Klarälvdalens Datakonsult AB Copyright (C) 2008 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgagentgetinfoassuantransaction.cpp - Assuan Transaction to get information from gpg-agent gpgagentgetinfoassuantransaction.cpp - Assuan Transaction to get information from gpg-agent
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgagentgetinfoassuantransaction.h - Assuan Transaction to get information from gpg-agent gpgagentgetinfoassuantransaction.h - Assuan Transaction to get information from gpg-agent
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgmefw.h - Forwards declarations for gpgme (0.3 and 0.4) gpgmefw.h - Forwards declarations for gpgme (0.3 and 0.4)
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsetexpirytimeeditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key gpgsetexpirytimeeditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsetexpirytimeeditinteractor.h - Edit Interactor to change the expiry time of an OpenPGP key gpgsetexpirytimeeditinteractor.h - Edit Interactor to change the expiry time of an OpenPGP key
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsetownertrusteditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key gpgsetownertrusteditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsetownertrusteditinteractor.h - Edit Interactor to change the owner trust of an OpenPGP key gpgsetownertrusteditinteractor.h - Edit Interactor to change the owner trust of an OpenPGP key
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsignkeyeditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key gpgsignkeyeditinteractor.cpp - Edit Interactor to change the expiry time of an OpenPGP key
Copyright (C) 2007 Klarälvdalens Datakonsult AB Copyright (C) 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
gpgsignkeyeditinteractor.h - Edit Interactor to change the owner trust of an OpenPGP key gpgsignkeyeditinteractor.h - Edit Interactor to change the owner trust of an OpenPGP key
Copyright (C) 2008 Klarälvdalens Datakonsult AB Copyright (C) 2008 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
importresult.cpp - wraps a gpgme import result importresult.cpp - wraps a gpgme import result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
importresult.h - wraps a gpgme import result importresult.h - wraps a gpgme import result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
assuantransaction.h - Interface for ASSUAN transactions assuantransaction.h - Interface for ASSUAN transactions
Copyright (C) 2009 Klarälvdalens Datakonsult AB <info@kdab.com> Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH <info@kdab.com>
Author: Marc Mutz <marc@kdab.com> Author: Marc Mutz <marc@kdab.com>
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
interface/dataprovider.h - Interface for data sources interface/dataprovider.h - Interface for data sources
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
interface/passphraseprovider.h - Interface for passphrase callbacks interface/passphraseprovider.h - Interface for passphrase callbacks
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
interface/progressprovider.h - Interface for progress reports interface/progressprovider.h - Interface for progress reports
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
keygenerationresult.cpp - wraps a gpgme keygen result keygenerationresult.cpp - wraps a gpgme keygen result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
keygenerationresult.h - wraps a gpgme keygen result keygenerationresult.h - wraps a gpgme keygen result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
keylistresult.cpp - wraps a gpgme keylist result keylistresult.cpp - wraps a gpgme keylist result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
keylistresult.h - wraps a gpgme keylist result keylistresult.h - wraps a gpgme keylist result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
notation.h - wraps a gpgme verify result notation.h - wraps a gpgme verify result
Copyright (C) 2004, 2007 Klarälvdalens Datakonsult AB Copyright (C) 2004, 2007 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
result.h - base class for results result.h - base class for results
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
result.h - base class for results result.h - base class for results
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
scdgetinfoassuantransaction.cpp - Assuan Transaction to get information from scdaemon scdgetinfoassuantransaction.cpp - Assuan Transaction to get information from scdaemon
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
scdgetinfoassuantransaction.h - Assuan Transaction to get information from scdaemon scdgetinfoassuantransaction.h - Assuan Transaction to get information from scdaemon
Copyright (C) 2009 Klarälvdalens Datakonsult AB Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
signingresult.cpp - wraps a gpgme verify result signingresult.cpp - wraps a gpgme verify result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
signingresult.h - wraps a gpgme sign result signingresult.h - wraps a gpgme sign result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
trustitem.cpp - wraps a gpgme trust item trustitem.cpp - wraps a gpgme trust item
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME. This file is part of GPGME.

View File

@ -1,6 +1,8 @@
/* /*
trustitem.h - wraps a gpgme trust item trustitem.h - wraps a gpgme trust item
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME. This file is part of GPGME.

View File

@ -1,6 +1,8 @@
/* /*
util.h - some inline helper functions util.h - some inline helper functions
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
verificationresult.cpp - wraps a gpgme verify result verificationresult.cpp - wraps a gpgme verify result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
verificationresult.h - wraps a gpgme verify result verificationresult.h - wraps a gpgme verify result
Copyright (C) 2004 Klarälvdalens Datakonsult AB Copyright (C) 2004 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,6 +1,8 @@
/* /*
vfsmountresult.cpp - wraps a gpgme vfs mount result vfsmountresult.cpp - wraps a gpgme vfs mount result
Copyright (C) 2009 Klarälvdalens Datakonsult AB <info@kdab.com> Copyright (C) 2009 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH <info@kdab.com>
Author: Marc Mutz <marc@kdab.com>, Volker Krause <volker@kdab.com> Author: Marc Mutz <marc@kdab.com>, Volker Krause <volker@kdab.com>
This file is part of GPGME++. This file is part of GPGME++.

View File

@ -1,5 +1,6 @@
# Makefile.am for GPGMEPP. # Makefile.am for GPGMEPP.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGMEPP. # This file is part of GPGMEPP.
# #

View File

@ -1,5 +1,6 @@
# Makefile.am - Makefile for GPGME Qt docs. # Makefile.am - Makefile for GPGME Qt docs.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGME. # This file is part of GPGME.
# #

View File

@ -1,5 +1,6 @@
# Makefile.am for GPGMEPP. # Makefile.am for GPGMEPP.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGMEPP. # This file is part of GPGMEPP.
# #

View File

@ -1,6 +1,8 @@
/* defaultkeygenerationjob.h /* defaultkeygenerationjob.h
Copyright (c) 2016 Klarälvdalens Datakonsult AB Copyright (c) 2016 Klarälvdalens Datakonsult AB
2016 Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
QGpgME is free software; you can redistribute it and/or QGpgME is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as modify it under the terms of the GNU General Public License as

View File

@ -1,5 +1,6 @@
# Makefile.am - Makefile for GPGME Qt tests. # Makefile.am - Makefile for GPGME Qt tests.
# Copyright (C) 2016 Intevation GmbH # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
# Software engineering by Intevation GmbH
# #
# This file is part of GPGME. # This file is part of GPGME.
# #