From cae23067177c0614284a4f7cd5e9c5d7bdb92c3b Mon Sep 17 00:00:00 2001 From: Stefan Dinescu Date: Tue, 24 Sep 2019 15:23:01 +0300 Subject: [PATCH] Change standard license header Change the license from WR to Apache-2. Change-Id: Ib4c5049a1805088e9be50a63f7d29c629b2b09ee Closes-bug: 1844842 Signed-off-by: Stefan Dinescu --- .../sqlalchemy/migrate_repo/versions/078_interface_class.py | 4 +--- .../migrate_repo/versions/079_network_column_remove.py | 4 +--- .../migrate_repo/versions/088_networktype_remove.py | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/078_interface_class.py b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/078_interface_class.py index 85895a58bd..84cfd819a8 100644 --- a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/078_interface_class.py +++ b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/078_interface_class.py @@ -2,9 +2,7 @@ # # 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. +# SPDX-License-Identifier: Apache-2.0 # from sqlalchemy import Column, MetaData, Table diff --git a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/079_network_column_remove.py b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/079_network_column_remove.py index a0d23d26af..32e15aea75 100644 --- a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/079_network_column_remove.py +++ b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/079_network_column_remove.py @@ -2,9 +2,7 @@ # # 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. +# SPDX-License-Identifier: Apache-2.0 # from sqlalchemy import MetaData, Table diff --git a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/088_networktype_remove.py b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/088_networktype_remove.py index 9d8c4ce736..71a6ff9622 100644 --- a/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/088_networktype_remove.py +++ b/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/088_networktype_remove.py @@ -2,9 +2,7 @@ # # Copyright (c) 2019 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. +# SPDX-License-Identifier: Apache-2.0 # from sqlalchemy import MetaData, Table