| 123456789101112131415161718192021 | #!/usr/bin/python3# -*- coding: iso-8859-15 -*-"""This file is part of the cintruder project, https://cintruder.03c8.netCopyright (c) 2012/2020 psy <epsylon@riseup.net>cintruder is free software; you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the FreeSoftware Foundation version 3 of the License.cintruder is distributed in the hope that it will be useful, but WITHOUT ANYWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESSFOR A PARTICULAR PURPOSE.  See the GNU General Public License for moredetails.You should have received a copy of the GNU General Public License alongwith cintruder; if not, write to the Free Software Foundation, Inc., 51Franklin St, Fifth Floor, Boston, MA  02110-1301  USA"""
 |