X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Farctwo.c;h=4404936da47edd3e884da890635a5ca9a2a33301;hb=81e2fe40473d40b254dea9484525c343d896a439;hp=27b7c1bd9d027f3858d316a22181badfa1e11819;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/arctwo.c b/lib/arctwo.c index 27b7c1bd9..4404936da 100644 --- a/lib/arctwo.c +++ b/lib/arctwo.c @@ -1,6 +1,5 @@ /* arctwo.c --- The RC2 cipher as described in RFC 2268. - * Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 Free Software - * Foundation, Inc. + * Copyright (C) 2003-2006, 2008-2012 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published @@ -13,9 +12,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this file; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this file; if not, see . */ /* Code from GnuTLS/Libgcrypt adapted for gnulib by Simon Josefsson. */