X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mgLib/blobdiff_plain/19c0192cb4ce59aea6af17238745c26e22d05489..6218144d09fba6b45e80217e8ef90233725377db:/cancel.h diff --git a/cancel.h b/cancel.h index 88e0d05..30e6ba0 100644 --- 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 * @@ -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 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. *