~jan0sch/rig

Showing details for patch 525191bf9c482b28f3d07afcf4c6e610476f2af2.
2025-04-06 (Sun), 9:53 AM - Jens Grassel - 525191bf9c482b28f3d07afcf4c6e610476f2af2

Add EUPL header.

Summary of changes
1 files modified with 3 lines added and 0 lines removed
  • src/main.zig with 3 added and 0 removed lines
diff -rN -u old-rig/src/main.zig new-rig/src/main.zig
--- old-rig/src/main.zig	2025-04-19 15:48:36.447826938 +0000
+++ new-rig/src/main.zig	2025-04-19 15:48:36.447826938 +0000
@@ -1,3 +1,6 @@
+/// Copyright (c) 2025 Contributors as noted in the AUTHORS.md file
+/// Licensed under the EUPL
+
 const std = @import("std");
 const fs = std.fs;