diff --git a/ChangeLog b/ChangeLog index af7f399b..6775171f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-28 Joerg Wunsch + + * main.c: Bump copyright year. + 2014-02-28 Joerg Wunsch * jtag3.c (jtag3_recv): avoid memmov'ing more data than available diff --git a/main.c b/main.c index 428a7c64..6591d387 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2000-2005 Brian S. Dean - * Copyright 2007-2013 Joerg Wunsch + * Copyright 2007-2014 Joerg Wunsch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -633,7 +633,7 @@ int main(int argc, char * argv []) fprintf(stderr, "\n%s: Version %s, compiled on %s at %s\n" "%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n" - "%sCopyright (c) 2007-2009 Joerg Wunsch\n\n", + "%sCopyright (c) 2007-2014 Joerg Wunsch\n\n", progname, version, __DATE__, __TIME__, progbuf, progbuf); }