Commit 4e0ea000793f8fbfed563b502f971263df8cdbe5
1 parent
2062a068
Exists in
master
Removed GPL2 licence header from listctrl
Showing
1 changed file
with
0 additions
and
19 deletions
Show diff stats
invesalius/gui/widgets/listctrl.py
1 | -#-------------------------------------------------------------------------- | ||
2 | -# Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas | ||
3 | -# Copyright: (C) 2001 Centro de Pesquisas Renato Archer | ||
4 | -# Homepage: http://www.softwarepublico.gov.br | ||
5 | -# Contact: invesalius@cti.gov.br | ||
6 | -# License: GNU - GPL 2 (LICENSE.txt/LICENCA.txt) | ||
7 | -#-------------------------------------------------------------------------- | ||
8 | -# Este programa e software livre; voce pode redistribui-lo e/ou | ||
9 | -# modifica-lo sob os termos da Licenca Publica Geral GNU, conforme | ||
10 | -# publicada pela Free Software Foundation; de acordo com a versao 2 | ||
11 | -# da Licenca. | ||
12 | -# | ||
13 | -# Este programa eh distribuido na expectativa de ser util, mas SEM | ||
14 | -# QUALQUER GARANTIA; sem mesmo a garantia implicita de | ||
15 | -# COMERCIALIZACAO ou de ADEQUACAO A QUALQUER PROPOSITO EM | ||
16 | -# PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais | ||
17 | -# detalhes. | ||
18 | -#-------------------------------------------------------------------------- | ||
19 | - | ||
20 | #---------------------------------------------------------------------------- | 1 | #---------------------------------------------------------------------------- |
21 | # Name: wxPython.lib.mixins.listctrl | 2 | # Name: wxPython.lib.mixins.listctrl |
22 | # Purpose: Helpful mix-in classes for wxListCtrl | 3 | # Purpose: Helpful mix-in classes for wxListCtrl |