From b9e459aab5aff20564efc14602d214fd4f6a233a Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Mon, 28 Jan 2008 21:13:20 -0500 Subject: [PATCH] Decided against the start-of-file comment. --- BigInteger.cc | 4 ---- BigInteger.hh | 4 ---- BigIntegerLibrary.hh | 4 ---- BigIntegerUtils.cc | 4 ---- BigIntegerUtils.hh | 4 ---- BigUnsigned.cc | 4 ---- BigUnsigned.hh | 4 ---- BigUnsignedInABase.cc | 4 ---- BigUnsignedInABase.hh | 4 ---- NumberlikeArray.hh | 4 ---- sample.cc | 2 -- 11 files changed, 42 deletions(-) diff --git a/BigInteger.cc b/BigInteger.cc index 11ac841..8fe0d3b 100644 --- a/BigInteger.cc +++ b/BigInteger.cc @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #include "BigInteger.hh" // MANAGEMENT diff --git a/BigInteger.hh b/BigInteger.hh index 8aa65ed..1c56ac5 100644 --- a/BigInteger.hh +++ b/BigInteger.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #ifndef BIGINTEGER #define BIGINTEGER diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh index 27e5198..47c969b 100644 --- a/BigIntegerLibrary.hh +++ b/BigIntegerLibrary.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - // This header file includes all the other header files. #include "NumberlikeArray.hh" diff --git a/BigIntegerUtils.cc b/BigIntegerUtils.cc index c8f4df2..87eb50b 100644 --- a/BigIntegerUtils.cc +++ b/BigIntegerUtils.cc @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #include "BigIntegerUtils.hh" #include "BigUnsignedInABase.hh" diff --git a/BigIntegerUtils.hh b/BigIntegerUtils.hh index 42f2ed6..84ea3d0 100644 --- a/BigIntegerUtils.hh +++ b/BigIntegerUtils.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #ifndef BIGINTEGERUTILS #define BIGINTEGERUTILS diff --git a/BigUnsigned.cc b/BigUnsigned.cc index f2f5dfa..f9edfee 100644 --- a/BigUnsigned.cc +++ b/BigUnsigned.cc @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #include "BigUnsigned.hh" // The "management" routines that used to be here are now in NumberlikeArray.hh. diff --git a/BigUnsigned.hh b/BigUnsigned.hh index 8ce1767..360c341 100644 --- a/BigUnsigned.hh +++ b/BigUnsigned.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #ifndef BIGUNSIGNED #define BIGUNSIGNED diff --git a/BigUnsignedInABase.cc b/BigUnsignedInABase.cc index c9b2906..b2881e0 100644 --- a/BigUnsignedInABase.cc +++ b/BigUnsignedInABase.cc @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - /* * Milan Tomic had trouble compiling this file on Microsoft * Visual C++ 6 because, in the libraries that come with diff --git a/BigUnsignedInABase.hh b/BigUnsignedInABase.hh index 737d877..fd596d7 100644 --- a/BigUnsignedInABase.hh +++ b/BigUnsignedInABase.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - #ifndef BIGUNSIGNEDINABASE #define BIGUNSIGNEDINABASE diff --git a/NumberlikeArray.hh b/NumberlikeArray.hh index 971c75f..6beba81 100644 --- a/NumberlikeArray.hh +++ b/NumberlikeArray.hh @@ -1,7 +1,3 @@ -/* - * Matt McCutchen's Big Integer Library - */ - /* * This mechanism prevents files from being included twice. * Each file gets its own `id' (here `NUMBERLIKEARRAY'). diff --git a/sample.cc b/sample.cc index 008f400..0fd9ee4 100644 --- a/sample.cc +++ b/sample.cc @@ -1,6 +1,4 @@ /* - * Matt McCutchen's Big Integer Library - * * Sample program demonstrating the most important features of the Big * Integer Library */ -- 2.34.1