X-Git-Url: https://www.tinc-vpn.org/git/browse?p=fides;a=blobdiff_plain;f=src%2Ffides.cc;h=e4785a62899aaece925df7ba07d916732075a6d3;hp=006b503613c6beb31fe298ee850f97c4cd83b92f;hb=4b17b54e2250ea75c9947b92a571554dae672bec;hpb=811b273f857703f489875376f188f1fc21b7e850 diff --git a/src/fides.cc b/src/fides.cc index 006b503..e4785a6 100644 --- a/src/fides.cc +++ b/src/fides.cc @@ -1,39 +1,24 @@ -/* fides.c - Light-weight, decentralised trust and authorisation management +/* fides.cc - Light-weight, decentralised trust and authorisation management Copyright (C) 2008-2009 Guus Sliepen - 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, + 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 option) any later version. + + This program 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 . + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see . */ -#include -#include -#include -#include #include #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "fides.h"