Skip to content

Commit ae0a688

Browse files
pablodelaratkanteck
authored andcommitted
Update License file
Signed-off-by: Pablo de Lara <[email protected]>
1 parent 75af1c4 commit ae0a688

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright(c) 2011-2017 Intel Corporation All rights reserved.
1+
Copyright(c) 2011-2024 Intel Corporation All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions
@@ -24,3 +24,5 @@
2424
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
28+
SPDX-License-Identifier: BSD-3-Clause

Makefile.nmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
########################################################################
2-
# Copyright(c) 2011-2017 Intel Corporation All rights reserved.
2+
# Copyright(c) 2011-2024 Intel Corporation All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -25,6 +25,8 @@
2525
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2626
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
#
29+
# SPDX-License-Identifier: BSD-3-Clause
2830
########################################################################
2931

3032
# This file can be auto-regenerated with $make -f Makefile.unx Makefile.nmake

0 commit comments

Comments
 (0)