diff options
author | Niels Möller <nisse@lysator.liu.se> | 2001-06-17 18:33:09 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2001-06-17 18:33:09 +0200 |
commit | 6324117397258f756ac14c7562beb6141188134b (patch) | |
tree | e0d5a13b17a664966c65a60faf30251d11e2a6f3 /twofish.c | |
parent | 9d37131d6d75d9c19c06e4a49475af9cd1d19d30 (diff) | |
download | nettle-6324117397258f756ac14c7562beb6141188134b.tar.gz |
Fixed copyright notice.
Rev: src/nettle/aes.c:1.3
Rev: src/nettle/aes.h:1.3
Rev: src/nettle/arcfour.c:1.2
Rev: src/nettle/arcfour.h:1.2
Rev: src/nettle/blowfish.h:1.5
Rev: src/nettle/cast128.c:1.2
Rev: src/nettle/cast128.h:1.2
Rev: src/nettle/des.c:1.3
Rev: src/nettle/des.h:1.3
Rev: src/nettle/macros.h:1.3
Rev: src/nettle/md5.c:1.2
Rev: src/nettle/md5.h:1.2
Rev: src/nettle/serpent.h:1.4
Rev: src/nettle/sha1.c:1.3
Rev: src/nettle/sha1.h:1.2
Rev: src/nettle/twofish.c:1.3
Rev: src/nettle/twofish.h:1.3
Diffstat (limited to 'twofish.c')
-rw-r--r-- | twofish.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,13 +20,13 @@ * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The GNU MP Library is distributed in the hope that it will be useful, but + * The nettle Library 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 the GNU MP Library; see the file COPYING.LIB. If not, write to + * along with the nettle library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ |