diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2021-06-08 10:08:13 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
commit | 9efdb6799ed45cf04acde9b435aeb8ccd1f2843c (patch) | |
tree | af25c7b3befdf6de3425464a1b1b979934e757a4 /meta-oe/licenses | |
parent | 8fc9ecc767196e9dac45c1e3d70ccf35c75b90ad (diff) | |
download | meta-openembedded-9efdb6799ed45cf04acde9b435aeb8ccd1f2843c.tar.gz |
libeigen: update LICENSE information
From COPYING.README:
"""
Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links:
http://www.mozilla.org/MPL/2.0/
http://www.mozilla.org/MPL/2.0/FAQ.html
Some files contain third-party code under BSD or LGPL licenses, whence the other
COPYING.* files here.
All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later.
For this reason, the COPYING.LGPL file contains the LGPL 2.1 text.
"""
The upstream repository contains multiple COPYING files (various 3rd party
code is under different licenses), so update the LICENSE information
accordingly. Also, add MINPACK to meta-oe/licenses.
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/licenses')
-rw-r--r-- | meta-oe/licenses/MINPACK | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/meta-oe/licenses/MINPACK b/meta-oe/licenses/MINPACK new file mode 100644 index 000000000..132cc3f33 --- /dev/null +++ b/meta-oe/licenses/MINPACK | |||
@@ -0,0 +1,51 @@ | |||
1 | Minpack Copyright Notice (1999) University of Chicago. All rights reserved | ||
2 | |||
3 | Redistribution and use in source and binary forms, with or | ||
4 | without modification, are permitted provided that the | ||
5 | following conditions are met: | ||
6 | |||
7 | 1. Redistributions of source code must retain the above | ||
8 | copyright notice, this list of conditions and the following | ||
9 | disclaimer. | ||
10 | |||
11 | 2. Redistributions in binary form must reproduce the above | ||
12 | copyright notice, this list of conditions and the following | ||
13 | disclaimer in the documentation and/or other materials | ||
14 | provided with the distribution. | ||
15 | |||
16 | 3. The end-user documentation included with the | ||
17 | redistribution, if any, must include the following | ||
18 | acknowledgment: | ||
19 | |||
20 | "This product includes software developed by the | ||
21 | University of Chicago, as Operator of Argonne National | ||
22 | Laboratory. | ||
23 | |||
24 | Alternately, this acknowledgment may appear in the software | ||
25 | itself, if and wherever such third-party acknowledgments | ||
26 | normally appear. | ||
27 | |||
28 | 4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" | ||
29 | WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE | ||
30 | UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND | ||
31 | THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR | ||
32 | IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES | ||
33 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE | ||
34 | OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY | ||
35 | OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR | ||
36 | USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF | ||
37 | THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) | ||
38 | DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION | ||
39 | UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL | ||
40 | BE CORRECTED. | ||
41 | |||
42 | 5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT | ||
43 | HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF | ||
44 | ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, | ||
45 | INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF | ||
46 | ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF | ||
47 | PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER | ||
48 | SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT | ||
49 | (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, | ||
50 | EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE | ||
51 | POSSIBILITY OF SUCH LOSS OR DAMAGES. | ||