~tjdomingue/freemix/freemix

« back to all changes in this revision

Viewing changes to src/controller.py

  • Committer: Luis de Bethencourt
  • Author(s): Luis de Bethencourt
  • Date: 2009-02-18 14:11:28 UTC
  • Revision ID: luisbg@rorschach-20090218141128-iwbzc24qhvweim7m
licensing and house cleaning fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
8
 
# the Free Software Foundation; either version 1, or (at your option)
 
8
# the Free Software Foundation; either version 2, or (at your option)
9
9
# any later version.
10
10
#
11
11
# This program is distributed in the hope that it will be useful,
15
15
#
16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program; if not, write to the Free Software
18
 
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
 
19
# USA
19
20
 
20
21
"""freemix controller class"""
21
22