add copyright header to build.rs
This commit is contained in:
parent
5faf0899a8
commit
781dbc6bcb
1 changed files with 3 additions and 0 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue