Browse Source

CVS substitutes introduced

Jiri Kuthan 23 years ago
parent
commit
93d87145d6
13 changed files with 57 additions and 5 deletions
  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 "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.
 
 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
+ * $Id$
  */
 
 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All

+ 5 - 0
md5utils.h

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

+ 1 - 1
mem/mem.c

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

+ 4 - 0
mem/memtest.c

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

+ 5 - 0
modparam.c

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

+ 5 - 0
modparam.h

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

+ 6 - 0
modules/tm/test.c

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

+ 5 - 0
parser/contact/cparam.c

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

+ 5 - 0
stats.h

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

+ 6 - 0
test/test.c

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

+ 4 - 1
test/udp_test_proxy.c

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