]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sync mdfour.c license header with other files, notably fixing FSF's address.
authorVille Skyttä <ville.skytta@iki.fi>
Mon, 22 Aug 2011 20:40:03 +0000 (23:40 +0300)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 4 Sep 2011 09:06:43 +0000 (11:06 +0200)
mdfour.c

index 6547dc07053a94024308be882ac0893f05e6fcd6..8d5b9a72f906871d49465e499e57dd5bbb25eccf 100644 (file)
--- 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"