add copyright to db/ido/mod.rs
This commit is contained in:
parent
62b8fb6436
commit
0aa4d1c530
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
// Copyright (C) 2024-2026 Whiterun LLC
|
||||||
|
//
|
||||||
|
// This software is licensed under the GNU Affero General Public License (AGPL), version 3.0 or later.
|
||||||
|
// A copy of the license can be found in the LICENSE file or at https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use log::{info,warn,debug};
|
use log::{info,warn,debug};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue