1
Fork 0
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:
Terts Diepraam 2022-01-19 19:07:11 +01:00
parent c86cb91dee
commit 6aa433c70a
4 changed files with 5 additions and 13 deletions

View file

@ -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::{

View file

@ -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.

View file

@ -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.

View file

@ -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.