add license info to build.rs

This commit is contained in:
2024-01-01 14:21:21 -07:00
committed by emma
parent a1cb1175d4
commit b7c58488de
+3
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};