From 431880be5087ebf663041d1f59b47d6e875ee5f8 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 28 Feb 2010 23:16:47 +0000 Subject: [PATCH] Updated copyright to 2008-2010 Updated changes --- allow.c | 2 +- allow.h | 2 +- conf.c | 2 +- conf.h | 2 +- config.h.in | 2 +- configure | 2 +- configure.in | 2 +- convert-fcrontab.c | 2 +- convert-fcrontab.h | 2 +- database.c | 2 +- database.h | 2 +- doc/en/changes.sgml | 16 ++++++++++++++-- doc/en/faq.sgml | 2 +- doc/en/fcron-doc.sgml | 2 +- doc/en/fcron.8.sgml | 2 +- doc/en/fcron.conf.5.sgml | 2 +- doc/en/fcrondyn.1.sgml | 2 +- doc/en/fcrontab.1.sgml | 2 +- doc/en/fcrontab.5.sgml | 2 +- doc/en/install.sgml | 2 +- doc/en/manpage-foot.sgml | 4 ++-- doc/en/readme.sgml | 2 +- doc/en/relnotes.sgml | 2 +- doc/en/thanks.sgml | 2 +- doc/en/todo.sgml | 4 ++-- doc/fcron-doc.mod.in | 2 +- doc/fr/changes.sgml | 2 +- doc/fr/faq.sgml | 2 +- doc/fr/fcron-doc.sgml | 2 +- doc/fr/fcron.8.sgml | 2 +- doc/fr/fcron.conf.5.sgml | 2 +- doc/fr/fcrondyn.1.sgml | 2 +- doc/fr/fcrontab.1.sgml | 2 +- doc/fr/fcrontab.5.sgml | 2 +- doc/fr/install.sgml | 2 +- doc/fr/manpage-foot.sgml | 4 ++-- doc/fr/readme.sgml | 2 +- doc/fr/relnotes.sgml | 2 +- doc/fr/thanks.sgml | 2 +- doc/fr/todo.sgml | 4 ++-- dyncom.h | 2 +- fcron.c | 2 +- fcron.h | 2 +- fcrondyn.c | 2 +- fcrondyn.h | 2 +- fcronsighup.c | 2 +- fcronsighup.h | 2 +- fcrontab.c | 2 +- fcrontab.h | 2 +- fileconf.c | 2 +- fileconf.h | 2 +- getloadavg.c | 2 +- getloadavg.h | 2 +- global.h | 2 +- job.c | 2 +- job.h | 2 +- log.c | 2 +- log.h | 2 +- option.h | 2 +- pam.h | 2 +- read_string.c | 2 +- read_string.h | 2 +- save.c | 2 +- save.h | 2 +- socket.c | 2 +- socket.h | 2 +- subs.c | 2 +- subs.h | 2 +- temp_file.c | 2 +- temp_file.h | 2 +- 70 files changed, 87 insertions(+), 75 deletions(-) diff --git a/allow.c b/allow.c index 315d49f..a573ad6 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/allow.h b/allow.h index 8c9def4..9dbfc1c 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/conf.c b/conf.c index af05798..63c27ee 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/conf.h b/conf.h index fb01175..db22983 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/config.h.in b/config.h.in index 370d8d4..4a53847 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/configure b/configure index 819d1b3..1194034 100755 --- a/configure +++ b/configure @@ -2450,7 +2450,7 @@ _ACEOF VERSION="$vers" -copyright_quoted="\"2000-2008\"" +copyright_quoted="\"2000-2010\"" cat >>confdefs.h <<_ACEOF #define COPYRIGHT_QUOTED $copyright_quoted _ACEOF diff --git a/configure.in b/configure.in index 6e1e757..01f1f9f 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) VERSION="$vers" AC_SUBST(VERSION) -copyright_quoted="\"2000-2008\"" +copyright_quoted="\"2000-2010\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index adb081f..d3ee1c6 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/convert-fcrontab.h b/convert-fcrontab.h index 2a49867..b5b181d 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/database.c b/database.c index a2b71b5..d5b8cef 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/database.h b/database.h index 6b8c1e2..61d6f8b 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/doc/en/changes.sgml b/doc/en/changes.sgml index e69bd6b..cfbaaea 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index b22e9f6..44accaf 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -1,6 +1,6 @@ \ No newline at end of file +--> diff --git a/doc/en/readme.sgml b/doc/en/readme.sgml index 8b39abe..2c688e4 100644 --- a/doc/en/readme.sgml +++ b/doc/en/readme.sgml @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/doc/fcron-doc.mod.in b/doc/fcron-doc.mod.in index 40c4fa2..0633435 100644 --- a/doc/fcron-doc.mod.in +++ b/doc/fcron-doc.mod.in @@ -5,7 +5,7 @@ - + &emailadr;"> diff --git a/doc/fr/changes.sgml b/doc/fr/changes.sgml index 8bb8256..7330567 100644 --- a/doc/fr/changes.sgml +++ b/doc/fr/changes.sgml @@ -1,6 +1,6 @@ \ No newline at end of file +--> diff --git a/doc/fr/readme.sgml b/doc/fr/readme.sgml index 46129c3..4a4c5e8 100644 --- a/doc/fr/readme.sgml +++ b/doc/fr/readme.sgml @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/dyncom.h b/dyncom.h index 004df85..90872ee 100644 --- a/dyncom.h +++ b/dyncom.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcron.c b/fcron.c index e77b56f..9133753 100644 --- a/fcron.c +++ b/fcron.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcron.h b/fcron.h index f21b0df..e70aedd 100644 --- a/fcron.h +++ b/fcron.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcrondyn.c b/fcrondyn.c index c43fd78..0a54d34 100644 --- a/fcrondyn.c +++ b/fcrondyn.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcrondyn.h b/fcrondyn.h index 2feb46d..b17d16b 100644 --- a/fcrondyn.h +++ b/fcrondyn.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcronsighup.c b/fcronsighup.c index 6636237..fc919e1 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcronsighup.h b/fcronsighup.h index a5e498d..f62a42d 100644 --- a/fcronsighup.h +++ b/fcronsighup.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcrontab.c b/fcrontab.c index 82cb85a..bd57a61 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fcrontab.h b/fcrontab.h index 9e992a0..bc4315e 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fileconf.c b/fileconf.c index 5314bf2..574fdc8 100644 --- a/fileconf.c +++ b/fileconf.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/fileconf.h b/fileconf.h index 1a19b87..237ee33 100644 --- a/fileconf.h +++ b/fileconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/getloadavg.c b/getloadavg.c index f6ceced..31111d5 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,7 +1,7 @@ /* * gloadavg.c - get load average for Linux * Copyright (C) 1993 Thomas Koenig - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/getloadavg.h b/getloadavg.h index 39e5a62..dda68de 100644 --- a/getloadavg.h +++ b/getloadavg.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/global.h b/global.h index 6f746ce..888ecf0 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/job.c b/job.c index 1610e5d..0edc4bd 100644 --- a/job.c +++ b/job.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/job.h b/job.h index c0ebd3f..86fc688 100644 --- a/job.h +++ b/job.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/log.c b/log.c index de8f53e..2a5f872 100644 --- a/log.c +++ b/log.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/log.h b/log.h index ad28245..0df511f 100644 --- a/log.h +++ b/log.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/option.h b/option.h index 1c27482..6bc1ede 100644 --- a/option.h +++ b/option.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/pam.h b/pam.h index 6a6786c..558dfb9 100644 --- a/pam.h +++ b/pam.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/read_string.c b/read_string.c index ab7c130..e0333bb 100644 --- a/read_string.c +++ b/read_string.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/read_string.h b/read_string.h index 7957b42..e2de75f 100644 --- a/read_string.h +++ b/read_string.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/save.c b/save.c index 39a83ca..de44576 100644 --- a/save.c +++ b/save.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/save.h b/save.h index 8ce5275..200edde 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/socket.c b/socket.c index 65adeb5..ef04ebe 100644 --- a/socket.c +++ b/socket.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/socket.h b/socket.h index 4d9b34c..e2216a7 100644 --- a/socket.h +++ b/socket.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/subs.c b/subs.c index 2c63495..83949e6 100644 --- a/subs.c +++ b/subs.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/subs.h b/subs.h index d4e3893..15e6961 100644 --- a/subs.h +++ b/subs.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/temp_file.c b/temp_file.c index 0e4ffbe..1a5f99b 100644 --- a/temp_file.c +++ b/temp_file.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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/temp_file.h b/temp_file.h index 35faefc..952d26a 100644 --- a/temp_file.h +++ b/temp_file.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2008 Thibault Godouet + * Copyright 2000-2010 Thibault Godouet * * 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 -- 2.49.0