diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-12 13:43:03 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-12 13:43:03 +0800 |
commit | b88a96b97d0771cc038c69adae2212de41b5c7e5 (patch) | |
tree | c7c82d2ea7f5d774e5cb9f0b5a44dc85d3668480 /mbbsd/pfterm.c | |
parent | a1cabe2b83732154321ed07a75b38f1d61807a82 (diff) | |
download | pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar.gz pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar.bz2 pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar.lz pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar.xz pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.tar.zst pttbbs-b88a96b97d0771cc038c69adae2212de41b5c7e5.zip |
- license text update
- pmore: change lua hotkey to L
- bbslua: don't grayout at exit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3823 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r-- | mbbsd/pfterm.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c index 1288fecb..faf2ffd0 100644 --- a/mbbsd/pfterm.c +++ b/mbbsd/pfterm.c @@ -83,11 +83,13 @@ // specific to any branch. // // Author: Hung-Te Lin (piaip), Dec. 2007. -// <piaip@csie.ntu.edu.tw> +// +// Copyright(c) 2007-2008 Hung-Te Lin <piaip@csie.ntu.edu.tw> // All Rights Reserved. // You are free to use, modify, redistribute this program -// in any non-commercial usage. -// You must keep these copyright information. +// in any non-commercial usage (including network service). +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. // // MAJOR IMPROVEMENTS: // - Interpret ANSI code and maintain a virtual terminal |