Decided against the start-of-file comment.
authorMatt McCutchen <matt@mattmccutchen.net>
Tue, 29 Jan 2008 02:13:20 +0000 (21:13 -0500)
committerMatt McCutchen <matt@mattmccutchen.net>
Tue, 29 Jan 2008 02:13:20 +0000 (21:13 -0500)
BigInteger.cc
BigInteger.hh
BigIntegerLibrary.hh
BigIntegerUtils.cc
BigIntegerUtils.hh
BigUnsigned.cc
BigUnsigned.hh
BigUnsignedInABase.cc
BigUnsignedInABase.hh
NumberlikeArray.hh
sample.cc

index 11ac841..8fe0d3b 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #include "BigInteger.hh"
 
 // MANAGEMENT
index 8aa65ed..1c56ac5 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #ifndef BIGINTEGER
 #define BIGINTEGER
 
index 27e5198..47c969b 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 // This header file includes all the other header files.
 
 #include "NumberlikeArray.hh"
index c8f4df2..87eb50b 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #include "BigIntegerUtils.hh"
 #include "BigUnsignedInABase.hh"
 
index 42f2ed6..84ea3d0 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #ifndef BIGINTEGERUTILS
 #define BIGINTEGERUTILS
 
index f2f5dfa..f9edfee 100644 (file)
@@ -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.
index 8ce1767..360c341 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #ifndef BIGUNSIGNED
 #define BIGUNSIGNED
 
index c9b2906..b2881e0 100644 (file)
@@ -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
index 737d877..fd596d7 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 #ifndef BIGUNSIGNEDINABASE
 #define BIGUNSIGNEDINABASE
 
index 971c75f..6beba81 100644 (file)
@@ -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').
index 008f400..0fd9ee4 100644 (file)
--- 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
  */