Skip to content

Commit 5ffe073

Browse files
committed
tool: fix license for build.rs
Most of the code in build.rs is from main.rs and therefore now has the same copyright and license Signed-off-by: Charlotte Fulham <u7917382@anu.edu.au>
1 parent edd9596 commit 5ffe073

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tool/microkit/src/build.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright 2025, UNSW
3+
//
4+
// SPDX-License-Identifier: BSD-2-Clause
5+
//
6+
17
use std::{
28
collections::HashMap,
39
fs::{self, metadata},

0 commit comments

Comments
 (0)