]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update copyright on rest code
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 26 Nov 2016 02:52:20 +0000 (21:52 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 26 Nov 2016 15:23:31 +0000 (10:23 -0500)
src/modules/rlm_rest/rest.c
src/modules/rlm_rest/rest.h
src/modules/rlm_rest/rlm_rest.c

index 82ae79abfb2634baaf37f75a52e39500fb48b2ed..9188b7339cffd81d929d657fe1a68618ae50e242 100644 (file)
@@ -20,7 +20,7 @@
  * @brief Functions and datatypes for the REST (HTTP) transport.
  * @file rest.c
  *
- * @copyright 2012-2014  Arran Cudbard-Bell <a.cudbard-bell@freeradius.org>
+ * @copyright 2012-2016 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
  */
 
 RCSID("$Id$")
index 7d569465c4134cf84049a704a14f7d47527a9327..821bf224b864dddb8de5b3c685e68de27a9d5a60 100644 (file)
@@ -20,9 +20,8 @@
  * @brief Function prototypes and datatypes for the REST (HTTP) transport.
  * @file rest.h
  *
- * @copyright 2012-2014  Arran Cudbard-Bell <a.cudbard-bell@freeradius.org>
+ * @copyright 2012-2016 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
  */
-
 RCSIDH(other_h, "$Id$")
 
 #include <freeradius-devel/connection.h>
index aeb7a5663d2846892e991ce6c674ba031cfc1393..0382d3489bc66f41d015360838b34f3cfecbd5ec 100644 (file)
@@ -19,7 +19,7 @@
  * @file rlm_rest.c
  * @brief Integrate FreeRADIUS with RESTfull APIs
  *
- * @copyright 2012-2014  Arran Cudbard-Bell <arran.cudbardb@freeradius.org>
+ * @copyright 2012-2016 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
  */
 RCSID("$Id$")