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/gpio.zig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gpio.zig') diff --git a/src/gpio.zig b/src/gpio.zig index c0bf6ba..9313c38 100644 --- a/src/gpio.zig +++ b/src/gpio.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 mode = enum(u32) { alternate_0 = 0, alternate_1, -- cgit v1.2.3