From: Ville Skyttä Date: Mon, 22 Aug 2011 20:40:03 +0000 (+0300) Subject: Sync mdfour.c license header with other files, notably fixing FSF's address. X-Git-Tag: v3.1.7~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a6b48bb6c108d73e89fdb4cba6b81a3ffff9b42;p=thirdparty%2Fccache.git Sync mdfour.c license header with other files, notably fixing FSF's address. --- diff --git a/mdfour.c b/mdfour.c index 6547dc070..8d5b9a72f 100644 --- a/mdfour.c +++ b/mdfour.c @@ -1,19 +1,19 @@ /* * Copyright (C) 1997-1998 Andrew Tridgell * - * 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 3 of the License, or - * (at your option) any later version. + * 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 3 of the License, or (at your option) + * any later version. * - * This program 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. + * This program 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * 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 */ #include "ccache.h"