Jiri Kuthan 24 anni fa
parent
commit
7611117f93

+ 6 - 0
modules/tm/globals.h

@@ -1,3 +1,9 @@
+/*
+ * $Id$
+ */
+
+
+
 #ifndef _H_GLOBALS
 #ifndef _H_GLOBALS
 #define _H_GLOBALS
 #define _H_GLOBALS
 
 

+ 5 - 0
modules/tm/h_table.c

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #include "h_table.h"
 #include "h_table.h"
 #include "../../dprint.h"
 #include "../../dprint.h"
 #include "sh_malloc.h"
 #include "sh_malloc.h"

+ 5 - 0
modules/tm/h_table.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _H_TABLE_H
 #ifndef _H_TABLE_H
 #define _H_TABLE_H
 #define _H_TABLE_H
 
 

+ 6 - 0
modules/tm/hash_func.c

@@ -1,3 +1,9 @@
+/*
+ * $Id$
+ */
+
+
+
 #include "hash_func.h"
 #include "hash_func.h"
 #include "../../dprint.h"
 #include "../../dprint.h"
 
 

+ 5 - 0
modules/tm/hash_func.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _HASH_H
 #ifndef _HASH_H
 #define _HASH_H
 #define _HASH_H
 
 

+ 1 - 1
modules/tm/lock.c

@@ -1,5 +1,5 @@
 /*
 /*
- * $Header$
+ * $Id$
  */
  */
 
 
 
 

+ 5 - 0
modules/tm/lock.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _SEMAPHORE_H
 #ifndef _SEMAPHORE_H
 #define _SEMAPHORE_H
 #define _SEMAPHORE_H
 
 

+ 5 - 0
modules/tm/sh_malloc.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _SH_MALLOC_H
 #ifndef _SH_MALLOC_H
 #define _SH_MALLOC_H
 #define _SH_MALLOC_H
 
 

+ 5 - 0
modules/tm/sip_msg.c

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #include "sip_msg.h"
 #include "sip_msg.h"
 #include "../../dprint.h"
 #include "../../dprint.h"
 #include "../../mem.h"
 #include "../../mem.h"

+ 5 - 0
modules/tm/sip_msg.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _SIP_MSG_H
 #ifndef _SIP_MSG_H
 #define _SIP_MSG_H
 #define _SIP_MSG_H
 
 

+ 5 - 0
modules/tm/t_funcs.c

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #include "t_funcs.h"
 #include "t_funcs.h"
 #include "../../dprint.h"
 #include "../../dprint.h"
 #include "../../config.h"
 #include "../../config.h"

+ 5 - 0
modules/tm/t_funcs.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _T_FUNCS_H
 #ifndef _T_FUNCS_H
 #define _T_FUNCS_H
 #define _T_FUNCS_H
 
 

+ 5 - 0
modules/tm/timer.c

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #include "timer.h"
 #include "timer.h"
 #include "../../dprint.h"
 #include "../../dprint.h"
 
 

+ 5 - 0
modules/tm/timer.h

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ */
+
+
 #ifndef _TIMER_H
 #ifndef _TIMER_H
 #define _TIMER_H
 #define _TIMER_H
 
 

+ 2 - 1
modules/tm/tm.c

@@ -1,4 +1,5 @@
-/*$Id$
+/*
+ * $Id$
  *
  *
  * TM module
  * TM module
  *
  *