From 015aace2fe606bf474aa7be93d4d2174d5dfe136 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Sun, 11 Nov 2018 21:08:42 +0000 Subject: [PATCH] Add author information to big-int implementation file This one file was missing author information. --- src/big-int/bigint-func.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/big-int/bigint-func.cc b/src/big-int/bigint-func.cc index 661b7c4fa678..f1fc38ed0018 100644 --- a/src/big-int/bigint-func.cc +++ b/src/big-int/bigint-func.cc @@ -1,5 +1,5 @@ // $Id: bigint-func.cc,v 1.1.1.1 2002-06-13 22:00:30 kroening Exp $ - +// Author: Dirk Zoller // References: // // [1] Hüttenhofer/Lesch/Peyerimhoff, Mathematik in Anwendung mit C++