aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/locus.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/locus.c')
-rw-r--r--mps/code/locus.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/mps/code/locus.c b/mps/code/locus.c
index fe8a97b4a31..cc8078dcb8d 100644
--- a/mps/code/locus.c
+++ b/mps/code/locus.c
@@ -479,3 +479,45 @@ Bool LocusCheck(Arena arena)
479 479
480 480
481#endif 481#endif
482
483
484/* C. COPYRIGHT AND LICENSE
485 *
486 * Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
487 * All rights reserved. This is an open source license. Contact
488 * Ravenbrook for commercial licensing options.
489 *
490 * Redistribution and use in source and binary forms, with or without
491 * modification, are permitted provided that the following conditions are
492 * met:
493 *
494 * 1. Redistributions of source code must retain the above copyright
495 * notice, this list of conditions and the following disclaimer.
496 *
497 * 2. Redistributions in binary form must reproduce the above copyright
498 * notice, this list of conditions and the following disclaimer in the
499 * documentation and/or other materials provided with the distribution.
500 *
501 * 3. Redistributions in any form must be accompanied by information on how
502 * to obtain complete source code for this software and any accompanying
503 * software that uses this software. The source code must either be
504 * included in the distribution or be available for no more than the cost
505 * of distribution plus a nominal fee, and must be freely redistributable
506 * under reasonable conditions. For an executable file, complete source
507 * code means the source code for all modules it contains. It does not
508 * include source code for modules or files that typically accompany the
509 * major components of the operating system on which the executable file
510 * runs.
511 *
512 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
513 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
514 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
515 * PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE
516 * COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
517 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
518 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
519 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
520 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
521 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
522 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
523 */