Skip to content

Commit

Permalink
Add license stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Jun 21, 2024
1 parent 6a7b8ae commit efe9660
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oximeter/timeseries-macro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit efe9660

Please sign in to comment.