summaryrefslogtreecommitdiff
path: root/src/tools/copyright.pl
AgeCommit message (Expand)Author
2012-01-02Add comment about skipping binary files for copyright changes.Bruce Momjian
2012-01-02Update copyright git skip comment.Bruce Momjian
2012-01-02Skip any .git directory for copyright changes, not just top-level .gitBruce Momjian
2012-01-02Skip 'ico' and 'bin' extensions in copyright changes.Bruce Momjian
2012-01-01Don't use tabs in Perl scripts, for consistency.Bruce Momjian
2012-01-01Fix Perl copyright script to skip .git subdirectory; running it onBruce Momjian
2011-08-19Fix copyright.pl to properly us 'tie' function.Bruce Momjian
2011-08-19Fix problem with regex in copyright test.Bruce Momjian
2011-08-19Remove use of 'tie' in perl for copyright.pl; instead use normal fileBruce Momjian
2011-08-19Add executable bit to file.Bruce Momjian
2011-08-19Implement src/tools/copyright as a Perl program, so anyone can run it.Bruce Momjian