chiark / gitweb /
Reformatted the LGPL notice a little bit. 1.2.0
authormdw <mdw>
Thu, 6 May 1999 19:51:48 +0000 (19:51 +0000)
committermdw <mdw>
Thu, 6 May 1999 19:51:48 +0000 (19:51 +0000)
27 files changed:
Makefile.am
alloc.c
alloc.h
configure.in
crc32.c
crc32.h
dstr.c
dstr.h
dynarray.h
exc.c
exc.h
quis.c
quis.h
report.c
report.h
sub.c
sub.h
sym.c
sym.h
testrig.c
testrig.h
trace.c
trace.h
track.c
track.h
tv.c
tv.h

index cd002077b2c08665e9f3ed919286e6f9d2357f1f..4759694359aaca4ae6db32d74a95bf70172e5c43 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with Automake to generate `Makefile.in'
 ## -*-Makefile-*-
 ##
 ## Process this file with Automake to generate `Makefile.in'
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 1999/05/05 18:50:30 mdw Exp $
+## $Id: Makefile.am,v 1.4 1999/05/06 19:51:35 mdw Exp $
 ##
 ## Building the distribution
 ##
 ##
 ## Building the distribution
 ##
 ## GNU Library General Public License for more details.
 ## 
 ## You should have received a copy of the GNU Library General Public
 ## GNU Library General Public License for more details.
 ## 
 ## You should have received a copy of the GNU Library General Public
-## License along with mLib; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+## License along with mLib; if not, write to the Free
+## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+## MA 02111-1307, USA.
 
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
 
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.4  1999/05/06 19:51:35  mdw
+## Reformatted the LGPL notice a little bit.
+##
 ## Revision 1.3  1999/05/05 18:50:30  mdw
 ## Change licensing conditions to LGPL.
 ##
 ## Revision 1.3  1999/05/05 18:50:30  mdw
 ## Change licensing conditions to LGPL.
 ##
diff --git a/alloc.c b/alloc.c
index e178853fd7e736cf7ff1ccdad18354e5bf7e85a7..0c008889fb82cde562d4dd3269fb6b0a61b4e6ce 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: alloc.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: alloc.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Memory allocation functions
  *
  *
  * Memory allocation functions
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: alloc.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: alloc.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/alloc.h b/alloc.h
index 5b8832bea5b10e2e88b554f37be3735450f3ce81..ab7fa9c528426afbf68bb21c6cb2a1eaf4e64759 100644 (file)
--- a/alloc.h
+++ b/alloc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: alloc.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: alloc.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Memory allocation functions
  *
  *
  * Memory allocation functions
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: alloc.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: alloc.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index ec2e881c0b25f39d07d09ad58f095769c44f499f..c5758249fce9d826d54e34cf120266258a0295ef 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.5 1999/05/05 18:50:31 mdw Exp $
+dnl $Id: configure.in,v 1.6 1999/05/06 19:51:35 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
 dnl
 dnl Configuration script for mLib
 dnl
@@ -22,12 +22,16 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 dnl GNU Library General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU Library General Public
 dnl GNU Library General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU Library General Public
-dnl License along with mLib; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+dnl License along with mLib; if not, write to the Free
+dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+dnl MA 02111-1307, USA.
 
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
 
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.6  1999/05/06 19:51:35  mdw
+dnl Reformatted the LGPL notice a little bit.
+dnl
 dnl Revision 1.5  1999/05/05 18:50:31  mdw
 dnl Change licensing conditions to LGPL.
 dnl
 dnl Revision 1.5  1999/05/05 18:50:31  mdw
 dnl Change licensing conditions to LGPL.
 dnl
