summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2006-08-22 18:07:32 +0000
committerMichael Jennings <mej@kainx.org>2006-08-22 18:07:32 +0000
commita46cf0774dea5169f79bb383a2469164c917f116 (patch)
treecda51e229a0b6016fbd3f05c6bef2c2e1f78c8c1 /src
parentedf3577888445d6928fb2063bfbaa28f477dcb05 (diff)
downloadeterm-a46cf0774dea5169f79bb383a2469164c917f116.tar.gz
Tue Aug 22 14:07:23 2006 Michael Jennings (mej)
Forgot one. ---------------------------------------------------------------------- SVN revision: 25039
Diffstat (limited to 'src')
-rw-r--r--src/command.h35
1 files changed, 19 insertions, 16 deletions
diff --git a/src/command.h b/src/command.h
index 64439c9..c604f69 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,22 +1,25 @@
-/*--------------------------------*-C-*---------------------------------*
- * File: command.h
+/*
+ * Copyright (C) 1997-2006, Michael Jennings
*
- * Copyright 1992 John Bovey, University of Kent at Canterbury.
+ * 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:
*
- * You can do what you like with this source code as long as you don't try
- * to make money out of it and you include an unaltered copy of this
- * message (including the copyright).
+ * The above copyright notice and this permission notice shall be included in
+ * all copies of the Software, its documentation and marketing & publicity
+ * materials, and acknowledgment shall be given in the documentation, materials
+ * and software packages that this Software was used.
*
- * This module has been heavily modified by R. Nation
- * <nation@rocket.sanders.lockheed.com>
- * No additional restrictions are applied.
- *
- * Additional modifications by mj olesen <olesen@me.QueensU.CA>
- * No additional restrictions are applied.
- *
- * As usual, the author accepts no responsibility for anything, nor does
- * he guarantee anything whatsoever.
- *----------------------------------------------------------------------*/
+ * 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 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.
+ */
#ifndef _COMMAND_H_
# define _COMMAND_H_
# include <signal.h>