aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pluto/ac.c2
-rw-r--r--src/pluto/ac.h2
-rw-r--r--src/pluto/alg_info.c5
-rw-r--r--src/pluto/ocsp.c2
-rw-r--r--src/pluto/ocsp.h2
-rw-r--r--src/pluto/plutomain.c2
6 files changed, 8 insertions, 7 deletions
diff --git a/src/pluto/ac.c b/src/pluto/ac.c
index 3e0a2072c..58dfd8850 100644
--- a/src/pluto/ac.c
+++ b/src/pluto/ac.c
@@ -12,7 +12,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id$
+ * RCSID $Id$
*/
#include <stdlib.h>
diff --git a/src/pluto/ac.h b/src/pluto/ac.h
index f61baca26..158c71b1b 100644
--- a/src/pluto/ac.h
+++ b/src/pluto/ac.h
@@ -13,7 +13,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id$
+ * RCSID $Id$
*/
#ifndef _AC_H
diff --git a/src/pluto/alg_info.c b/src/pluto/alg_info.c
index 83198b3fb..2187faebb 100644
--- a/src/pluto/alg_info.c
+++ b/src/pluto/alg_info.c
@@ -2,8 +2,6 @@
* Algorithm info parsing and creation functions
* Author: JuanJo Ciarlante <jjo-ipsec@mendoza.gov.ar>
*
- * $Id$
- *
* This program 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
@@ -13,7 +11,10 @@
* 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.
+ *
+ * RCSID $Id$
*/
+
#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/pluto/ocsp.c b/src/pluto/ocsp.c
index 02e40b56e..f495e3f44 100644
--- a/src/pluto/ocsp.c
+++ b/src/pluto/ocsp.c
@@ -12,7 +12,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id$
+ * RCSID $Id$
*/
#include <unistd.h>
diff --git a/src/pluto/ocsp.h b/src/pluto/ocsp.h
index f405afcea..2db0d7b9c 100644
--- a/src/pluto/ocsp.h
+++ b/src/pluto/ocsp.h
@@ -12,7 +12,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id$
+ * RCSID $Id$
*/
#include "constants.h"
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c
index 07fc2ed56..49638a3d7 100644
--- a/src/pluto/plutomain.c
+++ b/src/pluto/plutomain.c
@@ -12,7 +12,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id$
+ * RCSID $Id$
*/
#include <stdio.h>