add copyright header to build.rs
All checks were successful
/ test (pull_request) Successful in 26m24s
/ test (push) Successful in 27m21s

This commit is contained in:
Jacob Lifshay 2026-01-09 02:05:08 -08:00
parent 5faf0899a8
commit 781dbc6bcb
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// See Notices.txt for copyright information
use parse_powerisa_pdf::parse_powerisa_pdf_and_generate_xml;
use sha2::{Digest, Sha256};
use std::{