chore: add missing file headers

This commit is contained in:
Guillem L. Jara
2026-05-26 09:33:14 +02:00
parent 314a6cc46f
commit 2de68bc92f
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils awk package.
//
// For the full copyright and license information, please view the LICENSE
// files that was distributed with this source code.
use std::{
borrow::Cow,
fmt::Display,
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils awk package.
//
// For the full copyright and license information, please view the LICENSE
// files that was distributed with this source code.
use std::{
fmt::{self, Display},
mem::replace,