From c836236b2821b5da50e59ef700760668fd9b722f Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 8 Mar 2026 14:05:32 -0700 Subject: [PATCH] Add Copyright to a couple LGPL2 files --- iverilog-vpi.sh | 2 ++ ivtest/fpga_tests/fpga_reg.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/iverilog-vpi.sh b/iverilog-vpi.sh index 10083ab89..4761f6140 100644 --- a/iverilog-vpi.sh +++ b/iverilog-vpi.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (c) 1998-2026 Stephen Williams (steve@icarus.com) +# # This source code is free software; you can redistribute it # and/or modify it in source code form under the terms of the GNU # Library General Public License as published by the Free Software diff --git a/ivtest/fpga_tests/fpga_reg.sh b/ivtest/fpga_tests/fpga_reg.sh index ad0905c5a..137ef230e 100755 --- a/ivtest/fpga_tests/fpga_reg.sh +++ b/ivtest/fpga_tests/fpga_reg.sh @@ -1,5 +1,6 @@ #!/bin/sh +# Copyright (c) 1998-2026 Stephen Williams (steve@icarus.com) # # This source code is free software; you can redistribute it # and/or modify it in source code form under the terms of the GNU