diff --git a/crc32.c b/crc32.c
index 4fb68fb38ce4061d4a0b9cdcecc1bf0b1b750f3a..daa136be5b5d6953c29c91335483cd3157f44a60 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: crc32.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: crc32.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crc32.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crc32.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/crc32.h b/crc32.h
index 2faf7ff487963269902f72bca73ee1592d6dc74d..0c9610e4086e3571791094901d4930ba340637c9 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: crc32.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: crc32.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crc32.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crc32.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/dstr.c b/dstr.c
index 06a621ea66a6306e523408b800ac1149ead2920c..909339907e85eb3cac8269f10ecce85c8f1f8a0c 100644 (file)
--- a/dstr.c
+++ b/dstr.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: dstr.c,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: dstr.c,v 1.4 1999/05/06 19:51:35 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  *
  * Handle dynamically growing strings
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dstr.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dstr.c,v $
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/dstr.h b/dstr.h
index 26aad6c897bbf8980380e35aee1a679d3862bfa2..8ee012aa07c5313d11ab0439ddfdb4283666e4ee 100644 (file)
--- a/dstr.h
+++ b/dstr.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: dstr.h,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: dstr.h,v 1.4 1999/05/06 19:51:35 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  *
  * Handle dynamically growing strings
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dstr.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dstr.h,v $
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index 35a6631e6cf6537ffd03b88af751d5897a1bc51b..a082dd033927530b0759e2287a299d708c316293 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: dynarray.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: dynarray.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Dynamic arrays implementation
  *
  *
  * Dynamic arrays implementation
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dynarray.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dynarray.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/exc.c b/exc.c
index 09b107dcec4dc00441bffb28e70dec1dfdaad4c2..7bdc15f8d01b163355665b0ccdb7629378f9f0f7 100644 (file)
--- a/exc.c
+++ b/exc.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: exc.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: exc.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Structured exception handling in C
  *
  *
  * Structured exception handling in C
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: exc.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: exc.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/exc.h b/exc.h
index 6025a4a461f8a292820b016b55a9150a2544e214..ecfe00a89c99f68573d235acfe8bb20268fa5976 100644 (file)
--- a/exc.h
+++ b/exc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: exc.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: exc.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Structured exception handling in C
  *
  *
  * Structured exception handling in C
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: exc.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: exc.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/quis.c b/quis.c
index d1005f9cbb46ae004b56baa1e1a1a7f2f2d08032..bcf8d30a29f46e42a897cde233ad6708062de08b 100644 (file)
--- a/quis.c
+++ b/quis.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: quis.c,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: quis.c,v 1.4 1999/05/06 19:51:35 mdw Exp $
  *
  * Setting the program name
  *
  *
  * Setting the program name
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: quis.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: quis.c,v $
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/quis.h b/quis.h
index 4d53a5a1aec6f19c768440cf764619d591fce34b..0f6ab29ae92b69f975d51dbf17ac08b7f4e215c4 100644 (file)
--- a/quis.h
+++ b/quis.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: quis.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: quis.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Setting the program name
  *
  *
  * Setting the program name
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: quis.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: quis.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index b3a973ad4565472634daa83d168768fe840e413d..aedbf9a2b3c45ab4b1d650e670338471ba674dc5 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: report.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: report.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Reporting errors and things
  *
  *
  * Reporting errors and things
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: report.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: report.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index 32435eab10b357a4f4bf8f54c42ced3d8016dec7..94a8ec0ada9fb1c13b397a3c4568096dfb137413 100644 (file)
--- a/report.h
+++ b/report.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: report.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: report.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Reporting errors and things
  *
  *
  * Reporting errors and things
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: report.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: report.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/sub.c b/sub.c
index 419c55466b5a19e5986bbc8df8508191f38ee0e5..b0d18951d7d848afe5ab65924db01c059cc1d247 100644 (file)
--- a/sub.c
+++ b/sub.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: sub.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: sub.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  *
  * Allocation of known-size blocks
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sub.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sub.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/sub.h b/sub.h
index 1ebd35e1a03f83850c53762191e5790959b5dee1..8809f5bfa45f1642d5972ec3d117cde1fe3b155d 100644 (file)
--- a/sub.h
+++ b/sub.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: sub.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: sub.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  *
  * Allocation of known-size blocks
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sub.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sub.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/sym.c b/sym.c
index af31adafd76c14be21318b612273cb47716e998c..fb3806b11ec86d6b7506d204641fba7528a8d051 100644 (file)
--- a/sym.c
+++ b/sym.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: sym.c,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: sym.c,v 1.4 1999/05/06 19:51:35 mdw Exp $
  *
  * Symbol table management
  *
  *
  * Symbol table management
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.c,v $
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/sym.h b/sym.h
index 5c87b4ad8c0606362b9daeb8205f7cc474527457..a6155abf64ac10a36d16c76dce97bb7a90606483 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: sym.h,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: sym.h,v 1.4 1999/05/06 19:51:35 mdw Exp $
  *
  * Symbol table management
  *
  *
  * Symbol table management
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.h,v $
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index 2f40b5bfe517f62e1b4ca6ffdb9759f185d2b94a..de93155cef13894ce891a75ecd632551449a49f6 100644 (file)
--- a/testrig.c
+++ b/testrig.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: testrig.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: testrig.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Generic test driver
  *
  *
  * Generic test driver
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: testrig.c,v $
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: testrig.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
index 10b8fd9f67f4294f2ae9cd39155e4e23b491b71a..fb7147028543cd4f637b0f0c403ca56520c18340 100644 (file)
--- a/testrig.h
+++ b/testrig.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: testrig.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: testrig.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Generic test driver
  *
  *
  * Generic test driver
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: testrig.h,v $
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: testrig.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/trace.c b/trace.c
index f67c9cb5ed98b9acde3dc728fbcb082195062a06..d5bdcb7a2b3cf9403ec2aedaf4f3c6663727a767 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: trace.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: trace.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: trace.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: trace.c,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/trace.h b/trace.h
index 36b555ab574d685ca93480bae390cfa359caed97..591f69fdd1c5b98a71bdf964c18818ce92a64315 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: trace.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: trace.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: trace.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: trace.h,v $
+ * Revision 1.3  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/track.c b/track.c
index 20caeef2a9462d43b8d2b3b8960cef9d3fea648b..52e800dc518a267de95564e68576b75b2dca075c 100644 (file)
--- a/track.c
+++ b/track.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: track.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: track.c,v 1.3 1999/05/06 19:51:36 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: track.c,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: track.c,v $
+ * Revision 1.3  1999/05/06 19:51:36  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/track.h b/track.h
index 482d759178489d5b8be25b5fcda64e3e4b8d3ee8..14cd50ab0211a6491000f1fcfeb83780cda5fac1 100644 (file)
--- a/track.h
+++ b/track.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: track.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: track.h,v 1.3 1999/05/06 19:51:36 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: track.h,v $
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: track.h,v $
+ * Revision 1.3  1999/05/06 19:51:36  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/tv.c b/tv.c
index 1596e6e5aabe2a44b69df35ea6a7dd42a3f93359..b01a048d538960b0c21d9726cfb2fc2c3210d1af 100644 (file)
--- a/tv.c
+++ b/tv.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: tv.c,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: tv.c,v 1.3 1999/05/06 19:51:36 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  *
  * Manipulation of timeval structures
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tv.c,v $
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tv.c,v $
+ * Revision 1.3  1999/05/06 19:51:36  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/tv.h b/tv.h
index 01dd9afb818231682ef8c8e3479c737784385b2b..6d464365fb698d273f407a12b093002ef083e26c 100644 (file)
--- a/tv.h
+++ b/tv.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: tv.h,v 1.2 1999/05/05 18:50:31 mdw Exp $
+ * $Id: tv.h,v 1.3 1999/05/06 19:51:36 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  *
  * Manipulation of timeval structures
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tv.h,v $
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tv.h,v $
+ * Revision 1.3  1999/05/06 19:51:36  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
  * Revision 1.2  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *