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/startup.zig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/startup.zig') diff --git a/src/startup.zig b/src/startup.zig index f7c7712..5d4bc41 100644 --- a/src/startup.zig +++ b/src/startup.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 main = @import("main.zig"); extern const __data_flash: u32; -- cgit v1.2.3