Add copyright headers/notices
Annotate for file /include.py
2022-02-20 E. 1 # irgramd: IRC-Telegram gateway
01:25:27 ' 2 # include.py: Constants and other definitions to be included in other files
' 3 #
' 4 # Copyright (c) 2020-2022 E. Bosch <presidev@AT@gmail.com>
' 5 #
' 6 # Use of this source code is governed by a MIT style license that
' 7 # can be found in the LICENSE file included in this project.
2021-01-27 E. 8
19:51:33 ' 9 # Constants
' 10
' 11 VERSION = '0.1'
' 12 NICK_MAX_LENGTH = 20
' 13 CHAN_MAX_LENGHT = 50