From 14633c76658d95ad6b2944ad5408d0bb225b21f8 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Wed, 24 Jul 2024 22:01:55 -0400 Subject: [PATCH] build: add boilerplate --- build.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.rs b/build.rs index 4536575..5163b7e 100644 --- a/build.rs +++ b/build.rs @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-only +/* + * Copyright (c) 2024, Richard Acayan. All rights reserved. + */ + use std::env; use std::path::PathBuf;