Remove MIT notice from bot event handlers
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-05-26 22:40:15 +00:00
parent 5f15e62c6d
commit d70df44d2a
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
/**
* In addition to the terms of the AGPL, portions of this file
* are governed by the terms of the MIT license, from the Rust Matrix
* SDK example code.
*/
use super::DiceBot;
use crate::db::sqlite::Database;
use crate::db::Rooms;