Skip to content

Commit 2c0fa5a

Browse files
authored
Merge pull request #164 from cakebaker/tests_add_license_header
tests: add license header to integration tests
2 parents 3be37c4 + 937572d commit 2c0fa5a

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)