From 0275a43c5bc414c52e40edbb1e2cd2d531255009 Mon Sep 17 00:00:00 2001 From: electricboogie <32370782+electricboogie@users.noreply.github.com> Date: Sun, 18 Apr 2021 14:05:27 -0500 Subject: [PATCH] Make modifications clearer per Apache license --- src/uu/sort/src/ext_sorter.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/uu/sort/src/ext_sorter.rs b/src/uu/sort/src/ext_sorter.rs index 00fe9b401..782e80429 100644 --- a/src/uu/sort/src/ext_sorter.rs +++ b/src/uu/sort/src/ext_sorter.rs @@ -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,