summaryrefslogtreecommitdiff
path: root/src/tools/copyright.pl
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-03Have copyright tool mention that certain files should be updated in back bran...Bruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
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