Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 604758e

Browse files
mszarmaHenry Estela
authored andcommitted
License header update to official dual BSD/GPLv2 Intel header
Reviewed-by: Henry Estela <henry.r.estela@intel.com> Signed-off-by: Michal Szarmach <michal.szarmach@intel.com>
1 parent 326b95a commit 604758e

File tree

1 file changed

+54
-36
lines changed

1 file changed

+54
-36
lines changed

psmd/Makefile

Lines changed: 54 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,57 @@
1-
# Copyright (c) 2012. Intel Corporation. All rights reserved.
2-
# Copyright (C) 2005, 2006. QLogic Corporation. All rights reserved.
3-
# Permission is granted to QLogic customers to use this software in
4-
# source and binary forms, with or without modification, provided that
5-
# the following conditions are met:
6-
#
7-
# + All copies of source code must retain the above copyright notice,
8-
# this list of conditions and the following disclaimer.
9-
#
10-
# + Customer has a valid license agreement from QLogic Corporation. for the
11-
# software product with which this software is originally distributed.
12-
#
13-
# + Redistribution of original or modified versions to third parties is
14-
# prohibited without specific prior written permission of QLogic
15-
# Corporation.
16-
#
17-
# + If customer makes modifications to this software, and provides those
18-
# modifications to QLogic, customer assigns to QLogic Corporation.
19-
# ownership of the provided modifications and all intellectual property
20-
# rights embodied in those modifications.
21-
#
22-
# + The name of QLogic Corporation. may not be used to endorse or promote
23-
# products derived from this software without specific prior written
24-
# permission.
25-
#
26-
# THIS SOFTWARE IS PROVIDED BY QLOGIC CORPORATION. AND ITS LICENSORS "AS IS"
27-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
28-
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29-
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL QLOGIC CORPORATION. OR ITS
30-
# LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36-
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1+
#
2+
#
3+
# This file is provided under a dual BSD/GPLv2 license. When using or
4+
# redistributing this file, you may do so under either license.
5+
#
6+
# GPL LICENSE SUMMARY
7+
#
8+
# Copyright(c) 2012, 2017. Intel Corporation.
9+
# Copyright(c) 2005, 2006. QLogic Corporation.
10+
#
11+
# This program is free software; you can redistribute it and/or modify
12+
# it under the terms of version 2 of the GNU General Public License as
13+
# published by the Free Software Foundation.
14+
#
15+
# This program is distributed in the hope that it will be useful, but
16+
# WITHOUT ANY WARRANTY; without even the implied warranty of
17+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18+
# General Public License for more details.
19+
#
20+
# Contact Information:
21+
# Intel Corporation, www.intel.com
22+
#
23+
# BSD LICENSE
24+
#
25+
# Copyright(c) 2012, 2017. Intel Corporation.
26+
# Copyright(c) 2005, 2006. QLogic Corporation.
27+
#
28+
# Redistribution and use in source and binary forms, with or without
29+
# modification, are permitted provided that the following conditions
30+
# are met:
31+
#
32+
# * Redistributions of source code must retain the above copyright
33+
# notice, this list of conditions and the following disclaimer.
34+
# * Redistributions in binary form must reproduce the above copyright
35+
# notice, this list of conditions and the following disclaimer in
36+
# the documentation and/or other materials provided with the
37+
# distribution.
38+
# * Neither the name of Intel Corporation nor the names of its
39+
# contributors may be used to endorse or promote products derived
40+
# from this software without specific prior written permission.
41+
#
42+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
43+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
44+
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
45+
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
46+
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
47+
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
48+
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
49+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
50+
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
51+
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52+
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53+
#
54+
#
3755

3856
include $(top_srcdir)/buildflags.mak
3957
CFLAGS += -Wall -Werror -D_IPATH_DEBUGGING=0

0 commit comments

Comments
 (0)