Add support for checking copyright line against a regular expression.
commit5e004b881d0bb95a4a9b9f4710f12a8745a3dc72
authorPascal Obry <pascal@obry.net>
Sun, 9 Dec 2007 09:35:30 +0000 (9 10:35 +0100)
committerPascal Obry <pascal@obry.net>
Sun, 9 Dec 2007 09:38:44 +0000 (9 10:38 +0100)
tree18da634feadfa65100e39297dfb6354cfb1d2f30
parentb6331848680ad5b1fae724a2a5706d14f318c685
Add support for checking copyright line against a regular expression.

It is sometimes needed to ensure that the copyright line properly
follows a given pattern. This is now possible with option -cf.
Add a corresponding non-regression test.
regtests/copyright.ads [new file with mode: 0644]
regtests/makefile
regtests/out13.out [new file with mode: 0644]
src/checks.ads
src/languages.adb
src/languages.ads
src/style_checker.adb