From f2c035a05717565ff606858e76482df08eb91980 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:54 +0100 Subject: [PATCH] p_usrloc: removed trailing spaces --- src/modules/p_usrloc/config.c | 2 +- src/modules/p_usrloc/config.h | 6 +++--- src/modules/p_usrloc/dlist.c | 4 ++-- src/modules/p_usrloc/dlist.h | 4 ++-- src/modules/p_usrloc/hslot.c | 4 ++-- src/modules/p_usrloc/hslot.h | 4 ++-- src/modules/p_usrloc/p_usrloc_mod.c | 20 ++++++++++---------- src/modules/p_usrloc/ucontact.c | 18 +++++++++--------- src/modules/p_usrloc/ucontact.h | 4 ++-- src/modules/p_usrloc/udomain.c | 6 +++--- src/modules/p_usrloc/ul_callback.c | 6 +++--- src/modules/p_usrloc/ul_check.c | 4 ++-- src/modules/p_usrloc/ul_check.h | 4 ++-- src/modules/p_usrloc/ul_db.c | 4 ++-- src/modules/p_usrloc/ul_db.h | 4 ++-- src/modules/p_usrloc/ul_db_api.c | 4 ++-- src/modules/p_usrloc/ul_db_api.h | 4 ++-- src/modules/p_usrloc/ul_db_del.c | 4 ++-- src/modules/p_usrloc/ul_db_del.h | 4 ++-- src/modules/p_usrloc/ul_db_failover.c | 4 ++-- src/modules/p_usrloc/ul_db_failover.h | 4 ++-- src/modules/p_usrloc/ul_db_failover_func.c | 4 ++-- src/modules/p_usrloc/ul_db_failover_func.h | 4 ++-- src/modules/p_usrloc/ul_db_form_query.c | 4 ++-- src/modules/p_usrloc/ul_db_form_query.h | 4 ++-- src/modules/p_usrloc/ul_db_handle.c | 4 ++-- src/modules/p_usrloc/ul_db_handle.h | 4 ++-- src/modules/p_usrloc/ul_db_ins.c | 4 ++-- src/modules/p_usrloc/ul_db_ins.h | 4 ++-- src/modules/p_usrloc/ul_db_ins_upd.c | 4 ++-- src/modules/p_usrloc/ul_db_ins_upd.h | 4 ++-- src/modules/p_usrloc/ul_db_query.c | 4 ++-- src/modules/p_usrloc/ul_db_query.h | 4 ++-- src/modules/p_usrloc/ul_db_repl.c | 4 ++-- src/modules/p_usrloc/ul_db_repl.h | 4 ++-- src/modules/p_usrloc/ul_db_tran.c | 4 ++-- src/modules/p_usrloc/ul_db_tran.h | 4 ++-- src/modules/p_usrloc/ul_db_upd.c | 4 ++-- src/modules/p_usrloc/ul_db_upd.h | 4 ++-- src/modules/p_usrloc/ul_db_watch.c | 4 ++-- src/modules/p_usrloc/ul_db_watch.h | 4 ++-- src/modules/p_usrloc/urecord.c | 6 +++--- src/modules/p_usrloc/urecord.h | 10 +++++----- src/modules/p_usrloc/usrloc.c | 4 ++-- src/modules/p_usrloc/utime.c | 4 ++-- src/modules/p_usrloc/utime.h | 4 ++-- 46 files changed, 113 insertions(+), 113 deletions(-) diff --git a/src/modules/p_usrloc/config.c b/src/modules/p_usrloc/config.c index d73fe708adb..c2a93361ca1 100644 --- a/src/modules/p_usrloc/config.c +++ b/src/modules/p_usrloc/config.c @@ -19,7 +19,7 @@ */ /*! - * \file + * \file * \brief P_USRLOC :: Configuration * \ingroup usrloc */ diff --git a/src/modules/p_usrloc/config.h b/src/modules/p_usrloc/config.h index a4f72d25f27..999966726e7 100644 --- a/src/modules/p_usrloc/config.h +++ b/src/modules/p_usrloc/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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*! - * \file + * \file * \brief P_USRLOC :: Configuration * \ingroup usrloc */ diff --git a/src/modules/p_usrloc/dlist.c b/src/modules/p_usrloc/dlist.c index 4c3132509e4..fa66b20b9a7 100644 --- a/src/modules/p_usrloc/dlist.c +++ b/src/modules/p_usrloc/dlist.c @@ -13,8 +13,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/p_usrloc/dlist.h b/src/modules/p_usrloc/dlist.h index 6943f2f652d..20152694f4f 100644 --- a/src/modules/p_usrloc/dlist.h +++ b/src/modules/p_usrloc/dlist.h @@ -13,8 +13,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/p_usrloc/hslot.c b/src/modules/p_usrloc/hslot.c index b0f7d25426e..2b507a6e973 100644 --- a/src/modules/p_usrloc/hslot.c +++ b/src/modules/p_usrloc/hslot.c @@ -13,8 +13,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/p_usrloc/hslot.h b/src/modules/p_usrloc/hslot.h index cfae1b0635f..b56ed18cfac 100644 --- a/src/modules/p_usrloc/hslot.h +++ b/src/modules/p_usrloc/hslot.h @@ -13,8 +13,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/p_usrloc/p_usrloc_mod.c b/src/modules/p_usrloc/p_usrloc_mod.c index fec170a320c..4fe597c5403 100644 --- a/src/modules/p_usrloc/p_usrloc_mod.c +++ b/src/modules/p_usrloc/p_usrloc_mod.c @@ -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 * */ @@ -96,31 +96,31 @@ extern int ul_locks_no; * @var params * defines the parameters which can be set in the Kamailio config file * is stored. Only used when @see use_domain is set to 1 - * @param write_db_url Url to the database where the key and database information is + * @param write_db_url Url to the database where the key and database information is * stored and where errors are reported to. Only used when @see write_on_db is active. - * @param read_db_url Url to the database where the key and database information is + * @param read_db_url Url to the database where the key and database information is * stored. - * @param reg_db_table the name of the table containing the information about the + * @param reg_db_table the name of the table containing the information about the * partitioned databases. * @param id_column name of the column containing the id mapping to a key. * @param num_column name of the column containing the number of the entry. * @param url_column name of the column containing the URL to the database. - * @param status_column name of the column containing the status of the database. + * @param status_column name of the column containing the status of the database. * (1=ON, 2=OFF) * @param failover_time_column name of the column containing the time when the * database's status changed or a spare has been activated. * @param spare_flag_column name of the column containing the information if an entry * works as spare for broken dbs (0=no spare, 1=spare) - * @param error_column name of the column containing the errors which occurred on + * @param error_column name of the column containing the errors which occurred on * the database. * @param risk_group_column name of the column containing the databases risk group * Only used when spare databases are used. * @param expire_time specifies the expire time of contacts - * @param db_err_threshold specifies the amount of errors when at which a db + * @param db_err_threshold specifies the amount of errors when at which a db * gets deactivated * @param failover_level defines if the module shall search for spares or just * turnoff a broken db - * @param db_retry_interval defines in which intervals the module shall try to + * @param db_retry_interval defines in which intervals the module shall try to * reconnect to a deactivated database * @param write_on_db defines if the module has write access on the databases or not * @param alg_location defines the algorithm for the location matching - based on crc32 for now @@ -213,7 +213,7 @@ static cmd_export_t cmds[] = { /*! \brief - * Exported parameters + * Exported parameters */ static param_export_t params[] = {{"ruid_column", PARAM_STR, &ruid_col}, {"user_column", PARAM_STR, &user_col}, diff --git a/src/modules/p_usrloc/ucontact.c b/src/modules/p_usrloc/ucontact.c index 09044e77bb1..16ac99efd77 100644 --- a/src/modules/p_usrloc/ucontact.c +++ b/src/modules/p_usrloc/ucontact.c @@ -13,8 +13,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 * */ @@ -263,7 +263,7 @@ int mem_update_ucontact(ucontact_t *_c, ucontact_info_t *_ci) update_str(&_c->callid, _ci->callid); } - /* No need to update Callid as it is constant + /* No need to update Callid as it is constant * per ucontact (set at insert time) -bogdan */ update_str(&_c->user_agent, _ci->user_agent); @@ -316,9 +316,9 @@ void st_update_ucontact(ucontact_t *_c) break; case CS_SYNC: - /* For db mode 1 & 2 a modified contact needs to be - * updated also in the database, so transit into - * CS_DIRTY and let the timer to do the update + /* For db mode 1 & 2 a modified contact needs to be + * updated also in the database, so transit into + * CS_DIRTY and let the timer to do the update * again. For db mode 1 we try to update right * now and if fails, let the timer to do the job */ @@ -354,10 +354,10 @@ int st_delete_ucontact(ucontact_t *_c) case CS_SYNC: case CS_DIRTY: /* Contact is in the database, - * we cannot remove it from the memory + * we cannot remove it from the memory * directly, but we can set expires to zero - * and the timer will take care of deleting - * the contact from the memory as well as + * and the timer will take care of deleting + * the contact from the memory as well as * from the database */ if(db_mode == WRITE_BACK) { diff --git a/src/modules/p_usrloc/ucontact.h b/src/modules/p_usrloc/ucontact.h index 7fc44f7c620..c0aba0799e7 100644 --- a/src/modules/p_usrloc/ucontact.h +++ b/src/modules/p_usrloc/ucontact.h @@ -13,8 +13,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/p_usrloc/udomain.c b/src/modules/p_usrloc/udomain.c index b5046aa027f..68182a22ad6 100644 --- a/src/modules/p_usrloc/udomain.c +++ b/src/modules/p_usrloc/udomain.c @@ -13,8 +13,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 * */ @@ -214,7 +214,7 @@ void print_udomain(FILE *_f, udomain_t *_d) /*! * \brief Convert database values into ucontact_info * - * Convert database values into ucontact_info, + * Convert database values into ucontact_info, * expects 12 rows (contact, expires, q, callid, cseq, flags, * ua, received, path, socket, methods, last_modified) * \param vals database values diff --git a/src/modules/p_usrloc/ul_callback.c b/src/modules/p_usrloc/ul_callback.c index 2b66cbdbbc4..2b196fe9268 100644 --- a/src/modules/p_usrloc/ul_callback.c +++ b/src/modules/p_usrloc/ul_callback.c @@ -13,8 +13,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 * */ @@ -71,7 +71,7 @@ void destroy_ulcb_list(void) } -/*! \brief +/*! \brief register a callback function 'f' for 'types' mask of events; */ int register_ulcb(int types, ul_cb f, void *param) diff --git a/src/modules/p_usrloc/ul_check.c b/src/modules/p_usrloc/ul_check.c index aef59ed0f20..c6a1f8e27e8 100644 --- a/src/modules/p_usrloc/ul_check.c +++ b/src/modules/p_usrloc/ul_check.c @@ -14,8 +14,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/p_usrloc/ul_check.h b/src/modules/p_usrloc/ul_check.h index 22b11cc6548..d9c8a5145cb 100644 --- a/src/modules/p_usrloc/ul_check.h +++ b/src/modules/p_usrloc/ul_check.h @@ -14,8 +14,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/p_usrloc/ul_db.c b/src/modules/p_usrloc/ul_db.c index 5f8a6a7196e..f0ce33726e2 100644 --- a/src/modules/p_usrloc/ul_db.c +++ b/src/modules/p_usrloc/ul_db.c @@ -14,8 +14,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/p_usrloc/ul_db.h b/src/modules/p_usrloc/ul_db.h index 409dd92d145..080e144c099 100644 --- a/src/modules/p_usrloc/ul_db.h +++ b/src/modules/p_usrloc/ul_db.h @@ -14,8 +14,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/p_usrloc/ul_db_api.c b/src/modules/p_usrloc/ul_db_api.c index 1bf20540a9b..5b08c2bb9f3 100644 --- a/src/modules/p_usrloc/ul_db_api.c +++ b/src/modules/p_usrloc/ul_db_api.c @@ -14,8 +14,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/p_usrloc/ul_db_api.h b/src/modules/p_usrloc/ul_db_api.h index 14591e8fa4e..58acc6f5e6a 100644 --- a/src/modules/p_usrloc/ul_db_api.h +++ b/src/modules/p_usrloc/ul_db_api.h @@ -14,8 +14,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/p_usrloc/ul_db_del.c b/src/modules/p_usrloc/ul_db_del.c index f152c45956b..3b2eefc0e5c 100644 --- a/src/modules/p_usrloc/ul_db_del.c +++ b/src/modules/p_usrloc/ul_db_del.c @@ -14,8 +14,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/p_usrloc/ul_db_del.h b/src/modules/p_usrloc/ul_db_del.h index a5772de86f6..377d0ca3cf9 100644 --- a/src/modules/p_usrloc/ul_db_del.h +++ b/src/modules/p_usrloc/ul_db_del.h @@ -14,8 +14,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/p_usrloc/ul_db_failover.c b/src/modules/p_usrloc/ul_db_failover.c index ed4ba12b914..2e1d934f61a 100644 --- a/src/modules/p_usrloc/ul_db_failover.c +++ b/src/modules/p_usrloc/ul_db_failover.c @@ -14,8 +14,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/p_usrloc/ul_db_failover.h b/src/modules/p_usrloc/ul_db_failover.h index 5427a904bdd..54667b3093b 100644 --- a/src/modules/p_usrloc/ul_db_failover.h +++ b/src/modules/p_usrloc/ul_db_failover.h @@ -14,8 +14,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/p_usrloc/ul_db_failover_func.c b/src/modules/p_usrloc/ul_db_failover_func.c index d2df90e6ea8..3ed80c42cf7 100644 --- a/src/modules/p_usrloc/ul_db_failover_func.c +++ b/src/modules/p_usrloc/ul_db_failover_func.c @@ -14,8 +14,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/p_usrloc/ul_db_failover_func.h b/src/modules/p_usrloc/ul_db_failover_func.h index b3729e3bec5..e264632844d 100644 --- a/src/modules/p_usrloc/ul_db_failover_func.h +++ b/src/modules/p_usrloc/ul_db_failover_func.h @@ -14,8 +14,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/p_usrloc/ul_db_form_query.c b/src/modules/p_usrloc/ul_db_form_query.c index c0a73f03684..f59d2fbac7b 100644 --- a/src/modules/p_usrloc/ul_db_form_query.c +++ b/src/modules/p_usrloc/ul_db_form_query.c @@ -14,8 +14,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/p_usrloc/ul_db_form_query.h b/src/modules/p_usrloc/ul_db_form_query.h index e3630c70023..85d389bab3c 100644 --- a/src/modules/p_usrloc/ul_db_form_query.h +++ b/src/modules/p_usrloc/ul_db_form_query.h @@ -14,8 +14,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/p_usrloc/ul_db_handle.c b/src/modules/p_usrloc/ul_db_handle.c index d921e8b6699..cc29624bfd6 100644 --- a/src/modules/p_usrloc/ul_db_handle.c +++ b/src/modules/p_usrloc/ul_db_handle.c @@ -14,8 +14,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/p_usrloc/ul_db_handle.h b/src/modules/p_usrloc/ul_db_handle.h index 9484f1b83e7..17792468f5f 100644 --- a/src/modules/p_usrloc/ul_db_handle.h +++ b/src/modules/p_usrloc/ul_db_handle.h @@ -14,8 +14,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/p_usrloc/ul_db_ins.c b/src/modules/p_usrloc/ul_db_ins.c index 8f769b21a31..73772b49fc8 100644 --- a/src/modules/p_usrloc/ul_db_ins.c +++ b/src/modules/p_usrloc/ul_db_ins.c @@ -14,8 +14,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/p_usrloc/ul_db_ins.h b/src/modules/p_usrloc/ul_db_ins.h index ec658f43d9e..dad51a89c58 100644 --- a/src/modules/p_usrloc/ul_db_ins.h +++ b/src/modules/p_usrloc/ul_db_ins.h @@ -14,8 +14,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/p_usrloc/ul_db_ins_upd.c b/src/modules/p_usrloc/ul_db_ins_upd.c index ae81352e80c..4636d9a2a40 100644 --- a/src/modules/p_usrloc/ul_db_ins_upd.c +++ b/src/modules/p_usrloc/ul_db_ins_upd.c @@ -14,8 +14,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/p_usrloc/ul_db_ins_upd.h b/src/modules/p_usrloc/ul_db_ins_upd.h index 9facca7dbca..46f7bd10973 100644 --- a/src/modules/p_usrloc/ul_db_ins_upd.h +++ b/src/modules/p_usrloc/ul_db_ins_upd.h @@ -14,8 +14,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/p_usrloc/ul_db_query.c b/src/modules/p_usrloc/ul_db_query.c index 79cdb73d115..de8c72a2703 100644 --- a/src/modules/p_usrloc/ul_db_query.c +++ b/src/modules/p_usrloc/ul_db_query.c @@ -14,8 +14,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/p_usrloc/ul_db_query.h b/src/modules/p_usrloc/ul_db_query.h index 536fbcb65a7..1fd91175bfc 100644 --- a/src/modules/p_usrloc/ul_db_query.h +++ b/src/modules/p_usrloc/ul_db_query.h @@ -14,8 +14,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/p_usrloc/ul_db_repl.c b/src/modules/p_usrloc/ul_db_repl.c index 96a25de7532..51b2752167a 100644 --- a/src/modules/p_usrloc/ul_db_repl.c +++ b/src/modules/p_usrloc/ul_db_repl.c @@ -14,8 +14,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/p_usrloc/ul_db_repl.h b/src/modules/p_usrloc/ul_db_repl.h index 9cb6d906097..04701131586 100644 --- a/src/modules/p_usrloc/ul_db_repl.h +++ b/src/modules/p_usrloc/ul_db_repl.h @@ -14,8 +14,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/p_usrloc/ul_db_tran.c b/src/modules/p_usrloc/ul_db_tran.c index 17b5e1e6d47..70c8ac0dea0 100644 --- a/src/modules/p_usrloc/ul_db_tran.c +++ b/src/modules/p_usrloc/ul_db_tran.c @@ -14,8 +14,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/p_usrloc/ul_db_tran.h b/src/modules/p_usrloc/ul_db_tran.h index 02ba17467f7..23b73544010 100644 --- a/src/modules/p_usrloc/ul_db_tran.h +++ b/src/modules/p_usrloc/ul_db_tran.h @@ -14,8 +14,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/p_usrloc/ul_db_upd.c b/src/modules/p_usrloc/ul_db_upd.c index cfca03837f7..0101f552cdf 100644 --- a/src/modules/p_usrloc/ul_db_upd.c +++ b/src/modules/p_usrloc/ul_db_upd.c @@ -14,8 +14,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/p_usrloc/ul_db_upd.h b/src/modules/p_usrloc/ul_db_upd.h index 245d3e2dbd4..e826f12f7f2 100644 --- a/src/modules/p_usrloc/ul_db_upd.h +++ b/src/modules/p_usrloc/ul_db_upd.h @@ -14,8 +14,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/p_usrloc/ul_db_watch.c b/src/modules/p_usrloc/ul_db_watch.c index a4c96e1fd43..141c79d451d 100644 --- a/src/modules/p_usrloc/ul_db_watch.c +++ b/src/modules/p_usrloc/ul_db_watch.c @@ -14,8 +14,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/p_usrloc/ul_db_watch.h b/src/modules/p_usrloc/ul_db_watch.h index f2ea15221cc..bc80cb5599b 100644 --- a/src/modules/p_usrloc/ul_db_watch.h +++ b/src/modules/p_usrloc/ul_db_watch.h @@ -14,8 +14,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/p_usrloc/urecord.c b/src/modules/p_usrloc/urecord.c index 43a67bbad73..9426c3f2e62 100644 --- a/src/modules/p_usrloc/urecord.c +++ b/src/modules/p_usrloc/urecord.c @@ -13,8 +13,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 * */ @@ -584,7 +584,7 @@ static inline struct ucontact *contact_path_match( * \param _path path * \param _cseq CSEQ number * \param _co found contact - * \return 0 - found, 1 - not found, -1 - invalid found, + * \return 0 - found, 1 - not found, -1 - invalid found, * -2 - found, but to be skipped (same cseq) */ int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq, diff --git a/src/modules/p_usrloc/urecord.h b/src/modules/p_usrloc/urecord.h index 235483010e9..87a816266e3 100644 --- a/src/modules/p_usrloc/urecord.h +++ b/src/modules/p_usrloc/urecord.h @@ -13,8 +13,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 */ @@ -137,10 +137,10 @@ int delete_ucontact(urecord_t *_r, struct ucontact *_c); * \param _r record where to search the contacts * \param _c contact string * \param _callid callid - * \param _path path + * \param _path path * \param _cseq CSEQ number * \param _co found contact - * \return 0 - found, 1 - not found, -1 - invalid found, + * \return 0 - found, 1 - not found, -1 - invalid found, * -2 - found, but to be skipped (same cseq) */ int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq, @@ -165,7 +165,7 @@ void release_urecord(urecord_t *_r); * \param _c contact string * \param _ci contact info (callid, cseq, instance, ...) * \param _co found contact - * \return 0 - found, 1 - not found, -1 - invalid found, + * \return 0 - found, 1 - not found, -1 - invalid found, * -2 - found, but to be skipped (same cseq) */ int get_ucontact_by_instance( diff --git a/src/modules/p_usrloc/usrloc.c b/src/modules/p_usrloc/usrloc.c index 27cbdb7f8ce..6de32f2eeda 100644 --- a/src/modules/p_usrloc/usrloc.c +++ b/src/modules/p_usrloc/usrloc.c @@ -13,8 +13,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/p_usrloc/utime.c b/src/modules/p_usrloc/utime.c index d3069c93d81..412661df092 100644 --- a/src/modules/p_usrloc/utime.c +++ b/src/modules/p_usrloc/utime.c @@ -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/p_usrloc/utime.h b/src/modules/p_usrloc/utime.h index 128fca2efbe..cf3dec9feb2 100644 --- a/src/modules/p_usrloc/utime.h +++ b/src/modules/p_usrloc/utime.h @@ -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 */