From 44c0aa5626cd0d5b93c9e6e7cdec80191b83fcd8 Mon Sep 17 00:00:00 2001 From: augustuswm Date: Thu, 21 Mar 2024 21:34:19 -0500 Subject: [PATCH] Add license --- v-api-installer/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v-api-installer/src/lib.rs b/v-api-installer/src/lib.rs index 5609466..633333a 100644 --- a/v-api-installer/src/lib.rs +++ b/v-api-installer/src/lib.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 diesel::{ migration::{Migration, MigrationSource}, pg::Pg,