aboutsummaryrefslogtreecommitdiff
path: root/tecstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecstate.c')
-rw-r--r--tecstate.c33
1 files changed, 17 insertions, 16 deletions
diff --git a/tecstate.c b/tecstate.c
index d908e74..e18f05d 100644
--- a/tecstate.c
+++ b/tecstate.c
@@ -1,29 +1,30 @@
-char *tecstate_c_version = "tecstate.c: $Revision: 1.1 $";
+char *tecstate_c_version = "tecstate.c: $Revision: 1.2 $";
/*
- * $Date: 2007/12/10 21:59:21 $
+ * $Date: 2007/12/10 22:13:08 $
* $Source: /cvsroot/videoteco/videoteco/tecstate.c,v $
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
* $Locker: $
*/
/* tecstate.c
* Main SWITCH/CASE statements to implement the parser syntax stage
*
- * COPYRIGHT (c) 1985-2003 BY
- * PAUL CANTRELL & J. M. NISHINAGA
- * SUDBURY, MA 01776
- * ALL RIGHTS RESERVED
*
- * This software is furnished in it's current state free of charge.
- * The authors reserve all rights to the software. Further
- * distribution of the software is not authorized. Modifications to
- * the software may be made locally, but shall not be distributed
- * without the consent of the authors. This software or any other
- * copies thereof, may not be provided or otherwise made available
- * to anyone without express permission of the authors. Title to and
- * ownership of this software remains with the authors.
- *
+ * Copyright (C) 1985-2007 BY Paul Cantrell
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "teco.h"