Skip to content

Commit

Permalink
License fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 7, 2024
1 parent ef48554 commit 77e93ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2024, UNSW
*
* SPDX-License-Identifier: BSD-2-Clause
*/
/ {
/delete-node/ pl011@9000000;
/delete-node/ flash@0;
Expand Down
3 changes: 3 additions & 0 deletions examples/virtio/build.zig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024, UNSW
// SPDX-License-Identifier: BSD-2-Clause

const std = @import("std");
const libvmm_mod = @import("libvmm");
const Build = std.Build;
Expand Down

0 comments on commit 77e93ca

Please sign in to comment.