Skip to content

Commit 2de68bc

Browse files
committed
chore: add missing file headers
1 parent 314a6cc commit 2de68bc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

interpreter/src/types.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// This file is part of the uutils awk package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// files that was distributed with this source code.
5+
16
use std::{
27
borrow::Cow,
38
fmt::Display,

interpreter/src/vm.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// This file is part of the uutils awk package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// files that was distributed with this source code.
5+
16
use std::{
27
fmt::{self, Display},
38
mem::replace,

0 commit comments

Comments
 (0)