legal.c
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:19k
- /*
- * BigNum multiprecision integer math library.
- * Copyright (c) 1995 Colin Plumb. All rights reserved.
- *
- * Under copyright law, you may not copy nor modify this work without my
- * permission. I grant limited permission, as follows, to any recipient
- * of this software ("you") only if, in consideration of this grant of
- * license, you agree to the following terms:
- *
- * This is free software; you may redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2, or (at your option) any later
- * version.
- *
- * This 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.
- *
- * I may grant permission to use this under other terms, if you ask
- * me. For licensing under alternate terms, contact Philip Zimmermann
- * <prz@acm.org>.
- *
- * NOTE: I recognize that the GPL (as opposed to, say, the LGPL) is quite
- * restrictive for a subroutine library, but it still enables an important
- * (to me) class of uses, and I can always grant additional permission
- * later when I've thought about it more.
- */
- #if HAVE_CONFIG_H
- #include "config.h" /* For "const"! */
- #endif
- /* Force inclusion of this... */
- #include "legal.h"
- volatile const char bnCopyright[] = "