diff --git a/modules/sca/sca.c b/modules/sca/sca.c index 920024bf4c5..4c73c0f576a 100644 --- a/modules/sca/sca.c +++ b/modules/sca/sca.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca.h b/modules/sca/sca.h index 1ded694a549..83a1c08811c 100644 --- a/modules/sca/sca.h +++ b/modules/sca/sca.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_appearance.c b/modules/sca/sca_appearance.c index 43c54456a65..e0ba91e61a8 100644 --- a/modules/sca/sca_appearance.c +++ b/modules/sca/sca_appearance.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_appearance.h b/modules/sca/sca_appearance.h index 45a77fe8d8c..34451832393 100644 --- a/modules/sca/sca_appearance.h +++ b/modules/sca/sca_appearance.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "../../str.h" diff --git a/modules/sca/sca_call_info.c b/modules/sca/sca_call_info.c index 066834c146a..1f367770d9c 100644 --- a/modules/sca/sca_call_info.c +++ b/modules/sca/sca_call_info.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_call_info.h b/modules/sca/sca_call_info.h index c769d7dec36..a0a2b1e78bb 100644 --- a/modules/sca/sca_call_info.h +++ b/modules/sca/sca_call_info.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * */ #ifndef SCA_CALL_INFO_H #define SCA_CALL_INFO_H diff --git a/modules/sca/sca_common.h b/modules/sca/sca_common.h index 2b158863dc7..8b9db4a489b 100644 --- a/modules/sca/sca_common.h +++ b/modules/sca/sca_common.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_db.c b/modules/sca/sca_db.c index 0bdfa852841..dbd34601ddd 100644 --- a/modules/sca/sca_db.c +++ b/modules/sca/sca_db.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "sca_common.h" diff --git a/modules/sca/sca_db.h b/modules/sca/sca_db.h index b89bae1a4c3..f48934bb34e 100644 --- a/modules/sca/sca_db.h +++ b/modules/sca/sca_db.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_dialog.c b/modules/sca/sca_dialog.c index 7975ad70691..9faf9e72cc7 100644 --- a/modules/sca/sca_dialog.c +++ b/modules/sca/sca_dialog.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "sca_common.h" diff --git a/modules/sca/sca_dialog.h b/modules/sca/sca_dialog.h index 0015db0e328..9f7a250d446 100644 --- a/modules/sca/sca_dialog.h +++ b/modules/sca/sca_dialog.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_event.c b/modules/sca/sca_event.c index ad99ae920b9..ddd9c78cdcd 100644 --- a/modules/sca/sca_event.c +++ b/modules/sca/sca_event.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_event.h b/modules/sca/sca_event.h index 3cf5db1a83a..a5922825a85 100644 --- a/modules/sca/sca_event.h +++ b/modules/sca/sca_event.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_hash.c b/modules/sca/sca_hash.c index f8fa1782538..fa469c119e4 100644 --- a/modules/sca/sca_hash.c +++ b/modules/sca/sca_hash.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_hash.h b/modules/sca/sca_hash.h index 206eafce4b1..c833c5ed239 100644 --- a/modules/sca/sca_hash.h +++ b/modules/sca/sca_hash.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_notify.c b/modules/sca/sca_notify.c index 0cc0f663e48..e8cbdba3145 100644 --- a/modules/sca/sca_notify.c +++ b/modules/sca/sca_notify.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_notify.h b/modules/sca/sca_notify.h index acca3ca4529..1cfe40bb1cb 100644 --- a/modules/sca/sca_notify.h +++ b/modules/sca/sca_notify.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_reply.c b/modules/sca/sca_reply.c index e84b8cab0a3..3f443172573 100644 --- a/modules/sca/sca_reply.c +++ b/modules/sca/sca_reply.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "sca_common.h" diff --git a/modules/sca/sca_reply.h b/modules/sca/sca_reply.h index dfd59b97ef6..15785bfa256 100644 --- a/modules/sca/sca_reply.h +++ b/modules/sca/sca_reply.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 SCA_REPLY_H #define SCA_REPLY_H diff --git a/modules/sca/sca_rpc.c b/modules/sca/sca_rpc.c index d1c9f87e2b6..5e6873b48c9 100644 --- a/modules/sca/sca_rpc.c +++ b/modules/sca/sca_rpc.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_rpc.h b/modules/sca/sca_rpc.h index d323b9b8911..ff3db39a5e9 100644 --- a/modules/sca/sca_rpc.h +++ b/modules/sca/sca_rpc.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/sca/sca_subscribe.c b/modules/sca/sca_subscribe.c index b5401a8e654..9dfb5ce719c 100644 --- a/modules/sca/sca_subscribe.c +++ b/modules/sca/sca_subscribe.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "sca_common.h" diff --git a/modules/sca/sca_subscribe.h b/modules/sca/sca_subscribe.h index fc85b49cbb5..6fbf7b92099 100644 --- a/modules/sca/sca_subscribe.h +++ b/modules/sca/sca_subscribe.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 SCA_SUBSCRIBE_H #define SCA_SUBSCRIBE_H diff --git a/modules/sca/sca_util.c b/modules/sca/sca_util.c index 0b70abeb392..1a5643e3836 100644 --- a/modules/sca/sca_util.c +++ b/modules/sca/sca_util.c @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 "sca_common.h" diff --git a/modules/sca/sca_util.h b/modules/sca/sca_util.h index 985c9bcd878..eb1664d08f7 100644 --- a/modules/sca/sca_util.h +++ b/modules/sca/sca_util.h @@ -1,9 +1,7 @@ /* - * $Id$ - * * Copyright (C) 2012 Andrew Mortensen * - * This file is part of the sca module for sip-router, a free SIP server. + * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +16,6 @@ * 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 SCA_UTIL_H #define SCA_UTIL_H