aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig6
1 files changed, 6 insertions, 0 deletions
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 <clyne@bitgloo.com>
+//
+// 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 <https://www.gnu.org/licenses/>.
+
const cpu = @import("cpu.zig");
const gpio = @import("gpio.zig");
const interrupt = @import("interrupt.zig");