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 44f75b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Files:
build.zig.zon
examples/simple/build.zig.zon
examples/zig/build.zig.zon
examples/virtio/build.zig.zon
examples/rust/Cargo.lock
examples/rust/.cargo/config
examples/rust/aarch64-microkit-minimal.json
Expand Down
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 44f75b6

Please sign in to comment.