add missing license headers

This commit is contained in:
Sylvestre Ledru
2024-01-22 21:49:07 +01:00
parent 12f3f16792
commit 045435b803
5 changed files with 25 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils diffutils package.
//
// For the full copyright and license information, please view the LICENSE-*
// files that was distributed with this source code.
use crate::params::*;
use std::env;
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils diffutils package.
//
// For the full copyright and license information, please view the LICENSE-*
// files that was distributed with this source code.
use std::collections::VecDeque;
use std::io::Write;
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils diffutils package.
//
// For the full copyright and license information, please view the LICENSE-*
// files that was distributed with this source code.
use std::io::Write;
#[derive(Debug, PartialEq)]
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils diffutils package.
//
// For the full copyright and license information, please view the LICENSE-*
// files that was distributed with this source code.
use std::io::Write;
#[derive(Debug, PartialEq)]
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils diffutils package.
//
// For the full copyright and license information, please view the LICENSE-*
// files that was distributed with this source code.
use std::collections::VecDeque;
use std::io::Write;