From ebe806e2b7736d25ee3a9402e4295d1eb5977881 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 16 Apr 2018 20:32:34 +0200 Subject: [PATCH] Add missing notice --- docs/source/sitemap.py | 18 ++++++++++++++++++ pyrogram/client/syncer.py | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/source/sitemap.py b/docs/source/sitemap.py index 338a4b8c..539bac0d 100644 --- a/docs/source/sitemap.py +++ b/docs/source/sitemap.py @@ -1,3 +1,21 @@ +# Pyrogram - Telegram MTProto API Client Library for Python +# Copyright (C) 2017-2018 Dan Tès +# +# This file is part of Pyrogram. +# +# Pyrogram is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pyrogram is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with Pyrogram. If not, see . + import datetime import os import re diff --git a/pyrogram/client/syncer.py b/pyrogram/client/syncer.py index 4589103b..e92f4084 100644 --- a/pyrogram/client/syncer.py +++ b/pyrogram/client/syncer.py @@ -1,3 +1,21 @@ +# Pyrogram - Telegram MTProto API Client Library for Python +# Copyright (C) 2017-2018 Dan Tès +# +# This file is part of Pyrogram. +# +# Pyrogram is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pyrogram is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with Pyrogram. If not, see . + import base64 import json import logging