Skip to content

Commit

Permalink
fix: Add missing license notices. (#52)
Browse files Browse the repository at this point in the history
This commit adds SPDX license notice comments to the top of two source
files that were missing it. These were identified with the `cargo xtask
validate` command.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker authored May 7, 2024
1 parent 8260a35 commit 651510c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hipcheck/src/data/github/authenticated_agent.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

//! Defines an authenticated [`Agent`] type that adds token auth to all requests.
use std::sync::Arc;
Expand Down
2 changes: 2 additions & 0 deletions hipcheck/src/data/github/hidden.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

use std::fmt::Debug;
use std::fmt::Formatter;
use std::fmt::Result as FmtResult;
Expand Down

0 comments on commit 651510c

Please sign in to comment.