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 {