Skip to content

Commit

Permalink
More license fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Feb 16, 2024
1 parent 681ee68 commit 6bdebf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v-api/src/endpoints/handlers.rs
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 4 additions & 0 deletions v-model/src/schema.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 6bdebf6

Please sign in to comment.