diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-09-25 20:10:58 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-09-25 20:10:58 +0000 |
commit | 75dbbcfe3168e56a787fd8c593bfa17967c816ba (patch) | |
tree | e5774376469d8a1ea8ac39bebff5fe54646dab49 | |
parent | c4e252c55b4288e2041959b0373080379859a62e (diff) | |
download | strongswan-75dbbcfe3168e56a787fd8c593bfa17967c816ba.tar.bz2 strongswan-75dbbcfe3168e56a787fd8c593bfa17967c816ba.tar.xz |
updated copyright
-rw-r--r-- | src/openac/build.c | 6 | ||||
-rw-r--r-- | src/openac/build.h | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/src/openac/build.c b/src/openac/build.c index 5c61a1aea..1a9abd557 100644 --- a/src/openac/build.c +++ b/src/openac/build.c @@ -1,7 +1,7 @@ /* Build a X.509 attribute certificate * Copyright (C) 2002 Ueli Galizzi, Ariane Seiler - * Copyright (C) 2004 Andreas Steffen - * Zuercher Hochschule Winterthur, Switzerland + * Copyright (C) 2004,2007 Andreas Steffen + * Hochschule fuer Technik Rapperswil, Switzerland * * 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 @@ -12,8 +12,6 @@ * 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: build.c,v 1.14 2005/09/06 11:47:57 as Exp $ */ #include <stdlib.h> diff --git a/src/openac/build.h b/src/openac/build.h index 4a29ab0db..1fc4f3105 100644 --- a/src/openac/build.h +++ b/src/openac/build.h @@ -1,7 +1,7 @@ /* Build a X.509 attribute certificate * Copyright (C) 2002 Ueli Galizzi, Ariane Seiler - * Copyright (C) 2004 Andreas Steffen - * Zuercher Hochschule Winterthur, Switzerland + * Copyright (C) 2004,2007 Andreas Steffen + * Hochschule fuer Technik Rapperswil, Switzerland * * 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 @@ -12,8 +12,6 @@ * 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: build.h,v 1.4 2004/11/03 14:28:52 as Exp $ */ #ifndef _BUILD_H |