You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
tests: add license header to integration tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use chrono::{DateTime, FixedOffset};
|
||||
use parse_datetime::{parse_datetime, parse_datetime_at_date};
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use rstest::rstest;
|
||||
|
||||
mod common;
|
||||
|
||||
Reference in New Issue
Block a user