yac
/
coreutils
Archived
2
0
Fork 0

add license info to build.rs

This commit is contained in:
silt! 2022-12-05 09:43:58 -05:00 committed by emma
parent a1cb1175d4
commit b7c58488de
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 silt <silt@tebibyte.media>
// SPDX-License-Identifier: AGPL-3.0-or-later
use std::env;
use std::process::{Command, exit};
@ -44,4 +47,4 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
handler_ld_false.wait();
Ok(())
}
}