mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +00:00
Make modifications clearer per Apache license
This commit is contained in:
parent
42da444f40
commit
0275a43c5b
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2018 Andre-Philippe Paquet
|
||||
// Copyright 2021 Robert Swinford
|
||||
// Modifications copyright 2021 Robert Swinford
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
@ -13,6 +13,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// This file has been modified for use in the uutils project.
|
||||
|
||||
use rayon::prelude::*;
|
||||
use std::{
|
||||
cmp::Ordering,
|
||||
|
|
Loading…
Reference in a new issue