2
0
Эх сурвалжийг харах

CVS substitutes introduced

Jiri Kuthan 23 жил өмнө
parent
commit
93d87145d6
13 өөрчлөгдсөн 57 нэмэгдсэн , 5 устгасан
  1. 4 0
      data_lump_rpl.c
  2. 6 3
      md5.c
  3. 1 0
      md5.h
  4. 5 0
      md5utils.h
  5. 1 1
      mem/mem.c
  6. 4 0
      mem/memtest.c
  7. 5 0
      modparam.c
  8. 5 0
      modparam.h
  9. 6 0
      modules/tm/test.c
  10. 5 0
      parser/contact/cparam.c
  11. 5 0
      stats.h
  12. 6 0
      test/test.c
  13. 4 1
      test/udp_test_proxy.c

+ 4 - 0
data_lump_rpl.c

@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ *
+ */
 
 
 #include <string.h>
 #include <string.h>
 #include "dprint.h"
 #include "dprint.h"

+ 6 - 3
md5.c

@@ -1,7 +1,10 @@
-/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
- */
+/* 
+
+$Id$
+
+MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
 
 
-/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
 rights reserved.
 rights reserved.
 
 
 License to copy and use this software is granted provided that it
 License to copy and use this software is granted provided that it

+ 1 - 0
md5.h

@@ -1,4 +1,5 @@
 /* MD5.H - header file for MD5C.C
 /* MD5.H - header file for MD5C.C
+ * $Id$
  */
  */
 
 
 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All

+ 5 - 0
md5utils.h

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

+ 1 - 1
mem/mem.c

@@ -1,5 +1,5 @@
 /*
 /*
- * $Id *
+ * $Id: *
  */
  */
 
 
 #include <stdio.h>
 #include <stdio.h>

+ 4 - 0
mem/memtest.c

@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
 #ifdef DBG_QM_MALLOC
 #ifdef DBG_QM_MALLOC
 
 
 #include <stdio.h>
 #include <stdio.h>

+ 5 - 0
modparam.c

@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ *
+ */
+
 #include "modparam.h"
 #include "modparam.h"
 #include "dprint.h"
 #include "dprint.h"
 #include <string.h>
 #include <string.h>

+ 5 - 0
modparam.h

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

+ 6 - 0
modules/tm/test.c

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

+ 5 - 0
parser/contact/cparam.c

@@ -1,3 +1,8 @@
+/* 
+ * $Id$
+ *
+ */
+
 #include "cparam.h"
 #include "cparam.h"
 #include "../../mem/mem.h"
 #include "../../mem/mem.h"
 #include <stdio.h>         /* printf */
 #include <stdio.h>         /* printf */

+ 5 - 0
stats.h

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

+ 6 - 0
test/test.c

@@ -1,3 +1,9 @@
+/* 
+ * $Id$
+ *
+ */
+
+
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <string.h>
 #include <string.h>

+ 4 - 1
test/udp_test_proxy.c

@@ -1,4 +1,7 @@
-/* $Id */
+/* 
+ * $Id$
+ *
+ */
 
 
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>