From c7a89595eadc5ce2f988b238916537c441700bed Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 6 Oct 2024 16:27:38 -0400 Subject: change license to gpl3 --- src/main.zig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 346ca56..6bf235c 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,3 +1,9 @@ +// Copyright (C) 2024 Clyne Sullivan +// +// Distributed under the GNU GPL v3 or later. You should have received a copy of +// the GNU General Public License along with this program. +// If not, see . + const cpu = @import("cpu.zig"); const gpio = @import("gpio.zig"); const interrupt = @import("interrupt.zig"); -- cgit v1.2.3