~romaia/stoq/translations

« back to all changes in this revision

Viewing changes to stoq/gui/inventory/inventory.py

  • Committer: jdahlin at com
  • Date: 2011-02-08 13:46:59 UTC
  • Revision ID: jdahlin@async.com.br-20110208134659-kpi1ldimbabme1j0
Remove individual authors

Most people do no longer work on the project, so there's no use in
displaying them in the copyright header. Besides we're using a
versioning control system which can be used if anyone really want to know
who wrote the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
## along with this program; if not, write to the Free Software
20
20
## Foundation, Inc., or visit: http://www.gnu.org/.
21
21
##
22
 
## Author(s):   Evandro Vale Miquelito      <evandro@async.com.br>
23
 
##              Johan Dahlin                <jdahlin@async.com.br>
24
 
##              George Kussumoto            <george@async.com.br>
 
22
## Author(s): Stoq Team <stoq-devel@async.com.br>
25
23
##
26
24
""" Main gui definition for inventory application. """
27
25