summaryrefslogtreecommitdiff
path: root/debian/control
blob: d34b76c36f1ba04ab79054d5a7ef9afddb7e9960 (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.8
Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp
X-Python-Version: >= 2.7

Package: copyright-statement-lint
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), 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/