* [dts] [PATCH V1 00/10] add the BSD License header information
@ 2020-10-13 15:07 Chen Linglix
2020-10-13 15:07 ` [dts] [dts 01/10] framework/test_capabilities.py:add " Chen Linglix
` (9 more replies)
0 siblings, 10 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
add the BSD License header information
Chen Linglix (10):
framework/test_capabilities.py:add the BSD License header information
framework/texttable.py:add the BSD License header information
framework/ssh_pexpect.py:add the BSD License header information
framework/checkCase.py:add the BSD License header information
framework/multiple_vm.py:add the BSD License header information
framework/exception.py:add the BSD License header information
framework/crbs.py:add the BSD License header information
tools/dump_case.py:add the BSD License header information
tools/parse_opt.py:add the BSD License header information
tools/setup.py:add the BSD License header information
framework/checkCase.py | 31 +++++++++++++++++++++++++++++++
framework/crbs.py | 31 +++++++++++++++++++++++++++++++
framework/exception.py | 31 +++++++++++++++++++++++++++++++
framework/multiple_vm.py | 31 +++++++++++++++++++++++++++++++
framework/ssh_pexpect.py | 31 +++++++++++++++++++++++++++++++
framework/test_capabilities.py | 31 +++++++++++++++++++++++++++++++
framework/texttable.py | 31 +++++++++++++++++++++++++++++++
tools/dump_case.py | 31 +++++++++++++++++++++++++++++++
tools/parse_opt.py | 31 +++++++++++++++++++++++++++++++
tools/setup.py | 31 +++++++++++++++++++++++++++++++
10 files changed, 310 insertions(+)
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 01/10] framework/test_capabilities.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-22 0:53 ` Tu, Lijuan
2020-10-13 15:07 ` [dts] [dts 02/10] framework/texttable.py:add " Chen Linglix
` (8 subsequent siblings)
9 siblings, 1 reply; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/test_capabilities.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/test_capabilities.py b/framework/test_capabilities.py
index 79a6dee6..0024adad 100644
--- a/framework/test_capabilities.py
+++ b/framework/test_capabilities.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
#this structure will be used to determine which parts of tests should be skipped
"""
Dict used to skip parts of tests if NIC is known not to support them
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 02/10] framework/texttable.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
2020-10-13 15:07 ` [dts] [dts 01/10] framework/test_capabilities.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 03/10] framework/ssh_pexpect.py:add " Chen Linglix
` (7 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/texttable.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/texttable.py b/framework/texttable.py
index d4aad6f6..258ad359 100644
--- a/framework/texttable.py
+++ b/framework/texttable.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
# texttable - module for creating simple ASCII tables
# Copyright (C) 2003-2015 Gerome Fournier <jef(at)foutaise.org>
#
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 03/10] framework/ssh_pexpect.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
2020-10-13 15:07 ` [dts] [dts 01/10] framework/test_capabilities.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 02/10] framework/texttable.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 04/10] framework/checkCase.py:add " Chen Linglix
` (6 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/ssh_pexpect.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/ssh_pexpect.py b/framework/ssh_pexpect.py
index fbc7dd4a..6aa62ecd 100644
--- a/framework/ssh_pexpect.py
+++ b/framework/ssh_pexpect.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import time
import pexpect
from pexpect import pxssh
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 04/10] framework/checkCase.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (2 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 03/10] framework/ssh_pexpect.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 05/10] framework/multiple_vm.py:add " Chen Linglix
` (5 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/checkCase.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/checkCase.py b/framework/checkCase.py
index 3c1db994..9e1df15f 100644
--- a/framework/checkCase.py
+++ b/framework/checkCase.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import xlrd
import collections
import json
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 05/10] framework/multiple_vm.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (3 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 04/10] framework/checkCase.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 06/10] framework/exception.py:add " Chen Linglix
` (4 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/multiple_vm.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/multiple_vm.py b/framework/multiple_vm.py
index 68d2f5ec..75ee6a71 100644
--- a/framework/multiple_vm.py
+++ b/framework/multiple_vm.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import time
import re
import threadpool
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 06/10] framework/exception.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (4 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 05/10] framework/multiple_vm.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 07/10] framework/crbs.py:add " Chen Linglix
` (3 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/exception.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/exception.py b/framework/exception.py
index cc2f724b..a03b74c7 100644
--- a/framework/exception.py
+++ b/framework/exception.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
"""
User-defined exceptions used across the framework.
"""
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 07/10] framework/crbs.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (5 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 06/10] framework/exception.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 08/10] tools/dump_case.py:add " Chen Linglix
` (2 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
framework/crbs.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/framework/crbs.py b/framework/crbs.py
index 2ff937ac..70d8a070 100644
--- a/framework/crbs.py
+++ b/framework/crbs.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
"""
Static configuration data for any CRBs that can be used.
"""
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 08/10] tools/dump_case.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (6 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 07/10] framework/crbs.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 09/10] tools/parse_opt.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 10/10] tools/setup.py:add " Chen Linglix
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tools/dump_case.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/tools/dump_case.py b/tools/dump_case.py
index 22c79d2c..8bacf993 100755
--- a/tools/dump_case.py
+++ b/tools/dump_case.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import sys
import os
import re
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 09/10] tools/parse_opt.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (7 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 08/10] tools/dump_case.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-13 15:07 ` [dts] [dts 10/10] tools/setup.py:add " Chen Linglix
9 siblings, 0 replies; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tools/parse_opt.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/tools/parse_opt.py b/tools/parse_opt.py
index c1bc02db..bb2cbfc0 100755
--- a/tools/parse_opt.py
+++ b/tools/parse_opt.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import sys
import os.path
import re
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dts] [dts 10/10] tools/setup.py:add the BSD License header information
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
` (8 preceding siblings ...)
2020-10-13 15:07 ` [dts] [dts 09/10] tools/parse_opt.py:add " Chen Linglix
@ 2020-10-13 15:07 ` Chen Linglix
2020-10-16 5:25 ` Ma, LihongX
9 siblings, 1 reply; 13+ messages in thread
From: Chen Linglix @ 2020-10-13 15:07 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tools/setup.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/tools/setup.py b/tools/setup.py
index c0852f21..983209c8 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Intel Corporation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
import sys
import os
import parse_opt
--
2.17.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dts] [dts 10/10] tools/setup.py:add the BSD License header information
2020-10-13 15:07 ` [dts] [dts 10/10] tools/setup.py:add " Chen Linglix
@ 2020-10-16 5:25 ` Ma, LihongX
0 siblings, 0 replies; 13+ messages in thread
From: Ma, LihongX @ 2020-10-16 5:25 UTC (permalink / raw)
To: Chen, LingliX, dts; +Cc: Chen, LingliX
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen Linglix
> Sent: Tuesday, October 13, 2020 11:07 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [dts 10/10] tools/setup.py:add the BSD License header
> information
>
> Signed-off-by: Chen Linglix <linglix.chen@intel.com>
> ---
Acked-by: Lihong Ma <lihongx.ma@intel.com>
Regards,
Ma,lihong
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dts] [dts 01/10] framework/test_capabilities.py:add the BSD License header information
2020-10-13 15:07 ` [dts] [dts 01/10] framework/test_capabilities.py:add " Chen Linglix
@ 2020-10-22 0:53 ` Tu, Lijuan
0 siblings, 0 replies; 13+ messages in thread
From: Tu, Lijuan @ 2020-10-22 0:53 UTC (permalink / raw)
To: Chen, LingliX, dts; +Cc: Chen, LingliX
> +# Copyright(c) 2020 Intel Corporation. All rights reserved.
> +# All rights reserved.
Intel haven't contribute any code in the file, so Intel don't own copyright.
thanks
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2020-10-22 0:53 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 15:07 [dts] [PATCH V1 00/10] add the BSD License header information Chen Linglix
2020-10-13 15:07 ` [dts] [dts 01/10] framework/test_capabilities.py:add " Chen Linglix
2020-10-22 0:53 ` Tu, Lijuan
2020-10-13 15:07 ` [dts] [dts 02/10] framework/texttable.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 03/10] framework/ssh_pexpect.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 04/10] framework/checkCase.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 05/10] framework/multiple_vm.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 06/10] framework/exception.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 07/10] framework/crbs.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 08/10] tools/dump_case.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 09/10] tools/parse_opt.py:add " Chen Linglix
2020-10-13 15:07 ` [dts] [dts 10/10] tools/setup.py:add " Chen Linglix
2020-10-16 5:25 ` Ma, LihongX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).