All source files have an Authors list at the top of the file. This list only contains Volker, most of the times. Other contributors are often missing.
Options:
- We could add everyone based on git history, but this will quickly get out of hands.
src/utils.cpp would show 33 author lines, from a quick glance (git log --format='format:%an' src/util.cpp | sort -u | wc -).
- Listing only Volker tends to become less valid over time.
- Dropping authors altogether and listing them somewhere else instead (
src/utils.cpp does) would also imply to drop Volker's name, which does not sound nice to me.
- Maybe a compromise would be
Volker Fischer, The Jamulus Development Team and contributors?
The topic was initially raised by @pljones in #2325 (comment)
All source files have an
Authorslist at the top of the file. This list only contains Volker, most of the times. Other contributors are often missing.Options:
src/utils.cppwould show 33 author lines, from a quick glance (git log --format='format:%an' src/util.cpp | sort -u | wc -).src/utils.cppdoes) would also imply to drop Volker's name, which does not sound nice to me.Volker Fischer, The Jamulus Development Team and contributors?The topic was initially raised by @pljones in #2325 (comment)