Merge pull request #1182 from dl8dtl/rewrite_authors

Rewrite authors/copyrights
This commit is contained in:
Jörg Wunsch
2022-11-19 09:55:23 +01:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -2,6 +2,13 @@ AVRDUDE was written by:
Brian S. Dean <bsd@bdmicro.com> Brian S. Dean <bsd@bdmicro.com>
AVRDUDE is currently maintained by:
Hans Eirik Bull
Stefan Rueger
Xiaofan Chen
Joerg Wunsch
Contributors: Contributors:
Joerg Wunsch <j@uriah.heep.sax.de> Joerg Wunsch <j@uriah.heep.sax.de>
@@ -38,5 +45,5 @@ Contributors to code no longer present:
Paula Tomlinson for the loaddrv sources Paula Tomlinson for the loaddrv sources
Chris Liechti for loaddrv modifications Chris Liechti for loaddrv modifications
For minor contributions, please see the ChangeLog files. For minor contributions, please see the ChangeLog files / Git log.

View File

@@ -900,8 +900,8 @@ int main(int argc, char * argv [])
*/ */
msg_notice("\n"); msg_notice("\n");
pmsg_notice("Version %s\n", version); pmsg_notice("Version %s\n", version);
imsg_notice("Copyright (c) Brian Dean, http://www.bdmicro.com/\n"); imsg_notice("Copyright the AVRDUDE authors;\n");
imsg_notice("Copyright (c) Joerg Wunsch\n\n"); imsg_notice("see https://github.com/avrdudes/avrdude/blob/main/AUTHORS\n\n");
if(*sys_config) { if(*sys_config) {
char *real_sys_config = realpath(sys_config, NULL); char *real_sys_config = realpath(sys_config, NULL);