summaryrefslogtreecommitdiff
path: root/build-aux/libtool-next-version
Commit message (Collapse)AuthorAgeFilesLines
* libtool-next-version: Implement --version option according to GCS.Bruno Haible2021-04-111-4/+8
| | | | | | * build-aux/libtool-next-version (scriptversion): New variable. (func_version): Deduce the copyright year from it. Terminate sentences with '.'.
* maint: Update copyright notices in --version output.Bruno Haible2021-01-011-1/+1
| | | | | | | | | | | List the most recent year in which changes were made, per <https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html>. * build-aux/declared.sh (func_version): Say 2019. * build-aux/libtool-next-version (func_version): Likewise. * build-aux/run-test (func_version): Likewise. * check-module (COPYRIGHT_NOTICE): Say 2012. * lib/git-merge-changelog.c (main): Say 2020.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: update copyright noticesPaul Eggert2019-12-311-1/+1
| | | | | | | | | | | | | Before doing the following changes done by hand, I also ran ‘make update-copyright’ and ‘config/srclist-update <config/srclist.txt’ to do most of the copyright years automatically. A few upstream sources are still in 2019 but these should eventually be changed automatically too. * build-aux/declared.sh (func_version): * build-aux/libtool-next-version (func_version): * build-aux/run-test (func_version): Update these notices by hand. Put just the last year in output of programs, as per GNU coding standards.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* libtool-next-version: Fix error output.Bruno Haible2019-08-281-2/+2
| | | | | * build-aux/libtool-next-version (func_fatal_error): Fix the program name.
* libtool-next-version: New program.Bruno Haible2019-05-121-0/+291
* build-aux/libtool-next-version: New file.