From f4f0cda8491d776a49fecfc410a31cb20f51c827 Mon Sep 17 00:00:00 2001 From: nohar Date: Sun, 9 Oct 2005 11:47:20 +0000 Subject: [PATCH] cleanup for release --- COPYING | 11 ++++++++--- src/bip.c | 2 +- src/bip.h | 2 +- src/bipmkpw.c | 13 +++++++++++++ src/connection.c | 2 +- src/connection.h | 2 +- src/irc.c | 2 +- src/irc.h | 2 +- src/line.c | 13 +++++++++++++ src/line.h | 13 +++++++++++++ src/tuple.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- 13 files changed, 56 insertions(+), 12 deletions(-) diff --git a/COPYING b/COPYING index d60c31a..f1bd809 100644 --- a/COPYING +++ b/COPYING @@ -1,8 +1,13 @@ +bip copyright 2004 2005 Arnaud Cornet and loic Gomez, is released under the +terms of the GNU GPL, License that you can find below. + +-------------------------------------------------------------------------------- + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +310,7 @@ the "copyright" line and a pointer to where the full notice is found. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. @@ -313,7 +318,7 @@ Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/src/bip.c b/src/bip.c index d2468ea..28bbd68 100644 --- a/src/bip.c +++ b/src/bip.c @@ -2,7 +2,7 @@ * $Id: bip.c,v 1.39 2005/04/21 06:58:50 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/bip.h b/src/bip.h index 69a806c..84f5ef4 100644 --- a/src/bip.h +++ b/src/bip.h @@ -2,7 +2,7 @@ * $Id: bip.h,v 1.6 2005/04/12 19:34:35 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/bipmkpw.c b/src/bipmkpw.c index 31a134a..d01700c 100644 --- a/src/bipmkpw.c +++ b/src/bipmkpw.c @@ -1,3 +1,16 @@ +/* + * $Id$ + * + * This file is part of the bip project + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * See the file "COPYING" for the exact licensing terms. + */ + #include "config.h" #include #include diff --git a/src/connection.c b/src/connection.c index 7a758d1..359e774 100644 --- a/src/connection.c +++ b/src/connection.c @@ -2,7 +2,7 @@ * $Id: connection.c,v 1.98 2005/04/12 19:34:35 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/connection.h b/src/connection.h index 952a25f..364ded6 100644 --- a/src/connection.h +++ b/src/connection.h @@ -2,7 +2,7 @@ * $Id: connection.h,v 1.40 2005/04/12 19:34:35 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/irc.c b/src/irc.c index ffc72e4..3043b3b 100644 --- a/src/irc.c +++ b/src/irc.c @@ -2,7 +2,7 @@ * $Id: irc.c,v 1.156 2005/04/21 06:58:50 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/irc.h b/src/irc.h index f49436e..185f3fb 100644 --- a/src/irc.h +++ b/src/irc.h @@ -2,7 +2,7 @@ * $Id: irc.h,v 1.43 2005/04/21 06:58:50 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/line.c b/src/line.c index 7952084..719d0d3 100644 --- a/src/line.c +++ b/src/line.c @@ -1,3 +1,16 @@ +/* + * $Id$ + * + * This file is part of the bip project + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * See the file "COPYING" for the exact licensing terms. + */ + #include "config.h" #include "line.h" diff --git a/src/line.h b/src/line.h index 449cc4b..4c4799a 100644 --- a/src/line.h +++ b/src/line.h @@ -1,3 +1,16 @@ +/* + * $Id$ + * + * This file is part of the bip project + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * See the file "COPYING" for the exact licensing terms. + */ + #ifndef IRC_LINE_H #define IRC_LINE_H diff --git a/src/tuple.h b/src/tuple.h index 76fc889..d4dd3a2 100644 --- a/src/tuple.h +++ b/src/tuple.h @@ -2,7 +2,7 @@ * $Id: conf.h,v 1.5 2005/04/17 15:20:32 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/util.c b/src/util.c index 0efca7b..b79eb7a 100644 --- a/src/util.c +++ b/src/util.c @@ -2,7 +2,7 @@ * $Id: util.c,v 1.60 2005/04/12 19:34:35 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 diff --git a/src/util.h b/src/util.h index 00f369a..f044f10 100644 --- a/src/util.h +++ b/src/util.h @@ -2,7 +2,7 @@ * $Id: util.h,v 1.35 2005/04/12 19:34:35 nohar Exp $ * * This file is part of the bip project - * Copyright (C) 2004 Arnaud Cornet and Loïc Gomez + * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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