[GRASS-SVN] r52334 - grass-addons/grass7/gui/wxpython/wx.vnet/vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 6 17:30:22 PDT 2012
Author: martinl
Date: 2012-07-06 17:30:21 -0700 (Fri, 06 Jul 2012)
New Revision: 52334
Modified:
grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialog.py
grass-addons/grass7/gui/wxpython/wx.vnet/vnet/toolbars.py
grass-addons/grass7/gui/wxpython/wx.vnet/vnet/widgets.py
Log:
wx.vnet: add missing copyright (header)
Modified: grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialog.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialog.py 2012-07-07 00:25:24 UTC (rev 52333)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialog.py 2012-07-07 00:30:21 UTC (rev 52334)
@@ -8,11 +8,12 @@
- dialog::SettingsDialog
- dialog::AddLayerDialog
+(C) 2012 by the GRASS Development Team
+
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
- at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012)
- at author Martin Landa <landa.martin gmail.com> (mentor)
+ at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012, mentor: Martin Landa)
"""
import os
@@ -712,4 +713,4 @@
flag = wx.ALIGN_RIGHT | wx.ALL, border = 5)
self.panel.SetSizer(sizer)
- sizer.Fit(self)
\ No newline at end of file
+ sizer.Fit(self)
Modified: grass-addons/grass7/gui/wxpython/wx.vnet/vnet/toolbars.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/vnet/toolbars.py 2012-07-07 00:25:24 UTC (rev 52333)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/vnet/toolbars.py 2012-07-07 00:30:21 UTC (rev 52334)
@@ -7,11 +7,12 @@
- toolbars::PointListToolbar
- toolbars::MainToolbar
+(C) 2012 by the GRASS Development Team
+
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
- at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012)
- at author Martin Landa <landa.martin gmail.com> (mentor)
+ at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012, mentor: Martin Landa)
"""
import wx
@@ -97,4 +98,4 @@
self.parent.OnSettings),
("quit", BaseIcons['quit'],
self.parent.OnCloseDialog)
- ))
\ No newline at end of file
+ ))
Modified: grass-addons/grass7/gui/wxpython/wx.vnet/vnet/widgets.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/vnet/widgets.py 2012-07-07 00:25:24 UTC (rev 52333)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/vnet/widgets.py 2012-07-07 00:30:21 UTC (rev 52334)
@@ -7,11 +7,12 @@
- widgets::PointsList
- widgets::EditItem
+(C) 2012 by the GRASS Development Team
+
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
- at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012)
- at author Martin Landa <landa.martin gmail.com> (mentor)
+ at author Stepan Turek <stepan.turek seznam.cz> (GSoC 2012, mentor: Martin Landa)
"""
import os
@@ -434,4 +435,4 @@
return []
iField += 1
- return self.data
\ No newline at end of file
+ return self.data
More information about the grass-commit
mailing list