Skip to content

Commit

Permalink
uid_gflags Remove svn id, history
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 17, 2015
1 parent 6429161 commit 60dc574
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions 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
Expand All @@ -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@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.
Expand All @@ -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)
Expand Down

0 comments on commit 60dc574

Please sign in to comment.