From d70df44d2a992cebab0d1c40d288f8f1538bcefa Mon Sep 17 00:00:00 2001 From: projectmoon Date: Wed, 26 May 2021 22:40:15 +0000 Subject: [PATCH] Remove MIT notice from bot event handlers --- src/bot/event_handlers.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bot/event_handlers.rs b/src/bot/event_handlers.rs index d4f1ab5..248611d 100644 --- a/src/bot/event_handlers.rs +++ b/src/bot/event_handlers.rs @@ -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;