Opened 15 years ago
Closed 15 years ago
#219 closed task (fixed)
copyright year in version output should be automatic
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | trivial | Milestone: | svndigest 0.7 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
refs #218
Following GNU standard, the second line in --version
output looks like
Copyright (C) 2007 Jari Häkkinen and Peter Johansson
This information could easily be parsed from svn into a header file (included in a dist). The year, 2007, is the year of last commitment.
The list of authors could of course be parsed from svn as well, but for time being I consider this list to be static.
Just like in ticket:218 the generated header file should not be touched unless it is necessary. After all the copyright year is only updated (at most) once a year.
Note: See
TracTickets for help on using
tickets.
Fixed in r540