From: Arran Cudbard-Bell Date: Sat, 26 Nov 2016 02:52:20 +0000 (-0500) Subject: Update copyright on rest code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03cffb291873fa9080edfe9243c04fc3bfd5df6f;p=thirdparty%2Ffreeradius-server.git Update copyright on rest code --- diff --git a/src/modules/rlm_rest/rest.c b/src/modules/rlm_rest/rest.c index 82ae79abfb2..9188b7339cf 100644 --- a/src/modules/rlm_rest/rest.c +++ b/src/modules/rlm_rest/rest.c @@ -20,7 +20,7 @@ * @brief Functions and datatypes for the REST (HTTP) transport. * @file rest.c * - * @copyright 2012-2014 Arran Cudbard-Bell + * @copyright 2012-2016 Arran Cudbard-Bell */ RCSID("$Id$") diff --git a/src/modules/rlm_rest/rest.h b/src/modules/rlm_rest/rest.h index 7d569465c41..821bf224b86 100644 --- a/src/modules/rlm_rest/rest.h +++ b/src/modules/rlm_rest/rest.h @@ -20,9 +20,8 @@ * @brief Function prototypes and datatypes for the REST (HTTP) transport. * @file rest.h * - * @copyright 2012-2014 Arran Cudbard-Bell + * @copyright 2012-2016 Arran Cudbard-Bell */ - RCSIDH(other_h, "$Id$") #include diff --git a/src/modules/rlm_rest/rlm_rest.c b/src/modules/rlm_rest/rlm_rest.c index aeb7a5663d2..0382d3489bc 100644 --- a/src/modules/rlm_rest/rlm_rest.c +++ b/src/modules/rlm_rest/rlm_rest.c @@ -19,7 +19,7 @@ * @file rlm_rest.c * @brief Integrate FreeRADIUS with RESTfull APIs * - * @copyright 2012-2014 Arran Cudbard-Bell + * @copyright 2012-2016 Arran Cudbard-Bell */ RCSID("$Id$")