Skip to content

Commit 937572d

Browse files
committed
tests: add license header to integration tests
1 parent 3be37c4 commit 937572d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/common/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// For the full copyright and license information, please view the LICENSE
2+
// file that was distributed with this source code.
3+
14
use chrono::{DateTime, FixedOffset};
25
use parse_datetime::{parse_datetime, parse_datetime_at_date};
36

tests/date.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// For the full copyright and license information, please view the LICENSE
2+
// file that was distributed with this source code.
3+
14
use rstest::rstest;
25

36
mod common;

0 commit comments

Comments
 (0)