diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-06 21:39:00 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-06 21:39:00 +0000 |
commit | f73338d65613fde1b37d647072eddb05631b34b0 (patch) | |
tree | c60269aa3b89c56470b94ae8b8ae7ec2785ec250 | |
parent | ab40277fd0dd6c6c875c8928ce810aff2f5e7137 (diff) | |
download | strongswan-f73338d65613fde1b37d647072eddb05631b34b0.tar.bz2 strongswan-f73338d65613fde1b37d647072eddb05631b34b0.tar.xz |
use RCSID
-rw-r--r-- | src/pluto/ac.c | 2 | ||||
-rw-r--r-- | src/pluto/ac.h | 2 | ||||
-rw-r--r-- | src/pluto/alg_info.c | 5 | ||||
-rw-r--r-- | src/pluto/ocsp.c | 2 | ||||
-rw-r--r-- | src/pluto/ocsp.h | 2 | ||||
-rw-r--r-- | src/pluto/plutomain.c | 2 |
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> |