Module: kamailio
Branch: master
Commit: 025b22999e2826fdb4183e05b0008407551527d6
URL:
https://github.com/kamailio/kamailio/commit/025b22999e2826fdb4183e05b000840…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-02-26T08:22:31+01:00
ims_dialog: updated application name
---
Modified: src/modules/ims_dialog/dlg_var.c
Modified: src/modules/ims_dialog/dlg_var.h
---
Diff:
https://github.com/kamailio/kamailio/commit/025b22999e2826fdb4183e05b000840…
Patch:
https://github.com/kamailio/kamailio/commit/025b22999e2826fdb4183e05b000840…
---
diff --git a/src/modules/ims_dialog/dlg_var.c b/src/modules/ims_dialog/dlg_var.c
index 7972333d8a..e0648c6dc7 100644
--- a/src/modules/ims_dialog/dlg_var.c
+++ b/src/modules/ims_dialog/dlg_var.c
@@ -1,17 +1,16 @@
/**
- * $Id$
*
* Copyright (C) 2009 Daniel-Constantin Mierla (
asipto.com)
* Copyright (C) 2011 Carsten Bock, carsten(a)ng-voice.com
*
* This file is part of kamailio, a free SIP server.
*
- * openser is free software; you can redistribute it and/or modify
+ * kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
- * openser is distributed in the hope that it will be useful,
+ * kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
diff --git a/src/modules/ims_dialog/dlg_var.h b/src/modules/ims_dialog/dlg_var.h
index f5753075ef..706028dd20 100644
--- a/src/modules/ims_dialog/dlg_var.h
+++ b/src/modules/ims_dialog/dlg_var.h
@@ -1,17 +1,15 @@
/**
- * $Id$
- *
* Copyright (C) 2009 Daniel-Constantin Mierla (
asipto.com)
* Copyright (C) 2011 Carsten Bock, carsten(a)ng-voice.com
*
* This file is part of kamailio, a free SIP server.
*
- * openser is free software; you can redistribute it and/or modify
+ * kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
- * openser is distributed in the hope that it will be useful,
+ * kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@@ -20,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
+
#ifndef _DLG_VAR_H_
#define _DLG_VAR_H_