Skip to content

Commit 5444460

Browse files
committed
doc: Add initial LICENSE and README.md files.
Signed-off-by: Brian Barrett <[email protected]>
0 parents  commit 5444460

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

LICENSE

+34
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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Autoconf shared across Open MPI / OpenPMIx / PRRTE projects
2+
3+
This is a repository of useful Autoconf Macros that are shared across
4+
the Open MPI, OpenPMIx, and PRRTE projects.

0 commit comments

Comments
 (0)