headers
This commit is contained in:
parent
a9a2761eb4
commit
3632b1019c
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// Copyright (c) 2024 Patrick_Pluto
|
||||
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Write};
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// Copyright (c) 2024 Patrick_Pluto
|
Reference in a new issue