diff options
| author | Werner Koch <[email protected]> | 1998-06-16 15:13:28 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-06-16 15:13:28 +0000 |
| commit | e6ac5acbbf56ed8995bfa4d5a28160fa3a5d825f (patch) | |
| tree | 6ff27595e33dd57d3a8979d245236bd5f404c9b4 /include/g10lib.h | |
| parent | extensions are now working and fixed a lot of bugs (diff) | |
| download | gnupg-e6ac5acbbf56ed8995bfa4d5a28160fa3a5d825f.tar.gz gnupg-e6ac5acbbf56ed8995bfa4d5a28160fa3a5d825f.zip | |
some more internall structure changes
Diffstat (limited to 'include/g10lib.h')
| -rw-r--r-- | include/g10lib.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/include/g10lib.h b/include/g10lib.h index 338737831..fe144add5 100644 --- a/include/g10lib.h +++ b/include/g10lib.h @@ -1,7 +1,21 @@ /* g10lib.h - GNU digital encryption libray interface * Copyright (C) 1998 Free Software Foundation, Inc. * - * FIXME: This should allow XFree programs etc to use the header. + * This file is part of GNUPG. + * + * GNUPG 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. + * + * GNUPG 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifndef _g10lib_G10LIB_H |
