Skip to content

Commit 51d1c5e

Browse files
authored
SRE-2512: New LICENSE file as expected by OpenSSF Scorecard (#13)
Signed-off-by: Oksana Salyk <oksana.salyk@intel.com>
1 parent 000345c commit 51d1c5e

3 files changed

Lines changed: 60 additions & 37 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
11
#!/usr/bin/groovy
2-
/* Copyright 2019-2024 Intel Corporation
3-
* All rights reserved.
4-
*
5-
* Redistribution and use in source and binary forms, with or without
6-
* modification, are permitted for any purpose (including commercial purposes)
7-
* provided that the following conditions are met:
8-
*
9-
* 1. Redistributions of source code must retain the above copyright notice,
10-
* this list of conditions, and the following disclaimer.
11-
*
12-
* 2. Redistributions in binary form must reproduce the above copyright notice,
13-
* this list of conditions, and the following disclaimer in the
14-
* documentation and/or materials provided with the distribution.
15-
*
16-
* 3. In addition, redistributions of modified forms of the source or binary
17-
* code must carry prominent notices stating that the original code was
18-
* changed and the date of the change.
19-
*
20-
* 4. All publications or advertising materials mentioning features or use of
21-
* this software are asked, but not required, to acknowledge that it was
22-
* developed by Intel Corporation and credit the contributors.
23-
*
24-
* 5. Neither the name of Intel Corporation, nor the name of any Contributor
25-
* may be used to endorse or promote products derived from this software
26-
* without specific prior written permission.
27-
*
28-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
32-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
35-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37-
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
*/
2+
// SPDX-License-Identifier: BSD-2-Clause-Patent
3+
// Copyright (c) 2019-2024 Intel Corporation
4+
395
// To use a test branch (i.e. PR) until it lands to master
406
// I.e. for testing library changes
417
//@Library(value="pipeline-lib@your_branch") _

LICENSE

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
BSD-2-Clause Plus Patent License
2+
3+
Copyright 2019-2024 Intel Corporation.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions
7+
are met:
8+
9+
1. Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in
14+
the documentation and/or other materials provided with the
15+
distribution.
16+
17+
Subject to the terms and conditions of this license, each copyright
18+
holder and contributor hereby grants to those receiving rights under
19+
this license a perpetual, worldwide, non-exclusive, no-charge,
20+
royalty-free, irrevocable (except for failure to satisfy the conditions
21+
of this license) patent license to make, have made, use, offer to sell,
22+
sell, import, and otherwise transfer this software, where such license
23+
applies only to those patent claims, already acquired or hereafter
24+
acquired, licensable by such copyright holder or contributor that are
25+
necessarily infringed by:
26+
27+
(a) their Contribution(s) (the licensed copyrights of copyright holders
28+
and non-copyrightable additions of contributors, in source or
29+
binary form) alone; or
30+
31+
(b) combination of their Contribution(s) with the work of authorship to
32+
which such Contribution(s) was added by such copyright holder or
33+
contributor, if, at the time the Contribution is added, such
34+
addition causes such combination to be necessarily infringed.
35+
The patent license shall not apply to any other combinations which
36+
include the Contribution.
37+
38+
Except as expressly stated above, no rights or licenses from any
39+
copyright holder or contributor is granted under this license, whether
40+
expressly, by implication, estoppel or otherwise.
41+
42+
DISCLAIMER
43+
44+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
47+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
48+
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
49+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
50+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: BSD-2-Clause-Patent
2+
# Copyright (c) 2022-2024 Intel Corporation
3+
14
NAME := ucx
25
SRC_EXT := gz
36

0 commit comments

Comments
 (0)