From 7a243e8cad56b64ab8ddbb42b599e67e88aade7b Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sat, 14 Jul 2007 15:42:56 +0200 Subject: [PATCH] gpl changes --- configfile.c | 5 ++--- event.c | 5 ++--- linebuffer.c | 18 ++++++++++++++++++ logging.c | 5 ++--- sockaddr.c | 18 ++++++++++++++++++ tcpsocket.c | 18 ++++++++++++++++++ 6 files changed, 60 insertions(+), 9 deletions(-) diff --git a/configfile.c b/configfile.c index 1314bb3..8219f21 100644 --- a/configfile.c +++ b/configfile.c @@ -1,11 +1,10 @@ /*************************************************************************** - * Copyright (C) 06/2006 by Olaf Rempel * + * Copyright (C) 07/2007 by Olaf Rempel * * razzor@kopf-tisch.de * * * * 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. * + * the Free Software Foundation; version 2 of the License * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/event.c b/event.c index 2e809fd..104d87c 100644 --- a/event.c +++ b/event.c @@ -1,11 +1,10 @@ /*************************************************************************** - * Copyright (C) 10/2006 by Olaf Rempel * + * Copyright (C) 07/2007 by Olaf Rempel * * razzor@kopf-tisch.de * * * * 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. * + * the Free Software Foundation; version 2 of the License * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/linebuffer.c b/linebuffer.c index c8f7d56..41dfa08 100644 --- a/linebuffer.c +++ b/linebuffer.c @@ -1,3 +1,21 @@ +/*************************************************************************** + * Copyright (C) 07/2007 by Olaf Rempel * + * razzor@kopf-tisch.de * + * * + * 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; version 2 of the License * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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. * + ***************************************************************************/ #include #include #include diff --git a/logging.c b/logging.c index 61dcfcf..fd0ab0b 100644 --- a/logging.c +++ b/logging.c @@ -1,11 +1,10 @@ /*************************************************************************** - * Copyright (C) 06/2006 by Olaf Rempel * + * Copyright (C) 07/2007 by Olaf Rempel * * razzor@kopf-tisch.de * * * * 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. * + * the Free Software Foundation; version 2 of the License * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/sockaddr.c b/sockaddr.c index d2ed9d1..0559097 100644 --- a/sockaddr.c +++ b/sockaddr.c @@ -1,3 +1,21 @@ +/*************************************************************************** + * Copyright (C) 07/2007 by Olaf Rempel * + * razzor@kopf-tisch.de * + * * + * 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; version 2 of the License * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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. * + ***************************************************************************/ #include #include #include diff --git a/tcpsocket.c b/tcpsocket.c index b5a33e9..1c55106 100644 --- a/tcpsocket.c +++ b/tcpsocket.c @@ -1,3 +1,21 @@ +/*************************************************************************** + * Copyright (C) 07/2007 by Olaf Rempel * + * razzor@kopf-tisch.de * + * * + * 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; version 2 of the License * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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. * + ***************************************************************************/ #include #include #include