Skip to content

Commit

Permalink
Re-license contributions from Raptor Computer Systems
Browse files Browse the repository at this point in the history
The following files contain contributions from Timothy Pearson at Raptor
Computer Systems. He has agreed to re-license these contributions as
Dual Apache 2.0 / GPLv2+, so amend the SPDX tag to reflect that.

	hw/phb4.c
	include/phb4.h
	include/platform.h
	platforms/astbmc/talos.c
	platforms/astbmc/romulus.c

Cc: Timothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Mar 12, 2020
1 parent 4949648 commit e19dddc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hw/phb4.c
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/*
* PHB4: PCI Host Bridge 4, in POWER9
*
Expand Down
2 changes: 1 addition & 1 deletion include/phb4.h
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/* Copyright 2013-2019 IBM Corp. */

#ifndef __PHB4_H
Expand Down
2 changes: 1 addition & 1 deletion include/platform.h
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/* Copyright 2013-2019 IBM Corp. */

#ifndef __PLATFORM_H
Expand Down
2 changes: 1 addition & 1 deletion platforms/astbmc/romulus.c
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/* Copyright 2017-2019 IBM Corp. */

#include <skiboot.h>
Expand Down
2 changes: 1 addition & 1 deletion platforms/astbmc/talos.c
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/*
* Copyright 2017-2019 IBM Corp.
* Copyright 2018-2019 Raptor Engineering, LLC
Expand Down

0 comments on commit e19dddc

Please sign in to comment.