From 94721323f01f74cc5d454953fe676697e81e0eba Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Fri, 1 Apr 2016 17:47:59 +0200 Subject: [PATCH] auth_radius Remove SVN ID's and history comments --- modules/auth_radius/authorize.c | 4 ---- modules/auth_radius/authorize.h | 3 --- modules/auth_radius/authrad_mod.c | 7 ------- modules/auth_radius/authrad_mod.h | 3 --- modules/auth_radius/sterman.c | 6 ------ modules/auth_radius/sterman.h | 3 --- 6 files changed, 26 deletions(-) diff --git a/modules/auth_radius/authorize.c b/modules/auth_radius/authorize.c index 6b763646d98..38e65792d78 100644 --- a/modules/auth_radius/authorize.c +++ b/modules/auth_radius/authorize.c @@ -20,10 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on authorize.c from radius_auth (janakj) - * 2006-03-01: pseudo variables support for domain name (bogdan) */ diff --git a/modules/auth_radius/authorize.h b/modules/auth_radius/authorize.h index 1d56c8e0002..f21d8271528 100644 --- a/modules/auth_radius/authorize.h +++ b/modules/auth_radius/authorize.h @@ -19,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on authorize.h from radius_auth (janakj) */ #ifndef AUTHORIZE_H diff --git a/modules/auth_radius/authrad_mod.c b/modules/auth_radius/authrad_mod.c index 8d4b2a231a4..4e67b3c6af8 100644 --- a/modules/auth_radius/authrad_mod.c +++ b/modules/auth_radius/authrad_mod.c @@ -19,13 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.c from radius_auth (janakj) - * 2003-03-11: New module interface (janakj) - * 2003-03-16: flags export parameter added (janakj) - * 2003-03-19: all mallocs/frees replaced w/ pkg_malloc/pkg_free (andrei) - * 2006-03-01: pseudo variables support for domain name (bogdan) */ diff --git a/modules/auth_radius/authrad_mod.h b/modules/auth_radius/authrad_mod.h index d78db8aa5b8..da0395054bd 100644 --- a/modules/auth_radius/authrad_mod.h +++ b/modules/auth_radius/authrad_mod.h @@ -19,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.h from radius_authorize (janakj) */ diff --git a/modules/auth_radius/sterman.c b/modules/auth_radius/sterman.c index 2a15ccdb03c..32dea0f9fd9 100644 --- a/modules/auth_radius/sterman.c +++ b/modules/auth_radius/sterman.c @@ -19,12 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on digest.c from radius_auth module (janakj) - * 2005-07-08: Radius AVP may contain any kind of Kamailio AVP - ID/name or - * int/str value (bogdan) - * 2005-07-08: old RPID RADIUS AVP compatibility droped (bogdan) */ diff --git a/modules/auth_radius/sterman.h b/modules/auth_radius/sterman.h index 255007a8f19..9e526b74a2f 100644 --- a/modules/auth_radius/sterman.h +++ b/modules/auth_radius/sterman.h @@ -19,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.h from radius_authorize (janakj) */ #ifndef STERMAN_H