aboutsummaryrefslogtreecommitdiff
path: root/tecdisp.c
diff options
context:
space:
mode:
authorpaulcantrell <paulcantrell>2007-12-10 22:13:07 +0000
committerpaulcantrell <paulcantrell>2007-12-10 22:13:07 +0000
commit1a941f847a22a53f695aed2dd09fa919ed710e92 (patch)
treeda4f0ebc28a54d8a178021af4ec675430295f29d /tecdisp.c
parent2ee4787d1df9784d40a7eda91e61691da3d56f74 (diff)
downloadvideoteco-fork-1a941f847a22a53f695aed2dd09fa919ed710e92.tar.gz
Original checkin with the GPL license.
Diffstat (limited to 'tecdisp.c')
-rw-r--r--tecdisp.c35
1 files changed, 18 insertions, 17 deletions
diff --git a/tecdisp.c b/tecdisp.c
index a1d2bb6..9eaaf5a 100644
--- a/tecdisp.c
+++ b/tecdisp.c
@@ -1,29 +1,30 @@
-char *tecdisp_c_version = "tecdisp.c: $Revision: 1.1 $";
+char *tecdisp_c_version = "tecdisp.c: $Revision: 1.2 $";
/*
- * $Date: 2007/12/10 21:59:20 $
+ * $Date: 2007/12/10 22:13:07 $
* $Source: /cvsroot/videoteco/videoteco/tecdisp.c,v $
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
* $Locker: $
*/
/* tecdisp.c
* Terminal Screen Display Subroutines
*
- * 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"