From b2059937f5a4d9087f8d6b83dcdebc276e0a25dc Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Tue, 1 Mar 2022 15:25:47 -0600 Subject: [PATCH] Formally release this version of Aquila under the GNU LGPLv3+ --- aquila/io_blocks.v | 2 +- aquila/lpc_slave.v | 4 ++-- aquila/wishbone_lpc_slave_interface.v | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aquila/io_blocks.v b/aquila/io_blocks.v index 86b3ef3..dd74eab 100644 --- a/aquila/io_blocks.v +++ b/aquila/io_blocks.v @@ -1,6 +1,6 @@ // © 2017 - 2022 Raptor Engineering, LLC // -// Released under the terms of the GPL v3 +// Released under the terms of the LGPL v3+ // See the LICENSE file for full details // // Generic I/O blocks required for the LPC I/O signals diff --git a/aquila/lpc_slave.v b/aquila/lpc_slave.v index d407b9e..828bacb 100644 --- a/aquila/lpc_slave.v +++ b/aquila/lpc_slave.v @@ -1,6 +1,6 @@ -// © 2017 - 2020 Raptor Engineering, LLC +// © 2017 - 2022 Raptor Engineering, LLC // -// Released under the terms of the GPL v3 +// Released under the terms of the LGPL v3+ // See the LICENSE file for full details module lpc_slave_interface( diff --git a/aquila/wishbone_lpc_slave_interface.v b/aquila/wishbone_lpc_slave_interface.v index fb3c68d..cd51f17 100644 --- a/aquila/wishbone_lpc_slave_interface.v +++ b/aquila/wishbone_lpc_slave_interface.v @@ -1,6 +1,6 @@ // © 2017 - 2022 Raptor Engineering, LLC // -// Released under the terms of the GPL v3 +// Released under the terms of the LGPL v3+ // See the LICENSE file for full details // // This LPC slave peripheral currently implements I/O, TPM, and firmware memory read/write functionality -- 2.30.2