Skip to content

Commit ebb4a72

Browse files
authored
Merge pull request #5 from acgoldma/missing-license
Add Missing License file
2 parents 92c9bcb + c6140e2 commit ebb4a72

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

LICENSE

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Copyright (c) 2024, Intel Corporation
2+
All rights reserved.
3+
4+
BSD 3-clause License:
5+
Redistribution and use in source and binary forms, with or without modification,
6+
are permitted provided that the following conditions are met:
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+
- Neither the name of Intel Corporation nor the names of its contributors may
13+
be used to endorse or promote products derived from this software without
14+
specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19+
ARE DISCLAIMED. IN NO EVENT SHALL INTEL, THE COPYRIGHT OWNER OR CONTRIBUTORS
20+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26+
POSSIBILITY OF SUCH DAMAGE.
27+
28+
EXPORT LAWS: THIS LICENSE ADDS NO RESTRICTIONS TO THE EXPORT LAWS OF YOUR
29+
JURISDICTION. It is licensee's responsibility to comply with any export
30+
regulations applicable in licensee's jurisdiction. Under CURRENT (May 2000)
31+
U.S. export regulations this software is eligible for export from the U.S.
32+
and can be downloaded by or otherwise exported or reexported worldwide EXCEPT
33+
to U.S. embargoed destinations which include Cuba, Iraq, Libya, North Korea,
34+
Iran, Syria, Sudan, Afghanistan and any other country to which the U.S. has
35+
embargoed goods and services.
36+

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Eth MPI apps
22
------------
3+
* LICENSE file refers to Intel developed code. 3rd-Party code will have a
4+
LICENSE, COPYING, or COPYRIGHT file in the top-level of their subdirectory.
5+
* HPL v2.3: MpiApps/apps/hpl-2.3/COPYRIGHT and MpiApps/apps/hpl-2.3/COPYING
6+
* OSU v5.9: MpiApps/apps/osu-micro-benchmarks-5.9/COPYRIGHT
7+
* IMB 2021.7: MpiApps/apps/imb/license/*
38

49
* To build the RPM and SRPM:
510

0 commit comments

Comments
 (0)