]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/makedef.cmd
ncurses 6.4 - patch 20240420
[ncurses.git] / misc / makedef.cmd
index f3d9740eff68d0d9223596a7d6fb8223512546e4..129ca83b5e486ccd7f37e3e1960073c02ce3229d 100644 (file)
@@ -1,5 +1,34 @@
+/****************************************************************************\r
+ * Copyright 2020,2021 Thomas E. Dickey                                     *\r
+ * Copyright 1998,2006 Free Software Foundation, Inc.                       *\r
+ *                                                                          *\r
+ * Permission is hereby granted, free of charge, to any person obtaining a  *\r
+ * copy of this software and associated documentation files (the            *\r
+ * "Software"), to deal in the Software without restriction, including      *\r
+ * without limitation the rights to use, copy, modify, merge, publish,      *\r
+ * distribute, distribute with modifications, sublicense, and/or sell       *\r
+ * copies of the Software, and to permit persons to whom the Software is    *\r
+ * furnished to do so, subject to the following conditions:                 *\r
+ *                                                                          *\r
+ * The above copyright notice and this permission notice shall be included  *\r
+ * in all copies or substantial portions of the Software.                   *\r
+ *                                                                          *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *\r
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *\r
+ * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *\r
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *\r
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *\r
+ * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *\r
+ *                                                                          *\r
+ * Except as contained in this notice, the name(s) of the above copyright   *\r
+ * holders shall not be used in advertising or otherwise to promote the     *\r
+ * sale, use or other dealings in this Software without prior written       *\r
+ * authorization.                                                           *\r
+ ****************************************************************************/\r
+\r
 /*\r
- * $Id: makedef.cmd,v 1.4 1998/11/22 03:14:08 tom Exp $\r
+ * $Id: makedef.cmd,v 1.7 2021/09/04 10:52:55 tom Exp $\r
  *\r
  * Author:  Juan Jose Garcia Ripoll <worm@arrakis.es>.\r
  * Webpage: http://www.arrakis.es/~worm/\r
@@ -90,12 +119,12 @@ do while queued() > 0
     *          it has a valid code that we store\r
     *          we mark that code as used\r
     *   ELIF (it has no number) THEN\r
-    *          (it's a new symbol)\r
+    *          (it is a new symbol)\r
     *          we increase the counter of defined symbols\r
     *          we assign it the special number 0\r
     *          (later on it'll be assigned an unused export code)\r
     *   ELSE\r
-    *          this symbol was in the old DLL and it's no longer\r
+    *          this symbol was in the old DLL and it is no longer\r
     *          here, so we skip it.\r
     */\r
    select\r