diff --git a/build.rs b/build.rs index d98132e..b3aa872 100644 --- a/build.rs +++ b/build.rs @@ -1,3 +1,6 @@ +// Copyright (c) 2022 silt +// SPDX-License-Identifier: AGPL-3.0-or-later + use std::env; use std::process::{Command, exit}; @@ -44,4 +47,4 @@ fn main() -> Result<(), Box> { handler_ld_false.wait(); Ok(()) -} \ No newline at end of file +}