chiark / gitweb /
debian: Fix package sections.
[mgLib] / cancel.h
index 88e0d05a8d7fda456ad326d8b3ae0fde596fc2d5..47e31ce55d570006a75a7975f5553ae3231e7585 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.5 2004/04/08 01:36:14 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.2  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
-#ifndef CANCEL_H
-#define CANCEL_H
+#ifndef MGLIB_CANCEL_H
+#define MGLIB_CANCEL_H
 
 #ifdef __cplusplus
   extern "C" {