Skip to content

Commit fade16a

Browse files
committed
add missing license headers
1 parent ab1d9b3 commit fade16a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

fuzz/fuzz_targets/parse_datetime.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
#![no_main]
25

36
use libfuzzer_sys::fuzz_target;

tests/simple.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::{Duration, Local, Weekday};
25
use parse_datetime::{
36
parse_datetime_at_date, parse_relative_time::parse_relative_time,

0 commit comments

Comments
 (0)