mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
chore: add missing file headers
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user