From 632d9d6868aecaff84f9043d1e8c52de31ba094c Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 2 Nov 2022 13:53:40 -0500 Subject: [PATCH] Add proper license header to build/xtask/src/print.rs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build/xtask/src/print.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/xtask/src/print.rs b/build/xtask/src/print.rs index 048c120afd..675feac6e7 100644 --- a/build/xtask/src/print.rs +++ b/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};