diff options
| author | Richard Brooksby | 2002-06-06 11:44:23 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-06-06 11:44:23 +0100 |
| commit | 4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c (patch) | |
| tree | 0a18639ce92af50ed5d6a2cfa5dd8bfa7b0feec8 /mps/code/buffer.c | |
| parent | 734dad45a43b33da14c5aac7e40479a3c5a2e786 (diff) | |
| download | emacs-4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c.tar.gz emacs-4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c.zip | |
Adding licenses to source code files.
Copied from Perforce
Change: 29836
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/buffer.c')
| -rw-r--r-- | mps/code/buffer.c | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c index 2cecc8111a5..edf461a18c6 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c | |||
| @@ -1524,3 +1524,45 @@ DEFINE_CLASS(RankBufClass, class) | |||
| 1524 | class->name = "RANKBUF"; | 1524 | class->name = "RANKBUF"; |
| 1525 | class->init = rankBufInit; | 1525 | class->init = rankBufInit; |
| 1526 | } | 1526 | } |
| 1527 | |||
| 1528 | |||
| 1529 | /* C. COPYRIGHT AND LICENSE | ||
| 1530 | * | ||
| 1531 | * Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>. | ||
| 1532 | * All rights reserved. This is an open source license. Contact | ||
| 1533 | * Ravenbrook for commercial licensing options. | ||
| 1534 | * | ||
| 1535 | * Redistribution and use in source and binary forms, with or without | ||
| 1536 | * modification, are permitted provided that the following conditions are | ||
| 1537 | * met: | ||
| 1538 | * | ||
| 1539 | * 1. Redistributions of source code must retain the above copyright | ||
| 1540 | * notice, this list of conditions and the following disclaimer. | ||
| 1541 | * | ||
| 1542 | * 2. Redistributions in binary form must reproduce the above copyright | ||
| 1543 | * notice, this list of conditions and the following disclaimer in the | ||
| 1544 | * documentation and/or other materials provided with the distribution. | ||
| 1545 | * | ||
| 1546 | * 3. Redistributions in any form must be accompanied by information on how | ||
| 1547 | * to obtain complete source code for this software and any accompanying | ||
| 1548 | * software that uses this software. The source code must either be | ||
| 1549 | * included in the distribution or be available for no more than the cost | ||
| 1550 | * of distribution plus a nominal fee, and must be freely redistributable | ||
| 1551 | * under reasonable conditions. For an executable file, complete source | ||
| 1552 | * code means the source code for all modules it contains. It does not | ||
| 1553 | * include source code for modules or files that typically accompany the | ||
| 1554 | * major components of the operating system on which the executable file | ||
| 1555 | * runs. | ||
| 1556 | * | ||
| 1557 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS | ||
| 1558 | * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
| 1559 | * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
| 1560 | * PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 1561 | * COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 1562 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
| 1563 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
| 1564 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
| 1565 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 1566 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
| 1567 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 1568 | */ | ||