summaryrefslogtreecommitdiff
path: root/src/tools/copyright.pl
AgeCommit message (Expand)Author
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-01-02Make copyright.pl cope with nonstandard case choices in copyright notices.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Document that Perl's Tie might add a trailing newlineBruce Momjian
2015-01-06Clarify which files need manual copyright updatesBruce Momjian
2015-01-06Simplify post-copyright update instructions.Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
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