aboutsummaryrefslogtreecommitdiffstats
path: root/src/startup.zig
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-10-06 16:27:38 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-10-06 16:27:38 -0400
commitc7a89595eadc5ce2f988b238916537c441700bed (patch)
treeb999f5f889a4d5bdbdec1b66bb52171c92593034 /src/startup.zig
parent7c4c924fb2ccc963333fb8ce9e745eb524768311 (diff)
change license to gpl3HEADmain
Diffstat (limited to 'src/startup.zig')
-rw-r--r--src/startup.zig6
1 files changed, 6 insertions, 0 deletions
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 <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 main = @import("main.zig");
extern const __data_flash: u32;