dialogs/AboutDialog.py
changeset 1628 6309efe91289
parent 1612 bd03e1217fa5
child 1736 7e61baa047f0
equal deleted inserted replaced
1627:c431d64589ef 1628:6309efe91289
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 
     3 
       
     4 # This file is part of Beremiz, a Integrated Development Environment for
       
     5 # programming IEC 61131-3 automates supporting plcopen standard and CanFestival.
       
     6 # This file is based on code written for Whyteboard project.
       
     7 #
     4 # Copyright (c) 2009, 2010 by Steven Sproat
     8 # Copyright (c) 2009, 2010 by Steven Sproat
       
     9 # Copyright (c) 2016 by Andrey Skvortsov <andrej.skvortzov@gmail.com>
     5 #
    10 #
     6 # GNU General Public Licence (GPL)
    11 # See COPYING file for copyrights details.
     7 #
    12 #
     8 # Whyteboard is free software; you can redistribute it and/or modify it under
    13 # This program is free software; you can redistribute it and/or
     9 # the terms of the GNU General Public License as published by the Free Software
    14 # modify it under the terms of the GNU General Public License
    10 # Foundation; either version 3 of the License, or (at your option) any later
    15 # as published by the Free Software Foundation; either version 2
    11 # version.
    16 # of the License, or (at your option) any later version.
    12 # Whyteboard is distributed in the hope that it will be useful, but WITHOUT
    17 #
    13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    18 # This program is distributed in the hope that it will be useful,
    14 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    15 # details.
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 # You should have received a copy of the GNU General Public License along with
    21 # GNU General Public License for more details.
    17 # Whyteboard; if not, write to the Free Software Foundation, Inc., 59 Temple
    22 #
    18 # Place, Suite 330, Boston, MA  02111-1307  USA
    23 # You should have received a copy of the GNU General Public License
       
    24 # along with this program; if not, write to the Free Software
       
    25 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
       
    26 #
    19 
    27 
    20 
    28 
    21 """
    29 """
    22 This module contains classes extended from wx.Dialog used by the GUI.
    30 This module contains classes extended from wx.Dialog used by the GUI.
    23 """
    31 """