build: add boilerplate

This commit is contained in:
Richard Acayan 2024-07-24 22:01:55 -04:00
parent e41ce7ed56
commit 14633c7665

View file

@ -1,3 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-only
/*
* Copyright (c) 2024, Richard Acayan. All rights reserved.
*/
use std::env; use std::env;
use std::path::PathBuf; use std::path::PathBuf;