From 623f4c96185504df24e191f1edf3e96293dfdc4f Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sat, 12 Jan 2002 01:51:35 +0000 Subject: [PATCH] Update version number. Update copyright. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@118 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/avr.c | 2 +- avrdude/avr.h | 2 +- avrdude/config.c | 2 +- avrdude/config.h | 2 +- avrdude/config_gram.y | 2 +- avrdude/fileio.c | 2 +- avrdude/fileio.h | 2 +- avrdude/lexer.l | 2 +- avrdude/lists.c | 3 ++- avrdude/lists.h | 3 ++- avrdude/main.c | 6 +++--- avrdude/pindefs.h | 2 +- avrdude/ppi.c | 2 +- avrdude/ppi.h | 2 +- avrdude/term.c | 2 +- avrdude/term.h | 2 +- 16 files changed, 20 insertions(+), 18 deletions(-) diff --git a/avrdude/avr.c b/avrdude/avr.c index a343db5e..2c3937e6 100644 --- a/avrdude/avr.c +++ b/avrdude/avr.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/avr.h b/avrdude/avr.h index c6a0f42d..831ea3c7 100644 --- a/avrdude/avr.h +++ b/avrdude/avr.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/config.c b/avrdude/config.c index a6e9e709..adca8159 100644 --- a/avrdude/config.c +++ b/avrdude/config.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/config.h b/avrdude/config.h index ca4f1a9d..8b39b95f 100644 --- a/avrdude/config.h +++ b/avrdude/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/config_gram.y b/avrdude/config_gram.y index 17a42394..73e95a2c 100644 --- a/avrdude/config_gram.y +++ b/avrdude/config_gram.y @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/fileio.c b/avrdude/fileio.c index a0304e20..ae792164 100644 --- a/avrdude/fileio.c +++ b/avrdude/fileio.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/fileio.h b/avrdude/fileio.h index 7c1126f5..05f57ae7 100644 --- a/avrdude/fileio.h +++ b/avrdude/fileio.h @@ -1,5 +1,5 @@ /* - * Copyright 2000 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/lexer.l b/avrdude/lexer.l index 989a885e..c70920ee 100644 --- a/avrdude/lexer.l +++ b/avrdude/lexer.l @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/lists.c b/avrdude/lists.c index 7ec28351..b743d862 100644 --- a/avrdude/lists.c +++ b/avrdude/lists.c @@ -1,5 +1,6 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + * 1998, 1999, 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/lists.h b/avrdude/lists.h index 89a7dce8..f9544db5 100644 --- a/avrdude/lists.h +++ b/avrdude/lists.h @@ -1,5 +1,6 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + * 1998, 1999, 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/main.c b/avrdude/main.c index 851ccc27..240311c3 100644 --- a/avrdude/main.c +++ b/avrdude/main.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without @@ -115,7 +115,7 @@ char ** modules[N_MODULES] = { &term_version }; -char * version = "2.0.1"; +char * version = "2.0.2"; char * main_version = "$Id$"; @@ -690,7 +690,7 @@ int main(int argc, char * argv []) * Print out an identifying string so folks can tell what version * they are running */ - fprintf(stderr, "\n%s: Copyright 2001 Brian Dean, bsd@bsdhome.com\n" + fprintf(stderr, "\n%s: Copyright 2000-2002 Brian Dean, bsd@bsdhome.com\n" "%sVersion %s Revision Timestamp %s\n\n", progname, progbuf, version, timestamp); diff --git a/avrdude/pindefs.h b/avrdude/pindefs.h index e60e422c..e1eed431 100644 --- a/avrdude/pindefs.h +++ b/avrdude/pindefs.h @@ -1,5 +1,5 @@ /* - * Copyright 2000 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/ppi.c b/avrdude/ppi.c index 562fcace..b4fbd77d 100644 --- a/avrdude/ppi.c +++ b/avrdude/ppi.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/ppi.h b/avrdude/ppi.h index e335c8b8..45ffc433 100644 --- a/avrdude/ppi.h +++ b/avrdude/ppi.h @@ -1,5 +1,5 @@ /* - * Copyright 2000 Brian S. Dean + * Copyright 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/term.c b/avrdude/term.c index a332cb6b..0f8939f1 100644 --- a/avrdude/term.c +++ b/avrdude/term.c @@ -1,5 +1,5 @@ /* - * Copyright 2001 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/avrdude/term.h b/avrdude/term.h index a54795ce..1936708c 100644 --- a/avrdude/term.h +++ b/avrdude/term.h @@ -1,5 +1,5 @@ /* - * Copyright 2000 Brian S. Dean + * Copyright (c) 2000, 2001, 2002 Brian S. Dean * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without