From 6bdebf6ab5913dc9c325d6dbbf02a0f836fcd3ac Mon Sep 17 00:00:00 2001 From: augustuswm Date: Fri, 16 Feb 2024 11:42:17 -0600 Subject: [PATCH] More license fixes --- v-api/src/endpoints/handlers.rs | 4 ++++ v-model/src/schema.rs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/v-api/src/endpoints/handlers.rs b/v-api/src/endpoints/handlers.rs index 9e0358d..6bfce6a 100644 --- a/v-api/src/endpoints/handlers.rs +++ b/v-api/src/endpoints/handlers.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/. + #[rustfmt::skip] mod macros { #[macro_export] diff --git a/v-model/src/schema.rs b/v-model/src/schema.rs index ec85695..09b4fac 100644 --- a/v-model/src/schema.rs +++ b/v-model/src/schema.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/. + // @generated automatically by Diesel CLI. pub mod sql_types {