Prechádzať zdrojové kódy

qos Remove SVN ID, remove history

Olle E. Johansson 10 rokov pred
rodič
commit
6fcfc18c7d

+ 1 - 6
modules/qos/qos.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * QoS module - support for tracking dialogs and SDP
  *
  * Copyright (C) 2007 SOMA Networks, Inc.
@@ -23,9 +21,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 #include <stdio.h>
@@ -115,7 +110,7 @@ static int mod_init(void)
 
 	/* Register the main (static) dialog call back.  */
 	if (load_dlg_api(&dialog_st) != 0) {
-		LM_ERR("Can't load dialog hooks");
+		LM_ERR("Can't load dialog hooks\n");
 		return(-1);
 	}
 

+ 0 - 5
modules/qos/qos_cb.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -20,9 +18,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2007-07-14  initial version (osas)
  */
 
 

+ 0 - 5
modules/qos/qos_cb.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -20,9 +18,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2007-07-11  initial version (osas)
  */
 
 #ifndef _QOS_QOS_CB_H_

+ 0 - 5
modules/qos/qos_ctx_helpers.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -20,9 +18,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * -------
- * 2007-07-16 initial version (osas)
  */
 
 #include "../../mem/mem.h"

+ 0 - 5
modules/qos/qos_ctx_helpers.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, INC.
  * Written By Ovidiu Sas
  *
@@ -21,9 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 #ifndef _QOS_CTX_HELPERS_H_

+ 0 - 5
modules/qos/qos_handlers.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -21,9 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 

+ 0 - 5
modules/qos/qos_handlers.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written By Ovidiu Sas (osas)
  *
@@ -21,9 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 #ifndef _QOS_HANDLERS_H_

+ 0 - 5
modules/qos/qos_load.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -20,9 +18,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2007-07-14  initial version (osas)
  */
 
 #ifndef _QOS_QOS_LOAD_H_

+ 0 - 5
modules/qos/qos_mi.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written by Ovidiu Sas (osas)
  *
@@ -21,9 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 

+ 0 - 5
modules/qos/qos_mi.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 SOMA Networks, Inc.
  * Written By Ovidiu Sas (osas)
  *
@@ -21,9 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2007-07-16 initial version (osas)
  */
 
 #ifndef _QOS_MI_H_