summaryrefslogtreecommitdiff
path: root/build-aux/update-copyright
Commit message (Collapse)AuthorAgeFilesLines
* document new copyright owner name changesBruce Korb2011-01-021-22/+22
|
* build-aux/update-copyright: Support UPDATE_COPYRIGHT_HOLDER environment ↵Simon Josefsson2011-01-021-3/+4
| | | | variable.
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* update-copyright: you may specify a max. line length other than 72Jim Meyering2009-12-281-2/+7
| | | | * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
* perl scripts: remove #!/usr/bin/perl in favor of more portable...Jim Meyering2009-10-301-2/+5
| | | | | | | | | | | | | Rather than putting #!/usr/bin/perl on the first line, start with a variant of what's recommended by "man perlrun" that invokes the first "perl" program from your shell's search path. * build-aux/gitlog-to-changelog: Replace #!... as above. Add a "Local Variables" perl mode setting. Prompted by a patch from Ludovic Courtès. Improved by Eric Blake. * build-aux/useless-if-before-free: Likewise. * build-aux/announce-gen: Likewise. * build-aux/update-copyright: Likewise.
* Fix copyright header in build-aux scripts.Ralf Wildenhues2009-09-101-2/+2
| | | | | | | | | * build-aux/git-version-gen: Fix copyright header to match GPLv3 recommendation. * build-aux/ncftpput-ftp: Likewise. * build-aux/update-copyright: Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* update-copyright: implement forced reformattingJoel E. Denny2009-08-141-14/+26
| | | | | | * build-aux/update-copyright: Implement and document UPDATE_COPYRIGHT_FORCE. * tests/test-update-copyright.sh: Test it.
* update-copyright: much ado about intervalsJoel E. Denny2009-08-141-16/+35
| | | | | | | | * build-aux/update-copyright: Implement and document UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse of copyright year intervals. Also, document UPDATE_COPYRIGHT_YEAR. * tests/test-update-copyright.sh: Test it.
* update-copyright: convert 2-digit to 4-digit yearsJoel E. Denny2009-08-141-4/+9
| | | | | * build-aux/update-copyright: Implement and document. * tests/test-update-copyright.sh: Update.
* update-copyright: update documentation to point to maint.mkJoel E. Denny2009-08-061-14/+3
| | | | * build-aux/update-copyright: Here.
* update-copyright: support C-style commentsJoel E. Denny2009-08-061-8/+22
| | | | | * build-aux/update-copyright: Implement and document. * tests/test-update-copyright.sh: Test.
* update-copyright: support omitted "(C)"Joel E. Denny2009-08-061-18/+27
| | | | | | * build-aux/update-copyright: Implement and document. Also, allow variable whitespace before "(C)". * tests/test-update-copyright.sh: Test.
* update-copyright: don't trip on non-FSF copyright statementsJoel E. Denny2009-08-051-31/+30
| | | | | | | * build-aux/update-copyright: Fix so that the first correctly formatted FSF copyright statement is recognized no matter what appears before it. Update documentation. * tests/test-update-copyright.sh: Test that.
* update-copyright: clean up code a littleJoel E. Denny2009-08-051-33/+38
| | | | | | | | | * build-aux/update-copyright: Append "_re" to the name of any variable holding a regular expression. Replace "old" and "new" with "stmt" in variable names. Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not handled correctly. Format code more consistently.
* update-copyright: support @copyright{} and &copy;Joel E. Denny2009-08-041-9/+10
| | | | | * build-aux/update-copyright: Implement and document. * tests/test-update-copyright.sh: Test.
* update-copyright: rename some variablesJim Meyering2009-08-041-19/+19
| | | | | * build-aux/update-copyright: Rename a few variables for clarity. Tweak syntax. List Joel E. Denny as coauthor.
* update-copyright: fix bug for 2-digit last year and add testsJoel E. Denny2009-08-041-8/+12
| | | | | | | | * build-aux/update-copyright: Fix bug. Use UPDATE_COPYRIGHT_YEAR from environment as current year if specified. * modules/update-copyright-tests: New * tests/test-update-copyright.sh: New.
* update-copyright: handle leading tabs in line prefixJoel E. Denny2009-08-041-3/+7
| | | | | | | * build-aux/update-copyright: Count leading tabs as 8 spaces when computing margin. This helps with the formatting of ChangeLogs, for example. Fix documentation a little.
* update-copyright: support EOL=\r\nJoel E. Denny2009-08-041-1/+4
| | | | * build-aux/update-copyright: Implement that.
* update-copyright: automatically format copyright statementsJoel E. Denny2009-08-041-40/+120
| | | | | | | | | * build-aux/update-copyright: Implement that. Also, be a little more predictable and safer by always failing when the full copyright format is not perfectly recognized as an unbroken whole. Discussed at <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>. Rewrite documentation.
* update-copyright: generalize comment handlingJoel E. Denny2009-07-301-2/+54
| | | | | | | * build-aux/update-copyright: Handle copyright statements within more comment styles. Document usage. Report any file with an external copyright holder or parse failure.
* update-copyright: new moduleJim Meyering2009-07-291-0/+62
* modules/update-copyright: New file. * build-aux/update-copyright: New file. * MODULES.html.sh (maint+release support): Add update-copyright.