Skip to content

Commit

Permalink
Add missing copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Dec 3, 2022
1 parent c74f477 commit fe938bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2022 Science project contributors.
// Licensed under the Apache License, Version 2.0 (see LICENSE).

use std::collections::BTreeMap;
use std::io::{Read, Write};
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit fe938bb

Please sign in to comment.