aboutsummaryrefslogtreecommitdiffstats
path: root/gpgscm/gnupg.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-05gpgscm: Change license from GPLv3+ to LGPLv2.1+Werner Koch1-12/+11
-- All changes to TinySCHEME were done by employees of g10 Code GmbH and some minor things by a contractor. Signed-off-by: Werner Koch <[email protected]>
2017-10-05gpgscm: Move files to a gpgscm subdirectory.Werner Koch1-0/+0
-- Note that we used git filter-branch --subdirectory-filter tests/gpgscm in gnupg master to filter out the gpgscm part. This commit merely moves these files to a subdirectory which will be used in libgpg-error for gpgscm. Signed-off-by: Werner Koch <[email protected]>
2017-04-11tests: Move common functionality.Justus Winter1-0/+44
* tests/openpgp/defs.scm (with-home-directory, with-ephemeral-home-directory): Move... * tests/gpgscm/gnupg.scm: ... to this new file. * tests/gpgscm/main.c (main): Load the new file. Signed-off-by: Justus Winter <[email protected]>