/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: 2012-06-22 23:33:56 UTC
  • Revision ID: teddy@recompile.se-20120622233356-odoqqt2ki2gssn37
* Makefile (check): Also check mandos-ctl.
* mandos-ctl: All options taking a time interval argument can now take
              an RFC 3339 duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
  (main): New "--check" option.
* mandos-ctl.xml (SYNOPSIS, OPTIONS): Document new "--check" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Source: <http://www.recompile.se/mandos>
5
5
 
6
6
Files: *
7
 
Copyright: Copyright © 2008-2014 Teddy Hogeborn
8
 
           Copyright © 2008-2014 Björn Påhlsson
 
7
Copyright: Copyright © 2008-2012 Teddy Hogeborn
 
8
           Copyright © 2008-2012 Björn Påhlsson
9
9
License: GPL-3+
10
10
    This program is free software: you can redistribute it and/or
11
11
    modify it under the terms of the GNU General Public License as
22
22
    <http://www.gnu.org/licenses/>.
23
23
    .
24
24
    On Debian systems, the complete text of the GNU General Public
25
 
    License can be found in "/usr/share/common-licenses/GPL-3".
 
25
    License can be found in "/usr/share/common-licenses/GPL".