diff options
| author | Richard Kistruck | 2005-10-05 18:37:41 +0100 |
|---|---|---|
| committer | Richard Kistruck | 2005-10-05 18:37:41 +0100 |
| commit | 7f91bfe482414c7a1c3e554e7c959ca249bc9b87 (patch) | |
| tree | 8efc15ec3d7ce6dca4bac855e9b5106ca79f5dd0 /mps/code/libcbt.c | |
| parent | 7729fdb79e07b6f9f9566aedc6a8af7b2876e62f (diff) | |
| download | emacs-7f91bfe482414c7a1c3e554e7c959ca249bc9b87.tar.gz emacs-7f91bfe482414c7a1c3e554e7c959ca249bc9b87.zip | |
Add copyright and licence notices
Copied from Perforce
Change: 155259
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/libcbt.c')
| -rw-r--r-- | mps/code/libcbt.c | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/mps/code/libcbt.c b/mps/code/libcbt.c index a865795f19c..9090eb8a6d5 100644 --- a/mps/code/libcbt.c +++ b/mps/code/libcbt.c | |||
| @@ -67,3 +67,45 @@ mps_clock_t libcbt_clock(void) | |||
| 67 | ++ c; | 67 | ++ c; |
| 68 | return c; | 68 | return c; |
| 69 | } | 69 | } |
| 70 | |||
| 71 | |||
| 72 | /* C. COPYRIGHT AND LICENSE | ||
| 73 | * | ||
| 74 | * Copyright (C) 2005 Ravenbrook Limited <http://www.ravenbrook.com/>. | ||
| 75 | * All rights reserved. This is an open source license. Contact | ||
| 76 | * Ravenbrook for commercial licensing options. | ||
| 77 | * | ||
| 78 | * Redistribution and use in source and binary forms, with or without | ||
| 79 | * modification, are permitted provided that the following conditions are | ||
| 80 | * met: | ||
| 81 | * | ||
| 82 | * 1. Redistributions of source code must retain the above copyright | ||
| 83 | * notice, this list of conditions and the following disclaimer. | ||
| 84 | * | ||
| 85 | * 2. Redistributions in binary form must reproduce the above copyright | ||
| 86 | * notice, this list of conditions and the following disclaimer in the | ||
| 87 | * documentation and/or other materials provided with the distribution. | ||
| 88 | * | ||
| 89 | * 3. Redistributions in any form must be accompanied by information on how | ||
| 90 | * to obtain complete source code for this software and any accompanying | ||
| 91 | * software that uses this software. The source code must either be | ||
| 92 | * included in the distribution or be available for no more than the cost | ||
| 93 | * of distribution plus a nominal fee, and must be freely redistributable | ||
| 94 | * under reasonable conditions. For an executable file, complete source | ||
| 95 | * code means the source code for all modules it contains. It does not | ||
| 96 | * include source code for modules or files that typically accompany the | ||
| 97 | * major components of the operating system on which the executable file | ||
| 98 | * runs. | ||
| 99 | * | ||
| 100 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS | ||
| 101 | * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
| 102 | * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
| 103 | * PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 104 | * COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 105 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
| 106 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
| 107 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
| 108 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 109 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
| 110 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 111 | */ | ||