Skip to content

Commit

Permalink
Add proper license header to build/xtask/src/print.rs
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
steveklabnik and github-actions[bot] committed Nov 2, 2022
1 parent 79b18a5 commit 632d9d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/xtask/src/print.rs
@@ -1,3 +1,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

use std::path::Path;

use anyhow::{bail, Context, Error, Result};
Expand Down

0 comments on commit 632d9d6

Please sign in to comment.