/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Teddy Hogeborn
  • Date: 2014-03-23 19:55:18 UTC
  • Revision ID: teddy@recompile.se-20140323195518-amvoytwi12iheypo
Make mandos-client prefer /run/tmp over /tmp.

* plugins.d/mandos-client.c (init_gpgme): Add more const.
  (main): Make "tempdir" a pointer to the temporary directory, if one
          has been created, or NULL.  This also eliminates the need
          for the "tempdir_created" variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Format-Specification:
2
 
 http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233
3
 
Authors: Teddy Hogeborn, Björn Påhlsson
4
 
Homepage: <http://www.fukt.bsnet.se/mandos>
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
5
2
Upstream-Name: Mandos
6
 
Upstream-Maintainer: Mandos Maintainers <mandos@fukt.bsnet.se>
7
 
Upstream-Source: <http://www.fukt.bsnet.se/mandos>
 
3
Upstream-Contact: Mandos <mandos@recompile.se>
 
4
Source: <http://www.recompile.se/mandos>
8
5
 
9
6
Files: *
10
 
Copyright: Copyright © 2008 Teddy Hogeborn
11
 
Copyright: Copyright © 2008 Björn Påhlsson
 
7
Copyright: Copyright © 2008-2014 Teddy Hogeborn
 
8
           Copyright © 2008-2014 Björn Påhlsson
12
9
License: GPL-3+
13
10
    This program is free software: you can redistribute it and/or
14
11
    modify it under the terms of the GNU General Public License as
25
22
    <http://www.gnu.org/licenses/>.
26
23
    .
27
24
    On Debian systems, the complete text of the GNU General Public
28
 
    License can be found in "/usr/share/common-licenses/GPL".
 
25
    License can be found in "/usr/share/common-licenses/GPL-3".