From 415c72bb9c5fc5f0d1b4ec74a19553dbb2d64773 Mon Sep 17 00:00:00 2001 From: Alexandre Cassen Date: Thu, 6 May 2010 17:58:26 +0200 Subject: [PATCH] keepalived-1.1.20 * keepalived-1.1.20 released. * Vincent Bernat luffy.cx> extended ip/route framework to be able to add route or ip address if they already exist. * Vincent Bernat luffy.cx> fixed broadcast address display. * Vincent Bernat luffy.cx> extended genhash to display an error when giving an incorrect IP address. * Vincent Bernat luffy.cx>: When parsing "blackhole" route, also parse IP mask. * Vincent Bernat luffy.cx>: On reload, destroy signal pipes before recreating them. * Vincent Bernat luffy.cx>: Fix SMTP checker adding himself repeatedly in the list of failed checkers. * Vincent Bernat luffy.cx>: Handle non-existant default interface in VIP definition. * Vincent Bernat luffy.cx>: Remove alive real servers when quorum is lost. * Vincent Bernat luffy.cx>: Fix a segfault when a virtual_server is empty. * Vincent Bernat luffy.cx>: Add real servers to new member of a virtual server group on reload. * Vincent Bernat luffy.cx>: Keep previous effective VRRP priority on reload. * Vincent Bernat luffy.cx>: Fix VRRP script not running any more after reload. * Vincent Bernat luffy.cx>: On reload, keep status for all VRRP scripts. * Removed IPVS Kernel 2.2 support --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ VERSION | 2 +- keepalived.spec.in | 2 +- keepalived/check/Makefile.in | 2 +- keepalived/check/check_api.c | 2 +- keepalived/check/check_daemon.c | 2 +- keepalived/check/check_data.c | 2 +- keepalived/check/check_http.c | 2 +- keepalived/check/check_misc.c | 2 +- keepalived/check/check_parser.c | 2 +- keepalived/check/check_smtp.c | 2 +- keepalived/check/check_ssl.c | 2 +- keepalived/check/check_tcp.c | 2 +- keepalived/check/ipfwwrapper.c | 2 +- keepalived/check/ipvswrapper.c | 2 +- keepalived/check/ipwrapper.c | 2 +- keepalived/core/Makefile.in | 2 +- keepalived/core/daemon.c | 2 +- keepalived/core/global_data.c | 2 +- keepalived/core/global_parser.c | 2 +- keepalived/core/layer4.c | 2 +- keepalived/core/main.c | 2 +- keepalived/core/pidfile.c | 2 +- keepalived/core/smtp.c | 2 +- keepalived/include/check_api.h | 2 +- keepalived/include/check_daemon.h | 2 +- keepalived/include/check_data.h | 2 +- keepalived/include/check_http.h | 2 +- keepalived/include/check_misc.h | 2 +- keepalived/include/check_parser.h | 2 +- keepalived/include/check_smtp.h | 2 +- keepalived/include/check_ssl.h | 2 +- keepalived/include/check_tcp.h | 2 +- keepalived/include/config.h.in | 2 +- keepalived/include/daemon.h | 2 +- keepalived/include/global_data.h | 2 +- keepalived/include/global_parser.h | 2 +- keepalived/include/ipfwwrapper.h | 2 +- keepalived/include/ipvswrapper.h | 2 +- keepalived/include/ipwrapper.h | 2 +- keepalived/include/layer4.h | 2 +- keepalived/include/main.h | 2 +- keepalived/include/pidfile.h | 2 +- keepalived/include/smtp.h | 2 +- keepalived/include/vrrp.h | 2 +- keepalived/include/vrrp_arp.h | 2 +- keepalived/include/vrrp_daemon.h | 2 +- keepalived/include/vrrp_data.h | 2 +- keepalived/include/vrrp_if.h | 2 +- keepalived/include/vrrp_index.h | 2 +- keepalived/include/vrrp_ipaddress.h | 2 +- keepalived/include/vrrp_iproute.h | 2 +- keepalived/include/vrrp_ipsecah.h | 2 +- keepalived/include/vrrp_netlink.h | 2 +- keepalived/include/vrrp_notify.h | 2 +- keepalived/include/vrrp_scheduler.h | 2 +- keepalived/include/vrrp_sync.h | 2 +- keepalived/include/vrrp_track.h | 2 +- keepalived/vrrp/Makefile.in | 2 +- keepalived/vrrp/vrrp.c | 2 +- keepalived/vrrp/vrrp_arp.c | 2 +- keepalived/vrrp/vrrp_daemon.c | 2 +- keepalived/vrrp/vrrp_data.c | 2 +- keepalived/vrrp/vrrp_if.c | 2 +- keepalived/vrrp/vrrp_index.c | 2 +- keepalived/vrrp/vrrp_ipaddress.c | 2 +- keepalived/vrrp/vrrp_iproute.c | 2 +- keepalived/vrrp/vrrp_ipsecah.c | 2 +- keepalived/vrrp/vrrp_netlink.c | 2 +- keepalived/vrrp/vrrp_notify.c | 2 +- keepalived/vrrp/vrrp_parser.c | 2 +- keepalived/vrrp/vrrp_scheduler.c | 2 +- keepalived/vrrp/vrrp_sync.c | 2 +- keepalived/vrrp/vrrp_track.c | 2 +- lib/Makefile.in | 2 +- lib/html.c | 2 +- lib/html.h | 2 +- lib/list.c | 2 +- lib/list.h | 2 +- lib/logger.c | 2 +- lib/logger.h | 2 +- lib/memory.c | 2 +- lib/memory.h | 2 +- lib/notify.c | 2 +- lib/notify.h | 2 +- lib/parser.c | 2 +- lib/parser.h | 2 +- lib/scheduler.c | 2 +- lib/scheduler.h | 2 +- lib/signals.c | 2 +- lib/signals.h | 2 +- lib/timer.c | 2 +- lib/timer.h | 2 +- lib/utils.c | 2 +- lib/utils.h | 2 +- lib/vector.c | 2 +- lib/vector.h | 2 +- 97 files changed, 129 insertions(+), 96 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2d631b..b077db9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2010-05-06 Alexandre Cassen + * keepalived-1.1.20 released. + * Vincent Bernat luffy.cx> extended ip/route + framework to be able to add route or ip address if they + already exist. + * Vincent Bernat luffy.cx> fixed broadcast + address display. + * Vincent Bernat luffy.cx> extended genhash to + display an error when giving an incorrect IP address. + * Vincent Bernat luffy.cx>: When parsing + "blackhole" route, also parse IP mask. + * Vincent Bernat luffy.cx>: + On reload, destroy signal pipes before recreating them. + * Vincent Bernat luffy.cx>: + Fix SMTP checker adding himself repeatedly in the list of + failed checkers. + * Vincent Bernat luffy.cx>: + Handle non-existant default interface in VIP definition. + * Vincent Bernat luffy.cx>: + Remove alive real servers when quorum is lost. + * Vincent Bernat luffy.cx>: + Fix a segfault when a virtual_server is empty. + * Vincent Bernat luffy.cx>: + Add real servers to new member of a virtual server group + on reload. + * Vincent Bernat luffy.cx>: + Keep previous effective VRRP priority on reload. + * Vincent Bernat luffy.cx>: + Fix VRRP script not running any more after reload. + * Vincent Bernat luffy.cx>: + On reload, keep status for all VRRP scripts. + * Removed IPVS Kernel 2.2 support + 2009-10-01 Alexandre Cassen * keepalived-1.1.19 released. * Cosmetics changes. diff --git a/VERSION b/VERSION index 4e03659..be5b4c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.19 +1.1.20 diff --git a/keepalived.spec.in b/keepalived.spec.in index ab19cef..2b25884 100644 --- a/keepalived.spec.in +++ b/keepalived.spec.in @@ -6,7 +6,7 @@ Summary: HA monitor built upon LVS, VRRP and services poller Name: keepalived -Version: 1.1.18 +Version: 1.1.20 Release: 5 License: GPL Group: Applications/System diff --git a/keepalived/check/Makefile.in b/keepalived/check/Makefile.in index 2b63750..c78b5d6 100644 --- a/keepalived/check/Makefile.in +++ b/keepalived/check/Makefile.in @@ -2,7 +2,7 @@ # # Keepalived OpenSource project. # -# Copyright (C) 2001-2009 Alexandre Cassen, +# Copyright (C) 2001-2010 Alexandre Cassen, KERNEL = @KERN@ CC = @CC@ diff --git a/keepalived/check/check_api.c b/keepalived/check/check_api.c index 791150a..40c2750 100644 --- a/keepalived/check/check_api.c +++ b/keepalived/check/check_api.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/check/check_daemon.c b/keepalived/check/check_daemon.c index 5f0e27d..a17f800 100644 --- a/keepalived/check/check_daemon.c +++ b/keepalived/check/check_daemon.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "check_daemon.h" diff --git a/keepalived/check/check_data.c b/keepalived/check/check_data.c index 9eb36ea..c84e4e3 100644 --- a/keepalived/check/check_data.c +++ b/keepalived/check/check_data.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "check_data.h" diff --git a/keepalived/check/check_http.c b/keepalived/check/check_http.c index 1bcf446..39f5621 100644 --- a/keepalived/check/check_http.c +++ b/keepalived/check/check_http.c @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/check/check_misc.c b/keepalived/check/check_misc.c index 244ffb4..66631fe 100644 --- a/keepalived/check/check_misc.c +++ b/keepalived/check/check_misc.c @@ -20,7 +20,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "check_misc.h" diff --git a/keepalived/check/check_parser.c b/keepalived/check/check_parser.c index 57513df..6d0cfca 100644 --- a/keepalived/check/check_parser.c +++ b/keepalived/check/check_parser.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "check_parser.h" diff --git a/keepalived/check/check_smtp.c b/keepalived/check/check_smtp.c index edae298..a72e983 100644 --- a/keepalived/check/check_smtp.c +++ b/keepalived/check/check_smtp.c @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/check/check_ssl.c b/keepalived/check/check_ssl.c index 9e7b77e..ec56b89 100644 --- a/keepalived/check/check_ssl.c +++ b/keepalived/check/check_ssl.c @@ -20,7 +20,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/check/check_tcp.c b/keepalived/check/check_tcp.c index 2fb789a..cf6c7cc 100644 --- a/keepalived/check/check_tcp.c +++ b/keepalived/check/check_tcp.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "check_tcp.h" diff --git a/keepalived/check/ipfwwrapper.c b/keepalived/check/ipfwwrapper.c index a40a58c..29a9ea3 100644 --- a/keepalived/check/ipfwwrapper.c +++ b/keepalived/check/ipfwwrapper.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "ipfwwrapper.h" diff --git a/keepalived/check/ipvswrapper.c b/keepalived/check/ipvswrapper.c index d73b3e1..ad79f20 100644 --- a/keepalived/check/ipvswrapper.c +++ b/keepalived/check/ipvswrapper.c @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "ipvswrapper.h" diff --git a/keepalived/check/ipwrapper.c b/keepalived/check/ipwrapper.c index 3d6b59e..c2431bc 100644 --- a/keepalived/check/ipwrapper.c +++ b/keepalived/check/ipwrapper.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "ipwrapper.h" diff --git a/keepalived/core/Makefile.in b/keepalived/core/Makefile.in index 6e852a2..e70324a 100644 --- a/keepalived/core/Makefile.in +++ b/keepalived/core/Makefile.in @@ -2,7 +2,7 @@ # # Keepalived OpenSource project. # -# Copyright (C) 2001-2009 Alexandre Cassen, +# Copyright (C) 2001-2010 Alexandre Cassen, CC = @CC@ INCLUDES = -I../include -I../../lib diff --git a/keepalived/core/daemon.c b/keepalived/core/daemon.c index 0ce1475..631b3a3 100644 --- a/keepalived/core/daemon.c +++ b/keepalived/core/daemon.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/core/global_data.c b/keepalived/core/global_data.c index e906b1f..3ba7855 100644 --- a/keepalived/core/global_data.c +++ b/keepalived/core/global_data.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/core/global_parser.c b/keepalived/core/global_parser.c index 36c334c..24b4b26 100644 --- a/keepalived/core/global_parser.c +++ b/keepalived/core/global_parser.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "global_parser.h" diff --git a/keepalived/core/layer4.c b/keepalived/core/layer4.c index 465c443..9fbd481 100644 --- a/keepalived/core/layer4.c +++ b/keepalived/core/layer4.c @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "layer4.h" diff --git a/keepalived/core/main.c b/keepalived/core/main.c index 3c1eafc..511e7a6 100644 --- a/keepalived/core/main.c +++ b/keepalived/core/main.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "main.h" diff --git a/keepalived/core/pidfile.c b/keepalived/core/pidfile.c index 7bd3fa1..be047f7 100644 --- a/keepalived/core/pidfile.c +++ b/keepalived/core/pidfile.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "logger.h" diff --git a/keepalived/core/smtp.c b/keepalived/core/smtp.c index c556ef9..4dfaa13 100644 --- a/keepalived/core/smtp.c +++ b/keepalived/core/smtp.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/keepalived/include/check_api.h b/keepalived/include/check_api.h index 29bda4e..aea1ee4 100644 --- a/keepalived/include/check_api.h +++ b/keepalived/include/check_api.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_API_H diff --git a/keepalived/include/check_daemon.h b/keepalived/include/check_daemon.h index bd03f2a..13b85bc 100644 --- a/keepalived/include/check_daemon.h +++ b/keepalived/include/check_daemon.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_DAEMON_H diff --git a/keepalived/include/check_data.h b/keepalived/include/check_data.h index ef5bc9d..a8f9bc1 100644 --- a/keepalived/include/check_data.h +++ b/keepalived/include/check_data.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_DATA_H diff --git a/keepalived/include/check_http.h b/keepalived/include/check_http.h index 9868429..9d1786b 100644 --- a/keepalived/include/check_http.h +++ b/keepalived/include/check_http.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_HTTP_H diff --git a/keepalived/include/check_misc.h b/keepalived/include/check_misc.h index 2dc7193..553b80c 100644 --- a/keepalived/include/check_misc.h +++ b/keepalived/include/check_misc.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_MISC_H diff --git a/keepalived/include/check_parser.h b/keepalived/include/check_parser.h index 922b5e9..38f5a0d 100644 --- a/keepalived/include/check_parser.h +++ b/keepalived/include/check_parser.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_PARSER_H diff --git a/keepalived/include/check_smtp.h b/keepalived/include/check_smtp.h index be3a73c..06f0b5d 100644 --- a/keepalived/include/check_smtp.h +++ b/keepalived/include/check_smtp.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_SMTP_H diff --git a/keepalived/include/check_ssl.h b/keepalived/include/check_ssl.h index 7e60302..5498446 100644 --- a/keepalived/include/check_ssl.h +++ b/keepalived/include/check_ssl.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_SSL_H diff --git a/keepalived/include/check_tcp.h b/keepalived/include/check_tcp.h index eac1d77..ee4a535 100644 --- a/keepalived/include/check_tcp.h +++ b/keepalived/include/check_tcp.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CHECK_TCP_H diff --git a/keepalived/include/config.h.in b/keepalived/include/config.h.in index 8dcb5fe..d3fda65 100644 --- a/keepalived/include/config.h.in +++ b/keepalived/include/config.h.in @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _CONFIG_H diff --git a/keepalived/include/daemon.h b/keepalived/include/daemon.h index 856b6ed..b5c0a25 100644 --- a/keepalived/include/daemon.h +++ b/keepalived/include/daemon.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _DAEMON_H diff --git a/keepalived/include/global_data.h b/keepalived/include/global_data.h index 444b78c..9e2aedc 100644 --- a/keepalived/include/global_data.h +++ b/keepalived/include/global_data.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _GLOBAL_DATA_H diff --git a/keepalived/include/global_parser.h b/keepalived/include/global_parser.h index 05f5bb5..d929218 100644 --- a/keepalived/include/global_parser.h +++ b/keepalived/include/global_parser.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _GLOBAL_PARSER_H diff --git a/keepalived/include/ipfwwrapper.h b/keepalived/include/ipfwwrapper.h index 8f7f330..8681086 100644 --- a/keepalived/include/ipfwwrapper.h +++ b/keepalived/include/ipfwwrapper.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _IPFWWRAPPER_H diff --git a/keepalived/include/ipvswrapper.h b/keepalived/include/ipvswrapper.h index f40f629..4f21413 100644 --- a/keepalived/include/ipvswrapper.h +++ b/keepalived/include/ipvswrapper.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _IPVSWRAPPER_H diff --git a/keepalived/include/ipwrapper.h b/keepalived/include/ipwrapper.h index 76d8a06..430097d 100644 --- a/keepalived/include/ipwrapper.h +++ b/keepalived/include/ipwrapper.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _IPWRAPPER_H diff --git a/keepalived/include/layer4.h b/keepalived/include/layer4.h index 75b5e75..9705ba4 100644 --- a/keepalived/include/layer4.h +++ b/keepalived/include/layer4.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _LAYER4_H diff --git a/keepalived/include/main.h b/keepalived/include/main.h index dd5a42e..6ea305d 100644 --- a/keepalived/include/main.h +++ b/keepalived/include/main.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _MAIN_H diff --git a/keepalived/include/pidfile.h b/keepalived/include/pidfile.h index 80cc7db..8d841bf 100644 --- a/keepalived/include/pidfile.h +++ b/keepalived/include/pidfile.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _PIDFILE_H diff --git a/keepalived/include/smtp.h b/keepalived/include/smtp.h index c9e4ccf..aab0cb3 100644 --- a/keepalived/include/smtp.h +++ b/keepalived/include/smtp.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _SMTP_H diff --git a/keepalived/include/vrrp.h b/keepalived/include/vrrp.h index 22f933f..1428967 100644 --- a/keepalived/include/vrrp.h +++ b/keepalived/include/vrrp.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_H diff --git a/keepalived/include/vrrp_arp.h b/keepalived/include/vrrp_arp.h index 76d2c90..a264c8d 100644 --- a/keepalived/include/vrrp_arp.h +++ b/keepalived/include/vrrp_arp.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_ARP_H diff --git a/keepalived/include/vrrp_daemon.h b/keepalived/include/vrrp_daemon.h index a34e0ae..e26a462 100644 --- a/keepalived/include/vrrp_daemon.h +++ b/keepalived/include/vrrp_daemon.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_DAEMON_H diff --git a/keepalived/include/vrrp_data.h b/keepalived/include/vrrp_data.h index a536e3b..9589006 100644 --- a/keepalived/include/vrrp_data.h +++ b/keepalived/include/vrrp_data.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_DATA_H diff --git a/keepalived/include/vrrp_if.h b/keepalived/include/vrrp_if.h index 2f9ef4e..f77d086 100644 --- a/keepalived/include/vrrp_if.h +++ b/keepalived/include/vrrp_if.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_IF_H diff --git a/keepalived/include/vrrp_index.h b/keepalived/include/vrrp_index.h index aca7859..ab62d5e 100644 --- a/keepalived/include/vrrp_index.h +++ b/keepalived/include/vrrp_index.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_INDEX_H diff --git a/keepalived/include/vrrp_ipaddress.h b/keepalived/include/vrrp_ipaddress.h index 7bd03c9..e9ba648 100644 --- a/keepalived/include/vrrp_ipaddress.h +++ b/keepalived/include/vrrp_ipaddress.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_IPADDR_H diff --git a/keepalived/include/vrrp_iproute.h b/keepalived/include/vrrp_iproute.h index 04244a9..f19f4b1 100644 --- a/keepalived/include/vrrp_iproute.h +++ b/keepalived/include/vrrp_iproute.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_IPROUTE_H diff --git a/keepalived/include/vrrp_ipsecah.h b/keepalived/include/vrrp_ipsecah.h index 04cc0a1..3e85364 100644 --- a/keepalived/include/vrrp_ipsecah.h +++ b/keepalived/include/vrrp_ipsecah.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_IPSEC_AH_H diff --git a/keepalived/include/vrrp_netlink.h b/keepalived/include/vrrp_netlink.h index f773036..2915c0d 100644 --- a/keepalived/include/vrrp_netlink.h +++ b/keepalived/include/vrrp_netlink.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_NETLINK_H diff --git a/keepalived/include/vrrp_notify.h b/keepalived/include/vrrp_notify.h index e47b70e..170cbd1 100644 --- a/keepalived/include/vrrp_notify.h +++ b/keepalived/include/vrrp_notify.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_NOTIFY_H diff --git a/keepalived/include/vrrp_scheduler.h b/keepalived/include/vrrp_scheduler.h index d8c6b61..ca7071e 100644 --- a/keepalived/include/vrrp_scheduler.h +++ b/keepalived/include/vrrp_scheduler.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_SCHEDULER_H diff --git a/keepalived/include/vrrp_sync.h b/keepalived/include/vrrp_sync.h index 6c0af77..65f3ca1 100644 --- a/keepalived/include/vrrp_sync.h +++ b/keepalived/include/vrrp_sync.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_SYNC_H diff --git a/keepalived/include/vrrp_track.h b/keepalived/include/vrrp_track.h index e7a5a8b..d3bf4e9 100644 --- a/keepalived/include/vrrp_track.h +++ b/keepalived/include/vrrp_track.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VRRP_TRACK_H diff --git a/keepalived/vrrp/Makefile.in b/keepalived/vrrp/Makefile.in index b011eea..25c220f 100644 --- a/keepalived/vrrp/Makefile.in +++ b/keepalived/vrrp/Makefile.in @@ -2,7 +2,7 @@ # # Keepalived OpenSource project. # -# Copyright (C) 2001-2009 Alexandre Cassen, +# Copyright (C) 2001-2010 Alexandre Cassen, CC = @CC@ INCLUDES = -I../include -I../../lib diff --git a/keepalived/vrrp/vrrp.c b/keepalived/vrrp/vrrp.c index bca43f5..b4607b6 100644 --- a/keepalived/vrrp/vrrp.c +++ b/keepalived/vrrp/vrrp.c @@ -20,7 +20,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local include */ diff --git a/keepalived/vrrp/vrrp_arp.c b/keepalived/vrrp/vrrp_arp.c index ec9545d..82a813d 100644 --- a/keepalived/vrrp/vrrp_arp.c +++ b/keepalived/vrrp/vrrp_arp.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local includes */ diff --git a/keepalived/vrrp/vrrp_daemon.c b/keepalived/vrrp/vrrp_daemon.c index fd55723..8bd9526 100644 --- a/keepalived/vrrp/vrrp_daemon.c +++ b/keepalived/vrrp/vrrp_daemon.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_daemon.h" diff --git a/keepalived/vrrp/vrrp_data.c b/keepalived/vrrp/vrrp_data.c index 53ec93d..45d5a94 100644 --- a/keepalived/vrrp/vrrp_data.c +++ b/keepalived/vrrp/vrrp_data.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_data.h" diff --git a/keepalived/vrrp/vrrp_if.c b/keepalived/vrrp/vrrp_if.c index 99bd746..99d0cd8 100644 --- a/keepalived/vrrp/vrrp_if.c +++ b/keepalived/vrrp/vrrp_if.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* global include */ diff --git a/keepalived/vrrp/vrrp_index.c b/keepalived/vrrp/vrrp_index.c index 0bff135..f9091ed 100644 --- a/keepalived/vrrp/vrrp_index.c +++ b/keepalived/vrrp/vrrp_index.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local include */ diff --git a/keepalived/vrrp/vrrp_ipaddress.c b/keepalived/vrrp/vrrp_ipaddress.c index 0c6fa09..f39d119 100644 --- a/keepalived/vrrp/vrrp_ipaddress.c +++ b/keepalived/vrrp/vrrp_ipaddress.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local include */ diff --git a/keepalived/vrrp/vrrp_iproute.c b/keepalived/vrrp/vrrp_iproute.c index 130f4f0..761dca2 100644 --- a/keepalived/vrrp/vrrp_iproute.c +++ b/keepalived/vrrp/vrrp_iproute.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local include */ diff --git a/keepalived/vrrp/vrrp_ipsecah.c b/keepalived/vrrp/vrrp_ipsecah.c index 9e28d2d..e47c6f6 100644 --- a/keepalived/vrrp/vrrp_ipsecah.c +++ b/keepalived/vrrp/vrrp_ipsecah.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_ipsecah.h" diff --git a/keepalived/vrrp/vrrp_netlink.c b/keepalived/vrrp/vrrp_netlink.c index 5b5e070..36b3298 100644 --- a/keepalived/vrrp/vrrp_netlink.c +++ b/keepalived/vrrp/vrrp_netlink.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* global include */ diff --git a/keepalived/vrrp/vrrp_notify.c b/keepalived/vrrp/vrrp_notify.c index 2d4d2b2..35b461f 100644 --- a/keepalived/vrrp/vrrp_notify.c +++ b/keepalived/vrrp/vrrp_notify.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* system include */ diff --git a/keepalived/vrrp/vrrp_parser.c b/keepalived/vrrp/vrrp_parser.c index 0a61179..d7c1a99 100644 --- a/keepalived/vrrp/vrrp_parser.c +++ b/keepalived/vrrp/vrrp_parser.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_parser.h" diff --git a/keepalived/vrrp/vrrp_scheduler.c b/keepalived/vrrp/vrrp_scheduler.c index 1ec8b70..a1d29b7 100644 --- a/keepalived/vrrp/vrrp_scheduler.c +++ b/keepalived/vrrp/vrrp_scheduler.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_scheduler.h" diff --git a/keepalived/vrrp/vrrp_sync.c b/keepalived/vrrp/vrrp_sync.c index 32d8465..92c55e2 100644 --- a/keepalived/vrrp/vrrp_sync.c +++ b/keepalived/vrrp/vrrp_sync.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vrrp_sync.h" diff --git a/keepalived/vrrp/vrrp_track.c b/keepalived/vrrp/vrrp_track.c index d286108..8e5d71d 100644 --- a/keepalived/vrrp/vrrp_track.c +++ b/keepalived/vrrp/vrrp_track.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ /* local include */ diff --git a/lib/Makefile.in b/lib/Makefile.in index 9781426..4a91190 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -2,7 +2,7 @@ # # Keepalived OpenSource project. # -# Copyright (C) 2001-2009 Alexandre Cassen, +# Copyright (C) 2001-2010 Alexandre Cassen, CC = @CC@ INCLUDES = -I. diff --git a/lib/html.c b/lib/html.c index e23d65a..15bb8ed 100644 --- a/lib/html.c +++ b/lib/html.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/html.h b/lib/html.h index 4f1829a..0f6608d 100644 --- a/lib/html.h +++ b/lib/html.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _HTML_H diff --git a/lib/list.c b/lib/list.c index 7eb4348..76fb8ea 100644 --- a/lib/list.c +++ b/lib/list.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "list.h" diff --git a/lib/list.h b/lib/list.h index 9ae6cc0..90debd6 100644 --- a/lib/list.h +++ b/lib/list.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _LIST_H diff --git a/lib/logger.c b/lib/logger.c index 5633bc9..092693a 100644 --- a/lib/logger.c +++ b/lib/logger.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/logger.h b/lib/logger.h index 49d8db3..4579465 100644 --- a/lib/logger.h +++ b/lib/logger.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _LOGGER_H diff --git a/lib/memory.c b/lib/memory.c index eb9f0dc..0223ef9 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "memory.h" diff --git a/lib/memory.h b/lib/memory.h index 4fb8cc4..5dcc216 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _MEMORY_H diff --git a/lib/notify.c b/lib/notify.c index 2b8c6b7..752d5b2 100644 --- a/lib/notify.c +++ b/lib/notify.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/notify.h b/lib/notify.h index f2699d9..3936d92 100644 --- a/lib/notify.h +++ b/lib/notify.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _NOTIFY_H diff --git a/lib/parser.c b/lib/parser.c index 6408b5f..b97a6fe 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/parser.h b/lib/parser.h index 3ee8f44..895722b 100644 --- a/lib/parser.h +++ b/lib/parser.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _PARSER_H diff --git a/lib/scheduler.c b/lib/scheduler.c index 9284dea..1cb9c89 100644 --- a/lib/scheduler.c +++ b/lib/scheduler.c @@ -19,7 +19,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/scheduler.h b/lib/scheduler.h index aa44931..42da375 100644 --- a/lib/scheduler.h +++ b/lib/scheduler.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _SCHEDULER_H diff --git a/lib/signals.c b/lib/signals.c index bc7f32e..e1960f6 100644 --- a/lib/signals.c +++ b/lib/signals.c @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/signals.h b/lib/signals.h index cf582b2..64165de 100644 --- a/lib/signals.h +++ b/lib/signals.h @@ -18,7 +18,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _SIGNALS_H diff --git a/lib/timer.c b/lib/timer.c index ba8d15b..c3fad61 100644 --- a/lib/timer.c +++ b/lib/timer.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include diff --git a/lib/timer.h b/lib/timer.h index ce668fb..32f185e 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _TIMER_H diff --git a/lib/utils.c b/lib/utils.c index dc901a9..ecfaffb 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "utils.h" diff --git a/lib/utils.h b/lib/utils.h index e0eda00..f173273 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _UTILS_H diff --git a/lib/vector.c b/lib/vector.c index b477754..4a3840d 100644 --- a/lib/vector.c +++ b/lib/vector.c @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #include "vector.h" diff --git a/lib/vector.h b/lib/vector.h index 3ec47ee..4789856 100644 --- a/lib/vector.h +++ b/lib/vector.h @@ -17,7 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Copyright (C) 2001-2009 Alexandre Cassen, + * Copyright (C) 2001-2010 Alexandre Cassen, */ #ifndef _VECTOR_H -- 1.7.10.4