Add SPDX identifier to source code

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
Sandro Bonazzola 2024-08-08 17:33:09 +02:00
parent 6c4c7513ca
commit d4c982399d
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
use std::{
collections::HashMap,
fs::{File, OpenOptions},

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
use std::io::{Read, Write};
use std::{fs::File, path::Path};

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
use std::collections::HashMap;
use std::error;
use std::fmt;