From: Thibault Godouet Date: Sun, 3 Mar 2013 20:01:05 +0000 (+0000) Subject: Updated copyright years to 2013 X-Git-Tag: ver3_1_2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84bb367e4ebfc7eddf1de3f2bdce310f6d854288;p=thirdparty%2Ffcron.git Updated copyright years to 2013 --- diff --git a/allow.c b/allow.c index 049b4ae..776c2ec 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 14a1945..2e50398 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 c4e1f94..9bd7954 100644 --- a/cl.c +++ b/cl.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 3483bc7..4640cf6 100644 --- a/cl.h +++ b/cl.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 48f851f..2d86efe 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 d19531e..4d65f36 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 3dec978..309517d 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 29abd5e..da6d8e3 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-2012\"" +copyright_quoted="\"2000-2013\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 1ea5e1b..6c3f449 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 2fa7321..9ee0aa8 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 4c8a37d..0fdd184 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 0c5f520..c41a63a 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2012 Thibault Godouet + * Copyright 2000-2013 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 4ca9f2b..0d13263 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@