__init__.py 943 B

12345678910111213141516171819
  1. ###############################################################################
  2. #
  3. # Copyright (C) 2014 Tom Kralidis (tomkralidis@gmail.com)
  4. #
  5. # This source is free software; you can redistribute it and/or modify it under
  6. # the terms of the GNU General Public License as published by the Free
  7. # Software Foundation; either version 2 of the License, or (at your option)
  8. # any later version.
  9. #
  10. # This code is distributed in the hope that it will be useful, but WITHOUT ANY
  11. # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  12. # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  13. # details.
  14. #
  15. # You should have received a copy of the GNU General Public License along
  16. # with this program; if not, write to the Free Software Foundation, Inc.,
  17. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  18. #
  19. ###############################################################################