Skip to content

Commit 445ab56

Browse files
committed
First!
General README.md and LICENSE file. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
0 parents  commit 445ab56

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

LICENSE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Redistribution and use in source and binary forms, with or without
2+
modification, are permitted provided that the following conditions are
3+
met:
4+
5+
- Redistributions of source code must retain the above copyright
6+
notice, this list of conditions and the following disclaimer.
7+
8+
- Redistributions in binary form must reproduce the above copyright
9+
notice, this list of conditions and the following disclaimer listed
10+
in this license in the documentation and/or other materials
11+
provided with the distribution.
12+
13+
- Neither the name of the copyright holders nor the names of its
14+
contributors may be used to endorse or promote products derived from
15+
this software without specific prior written permission.
16+
17+
The copyright holders provide no reassurances that the source code
18+
provided does not infringe any patent, copyright, or any other
19+
intellectual property rights of third parties. The copyright holders
20+
disclaim any liability to any recipient for claims brought against
21+
recipient by any third party for infringement of that parties
22+
intellectual property rights.
23+
24+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Open MPI Public Tests Repo
2+
3+
This repository is a loose collection of tests used by the Open MPI
4+
developer community. Note that this repository, as a whole, is not a
5+
production-quality, releasable software product intended for general
6+
users.
7+
8+
That being said, individual test and/or test suites in this repository
9+
may well be suitable for wider audiences.

0 commit comments

Comments
 (0)