File: README.org

package info (click to toggle)
libsoftware-copyright-perl 0.015-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 300; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Software::Copyright Perl module

** Description

This class holds a copyright statement, i.e. a set of year range, name
and email.

On construction, a cleanup is done to make the statements more
standard. Here are some cleanup examples:

| Before                  | After          |
|-------------------------+----------------|
| 2002-6 Joe              | 2002-2006, Joe |
| 2001,2002,2003,2004 Joe | 2001-2004, Joe |

The constructor is also compatible with the string given by Debian's
[[https://manpages.debian.org/licensecheck/licensecheck.1p.en.html][licensecheck]], i.e. the statements can be separated by "=/=".

See [[file:lib/Software/Copyright.pm][Software::Copyright]] doc for more details.