From ed38f79e20def1435c5e856fe0de725a8d6d79af Mon Sep 17 00:00:00 2001 From: Andrew Liebenow Date: Sun, 20 Oct 2024 11:59:23 -0500 Subject: [PATCH] Add license header --- src/uu/stty/build.rs | 5 +++++ src/uu/stty/src/generated.rs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/uu/stty/build.rs b/src/uu/stty/build.rs index d055ca0a0be..02ac5cd899b 100644 --- a/src/uu/stty/build.rs +++ b/src/uu/stty/build.rs @@ -1,3 +1,8 @@ +// This file is part of the uutils coreutils package. +// +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. + // spell-checker:ignore tbody use std::{ diff --git a/src/uu/stty/src/generated.rs b/src/uu/stty/src/generated.rs index 0b7e8e582c6..1d72caf4d7b 100644 --- a/src/uu/stty/src/generated.rs +++ b/src/uu/stty/src/generated.rs @@ -1,3 +1,8 @@ +// This file is part of the uutils coreutils package. +// +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. + include!(concat!( env!("OUT_DIR"), "/circumflex_control_characters_table.rs"