From: Raptor Engineering Development Team Date: Tue, 1 Mar 2022 21:25:47 +0000 (-0600) Subject: Formally release this version of Aquila under the GNU LGPLv3+ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2059937f5a4d9087f8d6b83dcdebc276e0a25dc;p=microwatt.git Formally release this version of Aquila under the GNU LGPLv3+ --- 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