From efe9660f9e6978e05aec5fdd69404d818078d8db Mon Sep 17 00:00:00 2001 From: Benjamin Naecker Date: Fri, 21 Jun 2024 21:31:05 +0000 Subject: [PATCH] Add license stanza --- oximeter/timeseries-macro/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/oximeter/timeseries-macro/src/lib.rs b/oximeter/timeseries-macro/src/lib.rs index ec76233a4b3..317a8533a4a 100644 --- a/oximeter/timeseries-macro/src/lib.rs +++ b/oximeter/timeseries-macro/src/lib.rs @@ -1,3 +1,11 @@ +// 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/. + +// Copyright 2024 Oxide Computer Company + +//! Procedural macro to emi Rust code matching a TOML timeseries definition. + extern crate proc_macro; use oximeter_impl::schema::SCHEMA_DIRECTORY;