From 0bd984429304da7c1c5509103e3dc04149028a95 Mon Sep 17 00:00:00 2001 Message-Id: <0bd984429304da7c1c5509103e3dc04149028a95.1715045188.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 6 May 1999 19:51:48 +0000 Subject: [PATCH] Reformatted the LGPL notice a little bit. Organization: Straylight/Edgeware From: mdw --- Makefile.am | 10 +++++++--- alloc.c | 10 +++++++--- alloc.h | 10 +++++++--- configure.in | 10 +++++++--- crc32.c | 10 +++++++--- crc32.h | 10 +++++++--- dstr.c | 10 +++++++--- dstr.h | 10 +++++++--- dynarray.h | 10 +++++++--- exc.c | 10 +++++++--- exc.h | 10 +++++++--- quis.c | 10 +++++++--- quis.h | 10 +++++++--- report.c | 10 +++++++--- report.h | 10 +++++++--- sub.c | 10 +++++++--- sub.h | 10 +++++++--- sym.c | 10 +++++++--- sym.h | 10 +++++++--- testrig.c | 10 +++++++--- testrig.h | 10 +++++++--- trace.c | 10 +++++++--- trace.h | 10 +++++++--- track.c | 10 +++++++--- track.h | 10 +++++++--- tv.c | 10 +++++++--- tv.h | 10 +++++++--- 27 files changed, 189 insertions(+), 81 deletions(-) diff --git a/Makefile.am b/Makefile.am index cd00207..4759694 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## 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 ## @@ -23,12 +23,16 @@ ## 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 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. ## diff --git a/alloc.c b/alloc.c index e178853..0c00888 100644 --- a/alloc.c +++ b/alloc.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/alloc.h b/alloc.h index 5b8832b..ab7fa9c 100644 --- a/alloc.h +++ b/alloc.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/configure.in b/configure.in index ec2e881..c575824 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ 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 @@ -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 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 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 diff --git a/crc32.c b/crc32.c index 4fb68fb..daa136b 100644 --- a/crc32.c +++ b/crc32.c @@ -1,6 +1,6 @@ /* -*-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!) * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/crc32.h b/crc32.h index 2faf7ff..0c9610e 100644 --- a/crc32.h +++ b/crc32.h @@ -1,6 +1,6 @@ /* -*-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!) * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/dstr.c b/dstr.c index 06a621e..9093399 100644 --- a/dstr.c +++ b/dstr.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/dstr.h b/dstr.h index 26aad6c..8ee012a 100644 --- a/dstr.h +++ b/dstr.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/dynarray.h b/dynarray.h index 35a6631..a082dd0 100644 --- a/dynarray.h +++ b/dynarray.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/exc.c b/exc.c index 09b107d..7bdc15f 100644 --- a/exc.c +++ b/exc.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/exc.h b/exc.h index 6025a4a..ecfe00a 100644 --- a/exc.h +++ b/exc.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/quis.c b/quis.c index d1005f9..bcf8d30 100644 --- a/quis.c +++ b/quis.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/quis.h b/quis.h index 4d53a5a..0f6ab29 100644 --- a/quis.h +++ b/quis.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/report.c b/report.c index b3a973a..aedbf9a 100644 --- a/report.c +++ b/report.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/report.h b/report.h index 32435ea..94a8ec0 100644 --- a/report.h +++ b/report.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/sub.c b/sub.c index 419c554..b0d1895 100644 --- a/sub.c +++ b/sub.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/sub.h b/sub.h index 1ebd35e..8809f5b 100644 --- a/sub.h +++ b/sub.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/sym.c b/sym.c index af31ada..fb3806b 100644 --- a/sym.c +++ b/sym.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/sym.h b/sym.h index 5c87b4a..a6155ab 100644 --- a/sym.h +++ b/sym.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/testrig.c b/testrig.c index 2f40b5b..de93155 100644 --- a/testrig.c +++ b/testrig.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/testrig.h b/testrig.h index 10b8fd9..fb71470 100644 --- a/testrig.h +++ b/testrig.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/trace.c b/trace.c index f67c9cb..d5bdcb7 100644 --- a/trace.c +++ b/trace.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/trace.h b/trace.h index 36b555a..591f69f 100644 --- a/trace.h +++ b/trace.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/track.c b/track.c index 20caeef..52e800d 100644 --- a/track.c +++ b/track.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/track.h b/track.h index 482d759..14cd50a 100644 --- a/track.h +++ b/track.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/tv.c b/tv.c index 1596e6e..b01a048 100644 --- a/tv.c +++ b/tv.c @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * diff --git a/tv.h b/tv.h index 01dd9af..6d46436 100644 --- a/tv.h +++ b/tv.h @@ -1,6 +1,6 @@ /* -*-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 * @@ -22,13 +22,17 @@ * 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 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. * -- [mdw]