Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewliebenow committed Oct 20, 2024
1 parent 034c41a commit ed38f79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/uu/stty/build.rs
Original file line number Diff line number Diff line change
@@ -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::{
Expand Down
5 changes: 5 additions & 0 deletions src/uu/stty/src/generated.rs
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ed38f79

Please sign in to comment.