X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=decodekey.h;h=11e2448374882bdf8d1754b5c6f345299a34eadd;hb=4877ad31beca390455a33c5e0efe4244f060fde1;hp=987c3fc7d7c26c51c46c09c5e7bb4f8a07a10b32;hpb=d1e174344cb2d8d3681cd3c3d6dfe0c70d60da20;p=onak.git diff --git a/decodekey.h b/decodekey.h index 987c3fc..11e2448 100644 --- a/decodekey.h +++ b/decodekey.h @@ -1,14 +1,27 @@ /* * keyindex.h - Routines to list an OpenPGP key. * - * Jonathan McDowell + * Copyright 2002-2008 Jonathan McDowell * - * Copyright 2002 Project Purple + * 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; version 2 of the License. + * + * 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 General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __DECODEKEY_H__ #define __DECODEKEY_H__ +#include +#include #include "keystructs.h" #include "ll.h"