Comment 0 for bug 1849144

Revision history for this message
Bill Zvonar (billzvonar) wrote : Another sysinv source code file includes a WR standard license

Brief Description
-----------------
The following sysinv file includes a standard WR license:

sysinv/tests/api/test_sensorgroup.py

This needs to be corrected to the Apache-2 license.

Severity
--------
Minor, but should be corrected.

Steps to Reproduce
------------------
- Go to the starlingx sysinv github
- Verify the license for the above file

Expected Behavior
------------------
The license should be as follows:
#
# Copyright (c) 2013-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

Actual Behavior
----------------
Instead the license is:
#
# Copyright (c) 2018 Wind River Systems, Inc.
#
# The right to copy, distribute, modify, or otherwise make use
# of this software may be licensed only pursuant to the terms
# of an applicable Wind River license agreement.
#

Reproducibility
---------------
N/A

System Configuration
--------------------
N/A

Branch/Pull Time/Commit
-----------------------
master, any time up to the time of issuing this bug report

Last Pass
---------
N/A

Timestamp/Logs
--------------
N/A

Test Activity
-------------
Other - code browsing