summaryrefslogtreecommitdiffstats
path: root/src/bltOp.h
diff options
context:
space:
mode:
authorjoye <joye>2014-03-12 21:31:18 (GMT)
committerjoye <joye>2014-03-12 21:31:18 (GMT)
commit4e985ca5db74a47f985d49ea8bc9fc07670bf419 (patch)
tree8a7227b682191ade23352fd2e07cf5407c203ba3 /src/bltOp.h
parenta0a16e9c78def9991b7cf10c4463493b4c7d12e3 (diff)
downloadblt-4e985ca5db74a47f985d49ea8bc9fc07670bf419.zip
blt-4e985ca5db74a47f985d49ea8bc9fc07670bf419.tar.gz
blt-4e985ca5db74a47f985d49ea8bc9fc07670bf419.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltOp.h')
-rw-r--r--src/bltOp.h27
1 files changed, 21 insertions, 6 deletions
diff --git a/src/bltOp.h b/src/bltOp.h
index 25db5c4..8ab1980 100644
--- a/src/bltOp.h
+++ b/src/bltOp.h
@@ -5,16 +5,31 @@
*/
/*
- *---------------------------------------------------------------------------
+ * Copyright 1993-2004 George A Howlett.
*
- * Blt_OpSpec --
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
*
- * Structure to specify a set of operations for a TCL command.
- * This is passed to the Blt_GetOp procedure to look
- * for a function pointer associated with the operation name.
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the
+ * Software.
*
- *---------------------------------------------------------------------------
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+ * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
+ * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+
typedef struct {
const char *name; /* Name of operation */
int minChars; /* Minimum # characters to disambiguate */