X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-des.c;h=0335df6ae825f2611131bedb2e8ee58ca08cdd66;hb=a8a1dc286152661e640f0839e3ccd79e0898db6d;hp=ddd2e7f134d33c4ad58761837cc9ffa06d1f129c;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/tests/test-des.c b/tests/test-des.c index ddd2e7f13..0335df6ae 100644 --- a/tests/test-des.c +++ b/tests/test-des.c @@ -1,10 +1,10 @@ /* - * Copyright (C) 2005, 2007 Free Software Foundation + * Copyright (C) 2005, 2007, 2010-2013 Free Software Foundation, Inc. * Written by Simon Josefsson * * 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; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, @@ -13,9 +13,7 @@ * 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. */ + * along with this program; if not, see . */ /* Adapted for gnulib by Simon Josefsson, based on Libgcrypt. */