diff options
author | Werner Koch <wk@gnupg.org> | 2002-05-14 13:11:08 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-05-14 13:11:08 +0000 |
commit | 988608c86350d117b164a5f59bde1267bbc5235a (patch) | |
tree | adefecd63a445bbcae54d654fbd2e26207fc3651 /cipher/bithelp.h | |
parent | 023396ea3ee6b633c4babfbf7aef0f26f591d48c (diff) | |
download | libgcrypt-988608c86350d117b164a5f59bde1267bbc5235a.tar.gz |
Change the license to the LGPL.now-less-freedom-protected
Diffstat (limited to 'cipher/bithelp.h')
-rw-r--r-- | cipher/bithelp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cipher/bithelp.h b/cipher/bithelp.h index 0d6d2994..c9fda651 100644 --- a/cipher/bithelp.h +++ b/cipher/bithelp.h @@ -1,20 +1,20 @@ /* bithelp.h - Some bit manipulation helpers - * Copyright (C) 1999 Free Software Foundation, Inc. + * Copyright (C) 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt 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. + * 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. * * Libgcrypt 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. + * GNU Lesser 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 + * You should have received a copy of the GNU Lesser 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 G10_BITHELP_H |