diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-04-03 19:19:14 -0400 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-04-03 19:19:14 -0400 |
commit | f511446bc9f8e54ac02c39b75389f568e9c2d6e1 (patch) | |
tree | 62b6e9d8fd000c8ee71d75731897c62e5f0b61d9 | |
parent | bd66e7ca131751d20c4dbb59cff9df4bd716f9e4 (diff) |
Added license.
-rw-r--r-- | doc/LICENSE | 22 | ||||
-rw-r--r-- | doc/index.txt | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/LICENSE b/doc/LICENSE new file mode 100644 index 0000000..30a9810 --- /dev/null +++ b/doc/LICENSE | |||
@@ -0,0 +1,22 @@ | |||
1 | Copyright (c) 2010, UNC Real-Time Systems Group | ||
2 | All rights reserved. | ||
3 | |||
4 | Redistribution and use in source and binary forms, with or without | ||
5 | modification, are permitted provided that the following conditions are met: | ||
6 | |||
7 | * Redistributions of source code must retain the above copyright notice, | ||
8 | this list of conditions and the following disclaimer. | ||
9 | * Redistributions in binary form must reproduce the above copyright notice, | ||
10 | this list of conditions and the following disclaimer in the documentation | ||
11 | and/or other materials provided with the distribution. | ||
12 | |||
13 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
14 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
15 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
16 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
17 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
18 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
19 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
20 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
21 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
22 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/doc/index.txt b/doc/index.txt index 4e8b089..135e734 100644 --- a/doc/index.txt +++ b/doc/index.txt | |||
@@ -144,6 +144,9 @@ Contributors are required to make appropriate amendments to this documentation. | |||
144 | 144 | ||
145 | The source is stored in [Markdown format][markdown] in the file `index.txt` and can be built into HTML with `make`. | 145 | The source is stored in [Markdown format][markdown] in the file `index.txt` and can be built into HTML with `make`. |
146 | 146 | ||
147 | ## License ## | ||
148 | Unit-Trace is released under the [Simplified BSD License][license]. | ||
149 | |||
147 | ## Credits ## | 150 | ## Credits ## |
148 | This project was created by and is maintained by the [Real-Time Systems Group][group] at the [University of North Carolina at Chapel Hill][uncch], | 151 | This project was created by and is maintained by the [Real-Time Systems Group][group] at the [University of North Carolina at Chapel Hill][uncch], |
149 | [Department of Computer Science][csdept]. A detailed explanation of the tool is available in [this paper][ospert_paper], from | 152 | [Department of Computer Science][csdept]. A detailed explanation of the tool is available in [this paper][ospert_paper], from |
@@ -161,3 +164,4 @@ We hope to have additional contributors in the future. | |||
161 | [ospert]: http://www.artist-embedded.org/artist/Overview,1750.html | 164 | [ospert]: http://www.artist-embedded.org/artist/Overview,1750.html |
162 | [markdown]: http://daringfireball.net/projects/markdown/ | 165 | [markdown]: http://daringfireball.net/projects/markdown/ |
163 | [mac]: mailto:mollison@cs.unc.edu | 166 | [mac]: mailto:mollison@cs.unc.edu |
167 | [license]: LICENSE | ||