From 21694fbbaf277541a42cd3ea9d710aaca98b0fd3 Mon Sep 17 00:00:00 2001 From: bsd 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/avrdude@118 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avr.c | 2 +- avr.h | 2 +- config.c | 2 +- config.h | 2 +- config_gram.y | 2 +- fileio.c | 2 +- fileio.h | 2 +- lexer.l | 2 +- lists.c | 3 ++- lists.h | 3 ++- main.c | 6 +++--- pindefs.h | 2 +- ppi.c | 2 +- ppi.h | 2 +- term.c | 2 +- term.h | 2 +- 16 files changed, 20 insertions(+), 18 deletions(-) diff --git a/avr.c b/avr.c index a343db5e..2c3937e6 100644 --- a/avr.c +++ b/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/avr.h b/avr.h index c6a0f42d..831ea3c7 100644 --- a/avr.h +++ b/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/config.c b/config.c index a6e9e709..adca8159 100644 --- a/config.c +++ b/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/config.h b/config.h index ca4f1a9d..8b39b95f 100644 --- a/config.h +++ b/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/config_gram.y b/config_gram.y index 17a42394..73e95a2c 100644 --- a/config_gram.y +++ b/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/fileio.c b/fileio.c index a0304e20..ae792164 100644 --- a/fileio.c +++ b/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/fileio.h b/fileio.h index 7c1126f5..05f57ae7 100644 --- a/fileio.h +++ b/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/lexer.l b/lexer.l index 989a885e..c70920ee 100644 --- a/lexer.l +++ b/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/lists.c b/lists.c index 7ec28351..b743d862 100644 --- a/lists.c +++ b/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/lists.h b/lists.h index 89a7dce8..f9544db5 100644 --- a/lists.h +++ b/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/main.c b/main.c index 851ccc27..240311c3 100644 --- a/main.c +++ b/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/pindefs.h b/pindefs.h index e60e422c..e1eed431 100644 --- a/pindefs.h +++ b/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/ppi.c b/ppi.c index 562fcace..b4fbd77d 100644 --- a/ppi.c +++ b/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/ppi.h b/ppi.h index e335c8b8..45ffc433 100644 --- a/ppi.h +++ b/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/term.c b/term.c index a332cb6b..0f8939f1 100644 --- a/term.c +++ b/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/term.h b/term.h index a54795ce..1936708c 100644 --- a/term.h +++ b/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