Module: kamailio
Branch: master
Commit: 60dc57430ac3c81b50255b4a30f29b5882eafcf3
URL:
https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-17T11:04:17+01:00
uid_gflags Remove svn id, history
---
Modified: modules/uid_gflags/uid_gflags.c
---
Diff:
https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
Patch:
https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
---
diff --git a/modules/uid_gflags/uid_gflags.c b/modules/uid_gflags/uid_gflags.c
index 21bf4a9..e639fd1 100644
--- a/modules/uid_gflags/uid_gflags.c
+++ b/modules/uid_gflags/uid_gflags.c
@@ -1,4 +1,4 @@
-/*$Id$
+/*
*
* gflags module: global flags; it keeps a bitmap of flags
* in shared memory and may be used to change behaviour
@@ -12,19 +12,14 @@
*
* Copyright (C) 2004 FhG FOKUS
*
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
*
- * ser 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
*
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact
iptel.org by e-mail at the following addresses:
- * info(a)iptel.org
- *
- * ser 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.
@@ -34,12 +29,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*
- * History:
- * --------
- * 2004-09-09 initial module created (jiri)
- * 2006-12-04 added xmlrpc command global.reload for reloading of global_attrs
- * db table (vlada)
- *
* TODO
* - flag range checking
* - named flags (takes a protected name list)