Mercurial > touhou
comparison eclviewer.py @ 52:ab826bc29aa2
Add some documentation, GPLv3 headers, README and COPYING file.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 22 Aug 2011 22:37:14 +0200 |
parents | 811cefefb5c8 |
children | 3da4de9decd0 |
comparison
equal
deleted
inserted
replaced
51:0707ff53e7b5 | 52:ab826bc29aa2 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # -*- encoding: utf-8 -*- | |
3 ## | |
4 ## Copyright (C) 2011 Thibaut Girka <thib@sitedethib.com> | |
5 ## | |
6 ## This program is free software; you can redistribute it and/or modify | |
7 ## it under the terms of the GNU General Public License as published | |
8 ## by the Free Software Foundation; version 3 only. | |
9 ## | |
10 ## This program is distributed in the hope that it will be useful, | |
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 ## GNU General Public License for more details. | |
14 ## | |
2 | 15 |
3 import sys | 16 import sys |
4 import os | 17 import os |
5 | 18 |
6 import struct | 19 import struct |