Skip to content

Commit 8b8fb39

Browse files
author
Gunter Schmidt
committed
Adapted LICENSE from coreutils
1 parent fcb1cdb commit 8b8fb39

16 files changed

Lines changed: 44 additions & 231 deletions

LICENSE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright (c) uutils developers
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software is furnished to do so,
8+
subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

LICENSE-APACHE

Lines changed: 0 additions & 179 deletions
This file was deleted.

LICENSE-MIT

Lines changed: 0 additions & 26 deletions
This file was deleted.

benches/bench-diffutils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
//! Benches for all utils in diffutils.
77
//!

src/cmp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
// spell-checker:ignore ilog
77

src/context_diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
// spell-checker:ignore alef alefr alefx betr betx nodiff
77

src/diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
use crate::params::{parse_params, Format};
77
use crate::utils::report_failure_to_read_input_file;

src/ed_diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
// spell-checker:ignore alef alefr betr nodiff
77

src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
// spell-checker:ignore replacen
77

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is part of the uutils diffutils package.
22
//
3-
// For the full copyright and license information, please view the LICENSE-*
4-
// files that was distributed with this source code.
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
55

66
use std::{
77
env::ArgsOs,

0 commit comments

Comments
 (0)