Skip to content

Commit 028293c

Browse files
uucore/buf_copy: add copyright notice
1 parent 0924f17 commit 028293c

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/uucore/src/lib/features/buf_copy/common.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 coreutils package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
5+
16
use crate::error::UError;
27

38
/// Error types used by buffer-copying functions from the `buf_copy` module.

src/uucore/src/lib/features/buf_copy/linux.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 coreutils package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
5+
16
use nix::sys::stat::fstat;
27
use nix::{errno::Errno, libc::S_IFIFO};
38

src/uucore/src/lib/features/buf_copy/other.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 coreutils package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
5+
16
use std::io::{Read, Write};
27

38
use crate::error::UResult;

0 commit comments

Comments
 (0)