From 0f16b545fc34608f1f53ec33fd9c244a2fbc96a1 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 21 Sep 2008 22:20:14 +0100 Subject: [PATCH] Changed copyright dates to 2000-2008 (was actually not included in previous commit) --- allow.c | 2 +- allow.h | 2 +- conf.c | 2 +- conf.h | 2 +- config.h.in | 2 +- configure.in | 2 +- convert-fcrontab.c | 2 +- convert-fcrontab.h | 2 +- database.c | 2 +- database.h | 2 +- doc/en/changes.sgml | 2 +- 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 | 2 +- doc/en/readme.sgml | 2 +- doc/en/relnotes.sgml | 2 +- doc/en/thanks.sgml | 2 +- doc/en/todo.sgml | 2 +- doc/fcron-doc.mod.in | 2 +- doc/fr/changes.sgml | 4 ++-- 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 | 2 +- doc/fr/readme.sgml | 2 +- doc/fr/relnotes.sgml | 2 +- doc/fr/thanks.sgml | 2 +- doc/fr/todo.sgml | 2 +- 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 +- 69 files changed, 70 insertions(+), 70 deletions(-) diff --git a/allow.c b/allow.c index e3c6a8d..315d49f 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 a715ff0..8c9def4 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 9873f5c..af05798 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 dd8ae70..fb01175 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 c2cda87..370d8d4 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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.in b/configure.in index a533c3c..6e1e757 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-2007\"" +copyright_quoted="\"2000-2008\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index cc89615..adb081f 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 b0b4349..2a49867 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 28bc3d6..a2b71b5 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 e8f15fe..6b8c1e2 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2007 Thibault Godouet + * Copyright 2000-2008 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 29acdcf..e69bd6b 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/fr/faq.sgml b/doc/fr/faq.sgml index 1819a00..f4ee82d 100644 --- a/doc/fr/faq.sgml +++ b/doc/fr/faq.sgml @@ -1,6 +1,6 @@