diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-25 15:23:29 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-25 15:40:36 -0800 |
commit | 1667d469317704ae542a9b1f6fdc8e498e0eff59 (patch) | |
tree | 63a0ca4feb4fcea02c0bb7bfa7abdff0cbf60017 /debian/copyright | |
parent | a43bd2ec8807b5cdb4660c6868cf1b982ff4cbfd (diff) |
add debian meta stuff
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..de6b104 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Business-BatchPayment-Paymentech +Upstream-Contact: Mark Wells <mark@freeside.biz> +Upstream-Name: Business-BatchPayment-Paymentech +DISCLAIMER: This copyright info was automatically extracted + from the perl module. It may not be accurate, so you better + check the module sources in order to ensure the module for its + inclusion in Debian or for general legal information. Please, + if licensing information is incorrectly generated, file a bug + on dh-make-perl. + NOTE: Don't forget to remove this disclaimer once you are happy + with this file. + +Files: * +Copyright: Mark Wells <mark@freeside.biz> +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2015, Mark Wells <mark@freeside.biz> +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. |