From: Thibault Godouet Date: Sat, 10 May 2014 17:14:52 +0000 (+0100) Subject: updated copyright years to 2000-2014 X-Git-Tag: ver3_1_3~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5b8ac3524ed30954f3a3e367d3a0146bb5f48aab;p=thirdparty%2Ffcron.git updated copyright years to 2000-2014 --- diff --git a/allow.c b/allow.c index 776c2ec..704874f 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 2e50398..2e89d94 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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/cl.c b/cl.c index 9bd7954..a02c9bc 100644 --- a/cl.c +++ b/cl.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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/cl.h b/cl.h index 4640cf6..0dde2d5 100644 --- a/cl.h +++ b/cl.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 72d1e40..0659e86 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 4d65f36..21e1268 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 309517d..5fef4be 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 dd9bc94..b01ef01 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) VERSION="$vers" AC_SUBST(VERSION) -copyright_quoted="\"2000-2013\"" +copyright_quoted="\"2000-2014\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 6c3f449..c40c62e 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 9ee0aa8..1d739a3 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 fd5cf17..ab60bea 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 c41a63a..d3fb5eb 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2013 Thibault Godouet + * Copyright 2000-2014 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 d7a5bf7..d6c349a 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@