mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
tr: adapt copyright to new guidelines
This commit is contained in:
parent
c86cb91dee
commit
6aa433c70a
4 changed files with 5 additions and 13 deletions
|
@ -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 (strings) anychar combinator
|
||||
|
||||
use nom::{
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
// * This file is part of the uutils coreutils package.
|
||||
// *
|
||||
// * (c) Michael Gehring <mg@ebfe.org>
|
||||
// * (c) kwantam <kwantam@gmail.com>
|
||||
// * (c) Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
|
||||
// *
|
||||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
// * This file is part of the uutils coreutils package.
|
||||
// *
|
||||
// * (c) Michael Gehring <mg@ebfe.org>
|
||||
// * (c) kwantam <kwantam@gmail.com>
|
||||
// * * 2015-04-28 ~ created `expand` module to eliminate most allocs during setup
|
||||
// * (c) Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
|
||||
// *
|
||||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
// * This file is part of the uutils coreutils package.
|
||||
// *
|
||||
// * (c) Michael Gehring <mg@ebfe.org>
|
||||
// * (c) kwantam <kwantam@gmail.com>
|
||||
// * (c) Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
|
||||
// *
|
||||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue