From 215461d91ce759dd111065fdf2febadd21a60aee Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:53 +0100 Subject: [PATCH] ims_registrar_scscf: removed trailing spaces --- src/modules/ims_registrar_scscf/api.c | 6 ++--- src/modules/ims_registrar_scscf/api.h | 6 ++--- src/modules/ims_registrar_scscf/common.c | 6 ++--- src/modules/ims_registrar_scscf/common.h | 6 ++--- src/modules/ims_registrar_scscf/config.c | 2 +- src/modules/ims_registrar_scscf/config.h | 6 ++--- src/modules/ims_registrar_scscf/cxdx_avp.c | 24 +++++++++---------- src/modules/ims_registrar_scscf/cxdx_avp.h | 20 ++++++++-------- .../ims_registrar_scscf/cxdx_callbacks.h | 6 ++--- src/modules/ims_registrar_scscf/cxdx_sar.h | 18 +++++++------- .../ims_registrar_scscf_mod.h | 18 +++++++------- src/modules/ims_registrar_scscf/lookup.h | 6 ++--- src/modules/ims_registrar_scscf/path.c | 6 ++--- src/modules/ims_registrar_scscf/path.h | 2 +- src/modules/ims_registrar_scscf/pvt_message.c | 22 ++++++++--------- src/modules/ims_registrar_scscf/pvt_message.h | 18 +++++++------- .../ims_registrar_scscf/registrar_notify.c | 22 ++++++++--------- .../ims_registrar_scscf/registrar_notify.h | 18 +++++++------- src/modules/ims_registrar_scscf/regpv.c | 6 ++--- src/modules/ims_registrar_scscf/regpv.h | 6 ++--- src/modules/ims_registrar_scscf/regtime.c | 4 ++-- src/modules/ims_registrar_scscf/regtime.h | 6 ++--- src/modules/ims_registrar_scscf/reply.c | 6 ++--- src/modules/ims_registrar_scscf/reply.h | 6 ++--- src/modules/ims_registrar_scscf/rerrno.c | 6 ++--- src/modules/ims_registrar_scscf/rerrno.h | 6 ++--- src/modules/ims_registrar_scscf/save.c | 6 ++--- src/modules/ims_registrar_scscf/save.h | 18 +++++++------- src/modules/ims_registrar_scscf/sem.h | 18 +++++++------- .../ims_registrar_scscf/server_assignment.c | 22 ++++++++--------- src/modules/ims_registrar_scscf/sip_msg.c | 6 ++--- src/modules/ims_registrar_scscf/sip_msg.h | 6 ++--- src/modules/ims_registrar_scscf/stats.c | 16 ++++++------- .../ims_registrar_scscf/userdata_parser.c | 16 ++++++------- .../ims_registrar_scscf/userdata_parser.h | 16 ++++++------- src/modules/ims_registrar_scscf/usrloc_cb.c | 16 ++++++------- src/modules/ims_registrar_scscf/usrloc_cb.h | 16 ++++++------- 37 files changed, 207 insertions(+), 207 deletions(-) diff --git a/src/modules/ims_registrar_scscf/api.c b/src/modules/ims_registrar_scscf/api.c index 84fd35d7599..5bfb345ad3f 100644 --- a/src/modules/ims_registrar_scscf/api.c +++ b/src/modules/ims_registrar_scscf/api.c @@ -1,7 +1,7 @@ /* * $Id$ * - * Functions that process REGISTER message + * Functions that process REGISTER message * and store data in usrloc * * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com) @@ -18,8 +18,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff --git a/src/modules/ims_registrar_scscf/api.h b/src/modules/ims_registrar_scscf/api.h index 94bf4c2bd01..eb79526026c 100644 --- a/src/modules/ims_registrar_scscf/api.h +++ b/src/modules/ims_registrar_scscf/api.h @@ -1,7 +1,7 @@ /* * $Id$ * - * Functions that process REGISTER message + * Functions that process REGISTER message * and store data in usrloc * * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com) @@ -18,8 +18,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff --git a/src/modules/ims_registrar_scscf/common.c b/src/modules/ims_registrar_scscf/common.c index acf4dc70699..8f9dda8f216 100644 --- a/src/modules/ims_registrar_scscf/common.c +++ b/src/modules/ims_registrar_scscf/common.c @@ -17,10 +17,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * 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-02-14 un-escaping added (janakj) diff --git a/src/modules/ims_registrar_scscf/common.h b/src/modules/ims_registrar_scscf/common.h index 43feab87d7c..590bd0bfc51 100644 --- a/src/modules/ims_registrar_scscf/common.h +++ b/src/modules/ims_registrar_scscf/common.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - common stuff - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/config.c b/src/modules/ims_registrar_scscf/config.c index 45cbab33b18..a01b4185f79 100644 --- a/src/modules/ims_registrar_scscf/config.c +++ b/src/modules/ims_registrar_scscf/config.c @@ -19,7 +19,7 @@ */ /*! - * \file + * \file * \brief Registrar :: Configuration * \ingroup Registrar */ diff --git a/src/modules/ims_registrar_scscf/config.h b/src/modules/ims_registrar_scscf/config.h index 5310c63dfe0..c1b44bdd20f 100644 --- a/src/modules/ims_registrar_scscf/config.h +++ b/src/modules/ims_registrar_scscf/config.h @@ -6,13 +6,13 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! - * \file + * \file * \brief Registrar :: Configuration * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/cxdx_avp.c b/src/modules/ims_registrar_scscf/cxdx_avp.c index c66752cc317..093f35c3153 100644 --- a/src/modules/ims_registrar_scscf/cxdx_avp.c +++ b/src/modules/ims_registrar_scscf/cxdx_avp.c @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ @@ -53,7 +53,7 @@ static str s_empty = {0, 0}; /** * Create and add an AVP to a Diameter message. - * @param m - Diameter message to add to + * @param m - Diameter message to add to * @param d - the payload data * @param len - length of the payload data * @param avp_code - the code of the AVP @@ -84,7 +84,7 @@ static int cxdx_add_avp(AAAMessage *m, char *d, int len, int avp_code, /** * Create and add an AVP to a list of AVPs. - * @param list - the AVP list to add to + * @param list - the AVP list to add to * @param d - the payload data * @param len - length of the payload data * @param avp_code - the code of the AVP @@ -937,7 +937,7 @@ int cxdx_add_userdata_available(AAAMessage *msg, unsigned int data) /** * Finds out the next Public-Identity AVP from a Diameter message. * @param msg - the Diameter message - * @param pos - position to resume search or NULL if to start from the first AVP + * @param pos - position to resume search or NULL if to start from the first AVP * @param avp_code - the code of the AVP to look for * @param vendor_id - the vendor id of the AVP to look for * @param func - the name of the calling function for debugging purposes diff --git a/src/modules/ims_registrar_scscf/cxdx_avp.h b/src/modules/ims_registrar_scscf/cxdx_avp.h index e5fed2678e2..c14ba0a86bc 100644 --- a/src/modules/ims_registrar_scscf/cxdx_avp.h +++ b/src/modules/ims_registrar_scscf/cxdx_avp.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #ifndef IS_CSCF_CXDX_AVP_H @@ -254,7 +254,7 @@ int cxdx_add_userdata_available(AAAMessage *msg, unsigned int data); /** * Finds out the next Public-Identity AVP from a Diameter message. * @param msg - the Diameter message - * @param pos - position to resume search or NULL if to start from the first AVP + * @param pos - position to resume search or NULL if to start from the first AVP * @param avp_code - the code of the AVP to look for * @param vendor_id - the vendor id of the AVP to look for * @param func - the name of the calling function for debugging purposes diff --git a/src/modules/ims_registrar_scscf/cxdx_callbacks.h b/src/modules/ims_registrar_scscf/cxdx_callbacks.h index 7438d288464..27b0d9e3fe6 100644 --- a/src/modules/ims_registrar_scscf/cxdx_callbacks.h +++ b/src/modules/ims_registrar_scscf/cxdx_callbacks.h @@ -1,4 +1,4 @@ -/** +/** * Callback functions for RTR/PPR from the HSS * * Copyright (c) 2012 Carsten Bock, ng-voice GmbH @@ -15,8 +15,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/modules/ims_registrar_scscf/cxdx_sar.h b/src/modules/ims_registrar_scscf/cxdx_sar.h index 4382c44245d..7dd3e781171 100644 --- a/src/modules/ims_registrar_scscf/cxdx_sar.h +++ b/src/modules/ims_registrar_scscf/cxdx_sar.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #ifndef CXDX_SAR_H diff --git a/src/modules/ims_registrar_scscf/ims_registrar_scscf_mod.h b/src/modules/ims_registrar_scscf/ims_registrar_scscf_mod.h index ff5f5e06a43..b6e15fa7ae3 100644 --- a/src/modules/ims_registrar_scscf/ims_registrar_scscf_mod.h +++ b/src/modules/ims_registrar_scscf/ims_registrar_scscf_mod.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ diff --git a/src/modules/ims_registrar_scscf/lookup.h b/src/modules/ims_registrar_scscf/lookup.h index ea50e26edd2..dfb2fa7f711 100644 --- a/src/modules/ims_registrar_scscf/lookup.h +++ b/src/modules/ims_registrar_scscf/lookup.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - lookup contacts in usrloc - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/path.c b/src/modules/ims_registrar_scscf/path.c index fe711e9a02b..f82ce1a8389 100644 --- a/src/modules/ims_registrar_scscf/path.c +++ b/src/modules/ims_registrar_scscf/path.c @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ /*! * \file * \brief SIP registrar module - Helper functions for Path support - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/path.h b/src/modules/ims_registrar_scscf/path.h index 05e56e7016a..eb63a39630b 100644 --- a/src/modules/ims_registrar_scscf/path.h +++ b/src/modules/ims_registrar_scscf/path.h @@ -25,7 +25,7 @@ /*! * \file * \brief SIP registrar module - helper functions for Path support - * \ingroup registrar + * \ingroup registrar */ #ifndef REG_PATH_H diff --git a/src/modules/ims_registrar_scscf/pvt_message.c b/src/modules/ims_registrar_scscf/pvt_message.c index e402007f942..4ef9c39e0f7 100644 --- a/src/modules/ims_registrar_scscf/pvt_message.c +++ b/src/modules/ims_registrar_scscf/pvt_message.c @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #include "pvt_message.h" @@ -84,8 +84,8 @@ struct sip_msg *get_request_from_tx(struct cell *t) if(t) { /* we may need the request message from here on.. if there are headers we need that were not parsed in the original request - (which we cannot assume) then we would pollute the shm_msg t->uas.request if we did any parsing on it. Instead, we need to - make a private copy of the message and free it when we are done + (which we cannot assume) then we would pollute the shm_msg t->uas.request if we did any parsing on it. Instead, we need to + make a private copy of the message and free it when we are done */ if(_pv_treq.label != t->label || _pv_treq.index != t->hash_index) { /* make a copy */ diff --git a/src/modules/ims_registrar_scscf/pvt_message.h b/src/modules/ims_registrar_scscf/pvt_message.h index 5e3288286fe..b32c5e0a2d2 100644 --- a/src/modules/ims_registrar_scscf/pvt_message.h +++ b/src/modules/ims_registrar_scscf/pvt_message.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ diff --git a/src/modules/ims_registrar_scscf/registrar_notify.c b/src/modules/ims_registrar_scscf/registrar_notify.c index 6b19c4e9774..9af4c912aa7 100644 --- a/src/modules/ims_registrar_scscf/registrar_notify.c +++ b/src/modules/ims_registrar_scscf/registrar_notify.c @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #include "registrar_notify.h" @@ -599,13 +599,13 @@ int notify_subscribers(impurecord_t *impurecord, ucontact_t *contact, } /*! Called to process a contact in a received publish document. No locks held when calling this function - * + * * @param subscription * @param _d * @param expires * @param contact_uri * @param contact_state - * @return + * @return */ int process_contact(ims_subscription *subscription, udomain_t *_d, int expires, str contact_uri, int contact_state) diff --git a/src/modules/ims_registrar_scscf/registrar_notify.h b/src/modules/ims_registrar_scscf/registrar_notify.h index 841dfd0f504..ea3e0270cb0 100644 --- a/src/modules/ims_registrar_scscf/registrar_notify.h +++ b/src/modules/ims_registrar_scscf/registrar_notify.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #ifndef S_CSCF_REGISTRAR_NOTIFY_H_ diff --git a/src/modules/ims_registrar_scscf/regpv.c b/src/modules/ims_registrar_scscf/regpv.c index 81b80c55671..19cc9ca6bd9 100644 --- a/src/modules/ims_registrar_scscf/regpv.c +++ b/src/modules/ims_registrar_scscf/regpv.c @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - export contacts as PV - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/regpv.h b/src/modules/ims_registrar_scscf/regpv.h index 194ae30658f..0abc2a2cf3d 100644 --- a/src/modules/ims_registrar_scscf/regpv.h +++ b/src/modules/ims_registrar_scscf/regpv.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - export contacts as PV - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/regtime.c b/src/modules/ims_registrar_scscf/regtime.c index cc383665c29..fe9109fc216 100644 --- a/src/modules/ims_registrar_scscf/regtime.c +++ b/src/modules/ims_registrar_scscf/regtime.c @@ -17,8 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/modules/ims_registrar_scscf/regtime.h b/src/modules/ims_registrar_scscf/regtime.h index 3c51dff17f9..6fcc4d7670a 100644 --- a/src/modules/ims_registrar_scscf/regtime.h +++ b/src/modules/ims_registrar_scscf/regtime.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - time related functions - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/reply.c b/src/modules/ims_registrar_scscf/reply.c index 620aec9abc2..d9e51d3aad2 100644 --- a/src/modules/ims_registrar_scscf/reply.c +++ b/src/modules/ims_registrar_scscf/reply.c @@ -17,8 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * History: @@ -32,7 +32,7 @@ /*! * \file * \brief SIP registrar module - Send a reply - * \ingroup registrar + * \ingroup registrar */ #include "../../core/ut.h" diff --git a/src/modules/ims_registrar_scscf/reply.h b/src/modules/ims_registrar_scscf/reply.h index 470ed3fa881..0faba052759 100644 --- a/src/modules/ims_registrar_scscf/reply.h +++ b/src/modules/ims_registrar_scscf/reply.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - send a reply - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/rerrno.c b/src/modules/ims_registrar_scscf/rerrno.c index 930aa81100d..76bc1790a44 100644 --- a/src/modules/ims_registrar_scscf/rerrno.c +++ b/src/modules/ims_registrar_scscf/rerrno.c @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - registrar errno - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/rerrno.h b/src/modules/ims_registrar_scscf/rerrno.h index e288d21cd8c..96d262a573e 100644 --- a/src/modules/ims_registrar_scscf/rerrno.h +++ b/src/modules/ims_registrar_scscf/rerrno.h @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - registrar errno - * \ingroup registrar + * \ingroup registrar */ #ifndef RERRNO_H diff --git a/src/modules/ims_registrar_scscf/save.c b/src/modules/ims_registrar_scscf/save.c index d2aed2c18ac..3520f9d9ab8 100644 --- a/src/modules/ims_registrar_scscf/save.c +++ b/src/modules/ims_registrar_scscf/save.c @@ -148,7 +148,7 @@ static inline int calc_contact_expires( } /*! \brief - * Process request that contained a star, in that case, + * Process request that contained a star, in that case, * we will remove all bindings with the given impu * from the usrloc and return 200 OK response */ @@ -746,7 +746,7 @@ static inline int unregister_contact(contact_t *chi, contact_state_t state) /** * Get the number of valid contacts for an impu. Ie contacts not expired and not in deleted or delete_pending state * @param impu - * @return + * @return */ int get_number_of_valid_contacts(impurecord_t *impu) { @@ -839,7 +839,7 @@ int store_explicit_dereg_contact(struct sip_msg *msg, } /** - * + * * @param msg * @param _d * @param public_identity diff --git a/src/modules/ims_registrar_scscf/save.h b/src/modules/ims_registrar_scscf/save.h index 688e1433732..1bdcea2459c 100644 --- a/src/modules/ims_registrar_scscf/save.h +++ b/src/modules/ims_registrar_scscf/save.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ diff --git a/src/modules/ims_registrar_scscf/sem.h b/src/modules/ims_registrar_scscf/sem.h index 891d55d3dda..f72073004ee 100644 --- a/src/modules/ims_registrar_scscf/sem.h +++ b/src/modules/ims_registrar_scscf/sem.h @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * * * * History: diff --git a/src/modules/ims_registrar_scscf/server_assignment.c b/src/modules/ims_registrar_scscf/server_assignment.c index adece1b7bd5..eed1d792cd5 100644 --- a/src/modules/ims_registrar_scscf/server_assignment.c +++ b/src/modules/ims_registrar_scscf/server_assignment.c @@ -3,23 +3,23 @@ * * Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com * Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com - * + * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the * Fruanhofer Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -37,10 +37,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #include "server_assignment.h" @@ -52,7 +52,7 @@ extern str scscf_name_str; /* Does the Server Assignment procedures, assigning this S-CSCF to the user. * Covered cases: - * AVP_IMS_SAR_NO_ASSIGNMENT = 0 + * AVP_IMS_SAR_NO_ASSIGNMENT = 0 * AVP_IMS_SAR_REGISTRATION = 1, YES,HERE * AVP_IMS_SAR_RE_REGISTRATION = 2, * AVP_IMS_SAR_UNREGISTERED_USER = 3, in S_assign_server_unreg @@ -64,7 +64,7 @@ extern str scscf_name_str; * AVP_IMS_SAR_AUTHENTICATION_FAILURE = 9, * AVP_IMS_SAR_AUTHENTICATION_TIMEOUT = 10, * AVP_IMS_SAR_DEREGISTRATION_TOO_MUCH_DATA - * + * * @param msg - the SIP REGISTER message (that is authorized) * @param str2 - not used * @returns true if ok, false if not, break on error diff --git a/src/modules/ims_registrar_scscf/sip_msg.c b/src/modules/ims_registrar_scscf/sip_msg.c index 368eb5c14ab..adf293d8e25 100644 --- a/src/modules/ims_registrar_scscf/sip_msg.c +++ b/src/modules/ims_registrar_scscf/sip_msg.c @@ -17,15 +17,15 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - SIP message related functions - * \ingroup registrar + * \ingroup registrar */ #include "../../core/parser/hf.h" diff --git a/src/modules/ims_registrar_scscf/sip_msg.h b/src/modules/ims_registrar_scscf/sip_msg.h index c73517eca7f..a70b436f94d 100644 --- a/src/modules/ims_registrar_scscf/sip_msg.h +++ b/src/modules/ims_registrar_scscf/sip_msg.h @@ -17,14 +17,14 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file * \brief SIP registrar module - SIP message related functions - * \ingroup registrar + * \ingroup registrar */ diff --git a/src/modules/ims_registrar_scscf/stats.c b/src/modules/ims_registrar_scscf/stats.c index b31d1789a19..d28da5f0757 100644 --- a/src/modules/ims_registrar_scscf/stats.c +++ b/src/modules/ims_registrar_scscf/stats.c @@ -7,16 +7,16 @@ * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -34,10 +34,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #include "stats.h" diff --git a/src/modules/ims_registrar_scscf/userdata_parser.c b/src/modules/ims_registrar_scscf/userdata_parser.c index f1026da0123..984395f8867 100644 --- a/src/modules/ims_registrar_scscf/userdata_parser.c +++ b/src/modules/ims_registrar_scscf/userdata_parser.c @@ -7,16 +7,16 @@ * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -34,10 +34,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #include "../../core/parser/parse_uri.h" diff --git a/src/modules/ims_registrar_scscf/userdata_parser.h b/src/modules/ims_registrar_scscf/userdata_parser.h index d511cddee85..bc3f4ab7b5a 100644 --- a/src/modules/ims_registrar_scscf/userdata_parser.h +++ b/src/modules/ims_registrar_scscf/userdata_parser.h @@ -7,16 +7,16 @@ * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -34,10 +34,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #ifndef USERDATA_PARSER_H diff --git a/src/modules/ims_registrar_scscf/usrloc_cb.c b/src/modules/ims_registrar_scscf/usrloc_cb.c index 89fc7c03e06..b929f531b97 100644 --- a/src/modules/ims_registrar_scscf/usrloc_cb.c +++ b/src/modules/ims_registrar_scscf/usrloc_cb.c @@ -7,16 +7,16 @@ * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -34,10 +34,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ diff --git a/src/modules/ims_registrar_scscf/usrloc_cb.h b/src/modules/ims_registrar_scscf/usrloc_cb.h index a63618d613f..64ebfdd22b4 100644 --- a/src/modules/ims_registrar_scscf/usrloc_cb.h +++ b/src/modules/ims_registrar_scscf/usrloc_cb.h @@ -7,16 +7,16 @@ * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. - * ported/maintained/improved by + * ported/maintained/improved by * Jason Penton (jason(dot)penton(at)smilecoms.com and - * Richard Good (richard(dot)good(at)smilecoms.com) as part of an + * Richard Good (richard(dot)good(at)smilecoms.com) as part of an * effort to add full IMS support to Kamailio/SR using a new and * improved architecture - * + * * NB: Alot of this code was originally part of OpenIMSCore, - * FhG Fokus. + * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus - * Thanks for great work! This is an effort to + * Thanks for great work! This is an effort to * break apart the various CSCF functions into logically separate * components. We hope this will drive wider use. We also feel * that in this way the architecture is more complete and thereby easier @@ -34,10 +34,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * */ #ifndef USRLOC_CB_H