diff options
Diffstat (limited to 'mbbsd/visio.c')
-rw-r--r-- | mbbsd/visio.c | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/mbbsd/visio.c b/mbbsd/visio.c index 2893bf01..b4b17fd1 100644 --- a/mbbsd/visio.c +++ b/mbbsd/visio.c @@ -18,40 +18,19 @@ * * Author: Hung-Te Lin (piaip), April 2008. * - * Copyright (c) 2005-2008 Hung-Te Lin <piaip@csie.ntu.edu.tw> + * Copyright (c) 2008 Hung-Te Lin <piaip@csie.ntu.edu.tw> * All rights reserved. * - * Distributed under a Non-Commercial 4clause-BSD alike license. + * Distributed under BSD license (GPL compatible). * * 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). - * The acknowledgement can be localized with the name unchanged. - * 4. 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. + * modification, are permitted provided that the following conditions are met: * - * 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. + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * 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. * * To add API here, please... * (1) name the API in prefix of 'v'. |