chiark / gitweb /
Reformatted the LGPL notice a little bit. 1.0.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)
Makefile.am
cancel.c
cancel.h
configure.in
mdwfocus.c
mdwfocus.h
msg.c
msg.h

index a4b26c08a1d91e0182531692e1be5a085578e368..f26a031ede1c5b9e5a976632f0a71a56be876ec9 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 1999/05/05 18:52:45 mdw Exp $
+## $Id: Makefile.am,v 1.4 1999/05/06 19:51:47 mdw Exp $
 ##
 ## Makefile for mgLib
 ##
 ## GNU Library General Public License for more details.
 ## 
 ## You should have received a copy of the GNU Library General Public
-## License along with mgLib; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+## License along with mgLib; 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:47  mdw
+## Reformatted the LGPL notice a little bit.
+##
 ## Revision 1.3  1999/05/05 18:52:45  mdw
 ## Change licensing conditions to LGPL.
 ##
index 5c41fc5be2d8f5d05ca7879954856d74c0c9ce1a..ddaefef147f1d714f2d7b594371dc457913c8114 100644 (file)
--- a/cancel.c
+++ b/cancel.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cancel.c,v 1.3 1999/05/05 18:52:45 mdw Exp $
+ * $Id: cancel.c,v 1.4 1999/05/06 19:51:47 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cancel.c,v $
+ * Revision 1.4  1999/05/06 19:51:47  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
index 88e0d05a8d7fda456ad326d8b3ae0fde596fc2d5..30e6ba0e6bb55e96a515168b1f9940f56ca64724 100644 (file)
--- a/cancel.h
+++ b/cancel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cancel.h,v 1.2 1999/05/05 18:52:45 mdw Exp $
+ * $Id: cancel.h,v 1.3 1999/05/06 19:51:48 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cancel.h,v $
+ * Revision 1.3  1999/05/06 19:51:48  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
index 25b9fb0287e9c663a50092e78398b90c35fb3cff..fa5bfa0007ee2fac7ec2cabc907da54436c217eb 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.5 1999/05/05 18:52:45 mdw Exp $
+dnl $Id: configure.in,v 1.6 1999/05/06 19:51:48 mdw Exp $
 dnl
 dnl Configuration script for mgLib
 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 mgLib; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+dnl License along with mgLib; 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:48  mdw
+dnl Reformatted the LGPL notice a little bit.
+dnl
 dnl Revision 1.5  1999/05/05 18:52:45  mdw
 dnl Change licensing conditions to LGPL.
 dnl
index 4d08f0da0ce03f4e1318fec9eccc659fced1326b..5a03d50c48030e372a14df6f8a01f75b5ff63e38 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwfocus.c,v 1.3 1999/05/05 18:52:45 mdw Exp $
+ * $Id: mdwfocus.c,v 1.4 1999/05/06 19:51:48 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mdwfocus.c,v $
+ * Revision 1.4  1999/05/06 19:51:48  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
index db10b312f843bf021cb049de65ef5cba1fbf8214..828e20140d0745847dc779924ef756b779bc0da0 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwfocus.h,v 1.2 1999/05/05 18:52:45 mdw Exp $
+ * $Id: mdwfocus.h,v 1.3 1999/05/06 19:51:48 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mdwfocus.h,v $
+ * Revision 1.3  1999/05/06 19:51:48  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.2  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/msg.c b/msg.c
index cbfede111f189429f8fe43035e2e816d33d2212c..eb386e1428488480f1e7962bf60aa14237a0ce10 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: msg.c,v 1.5 1999/05/05 18:52:45 mdw Exp $
+ * $Id: msg.c,v 1.6 1999/05/06 19:51:48 mdw Exp $
  *
  * Display a message and get an answer
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: msg.c,v $
+ * Revision 1.6  1999/05/06 19:51:48  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.5  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
diff --git a/msg.h b/msg.h
index 31ba0de6a5dbdd9b67af5c85e3da74afc44073d8..4651222e814fab41c1363f9fe67976a5101d8be1 100644 (file)
--- a/msg.h
+++ b/msg.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: msg.h,v 1.3 1999/05/05 18:52:45 mdw Exp $
+ * $Id: msg.h,v 1.4 1999/05/06 19:51:48 mdw Exp $
  *
  * Display a message and get an answer
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: msg.h,v $
+ * Revision 1.4  1999/05/06 19:51:48  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *