diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-17 13:51:13 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-17 13:51:13 +0800 |
commit | 1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea (patch) | |
tree | 12dc7038fb55d523fb6c9548e83e89720586d6de /mbbsd/pmore.c | |
parent | 9e11577128c92707c2db3f3e44814a3be0d7bf6f (diff) | |
download | pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.gz pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.bz2 pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.lz pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.xz pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.zst pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.zip |
- (internal) getans -> vans
- (internal) update license
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4175 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r-- | mbbsd/pmore.c | 45 |
1 files changed, 39 insertions, 6 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index 7c51315f..d3d542e2 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -12,12 +12,45 @@ * * Author: Hung-Te Lin (piaip), June 2005. * - * Copyright(c) 2005-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 (including network service). - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. + * Copyright (c) 2005-2008 Hung-Te Lin <piaip@csie.ntu.edu.tw> + * All rights reserved. + * + * This is distributed under a Non-Commercial 4clause-BSD alike license. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display appropriate acknowledgement, like: + * This product includes software developed by Hung-Te Lin (piaip) + * and its contributors. + * The acknowledgement can be localized in any language or style. + * 4. Neither the name of Hung-Te Lin nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * 5. You may not exercise any of the rights granted to you above in any + * manner that is primarily intended for or directed toward commercial + * advantage or private monetary compensation. For avoidance of doubt, + * using in a program providing commercial network service is also + * prohibited. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * * * MAJOR IMPROVEMENTS: * - Clean source code, and more readable for mortal |