summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2a00912c7b866ae6c3422b53288d9647b179db57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: copyright-statement-lint
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-cliapp
X-Python-Version: >= 2.6

Package: copyright-statement-lint
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp
Description: check copyright statements in source files
 copyright-statement-lint checks that the copyright statements
 in files given to it. It verifies that each file has a copyright
 statement, and that at least one of the statements in the file has
 a year that matches the date of the latest git commit.
Homepage: http://liw.fi/copyright-statement-lint/