Fix #includes and copyright statements.
[fides] / lib / fides.h
index 7d94719..ff665af 100644 (file)
@@ -1,9 +1,27 @@
+/* fides.h - Light-weight, decentralised trust and authorisation management
+   Copyright (C) 2008-2009  Guus Sliepen <guus@tinc-vpn.org>
+  
+   Fides is free software; you can redistribute it and/or modify
+   it under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of
+   the License, or (at your option) any later version.
+  
+   Fides is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+   GNU Lesser General Public License for more details.
+  
+   You should have received a copy of the GNU Lesser General Public
+   License along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __FIDES_H__
 #define __FIDES_H__
 
 #include <stdexcept>
 #include <regex.h>
 #include <botan/botan.h>
+#include <botan/ecdsa.h>
 #include <sys/time.h>
 #include <map>