From 251900eef9cee985088783e760dbb7df05d1b533 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Sat, 7 Apr 2018 23:30:30 +0300 Subject: [PATCH] Add missing license headers --- stdborg.py | 4 ++++ stdplugins/testplugin.py | 4 ++++ uniborg/_core.py | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/stdborg.py b/stdborg.py index 4a23470..81143bb 100644 --- a/stdborg.py +++ b/stdborg.py @@ -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 http://mozilla.org/MPL/2.0/. + import logging from uniborg import Uniborg diff --git a/stdplugins/testplugin.py b/stdplugins/testplugin.py index 5635119..a7e8189 100644 --- a/stdplugins/testplugin.py +++ b/stdplugins/testplugin.py @@ -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 http://mozilla.org/MPL/2.0/. + from telethon import events @borg.on(events.NewMessage) diff --git a/uniborg/_core.py b/uniborg/_core.py index e69de29..5501cd4 100644 --- a/uniborg/_core.py +++ b/uniborg/_core.py @@ -0,0 +1,4 @@ +# 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 http://mozilla.org/MPL/2.0/. +