summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-04-03 19:19:14 -0400
committerMac Mollison <mollison@cs.unc.edu>2010-04-03 19:19:14 -0400
commitf511446bc9f8e54ac02c39b75389f568e9c2d6e1 (patch)
tree62b6e9d8fd000c8ee71d75731897c62e5f0b61d9
parentbd66e7ca131751d20c4dbb59cff9df4bd716f9e4 (diff)
Added license.
-rw-r--r--doc/LICENSE22
-rw-r--r--doc/index.txt4
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 @@
1Copyright (c) 2010, UNC Real-Time Systems Group
2All rights reserved.
3
4Redistribution and use in source and binary forms, with or without
5modification, 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
13THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
17FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
20CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
21OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22OF 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
145The source is stored in [Markdown format][markdown] in the file `index.txt` and can be built into HTML with `make`. 145The source is stored in [Markdown format][markdown] in the file `index.txt` and can be built into HTML with `make`.
146 146
147## License ##
148Unit-Trace is released under the [Simplified BSD License][license].
149
147## Credits ## 150## Credits ##
148This project was created by and is maintained by the [Real-Time Systems Group][group] at the [University of North Carolina at Chapel Hill][uncch], 151This 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