. Updated date in copyright text
[infodrom/dtaus] / Makefile
index b2a8be6..33aaebe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #   Makefile - Datentraegeraustausch mit einer Bank
-#   Copyright (c) 1996  Martin Schulze <joey@artis.uni-oldenburg.de>
+#   Copyright (c) 1996,8  Martin Schulze <joey@artis.uni-oldenburg.de>
 #
 #   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
@@ -13,7 +13,7 @@
 #
 #   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.
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 #
 #   $Id$
 #
@@ -23,7 +23,6 @@
 CC = gcc
 CFLAGS = -Wall -O3
 
-
 dtaus: dtaus.o main.o bigint.o
        $(CC) -o dtaus dtaus.o main.o bigint.o