|
1 | 1 | #!/usr/bin/env python
|
2 | 2 |
|
3 |
| -# Permission is hereby granted, free of charge, to any person obtaining |
4 |
| -# a copy of this software and associated documentation files (the |
5 |
| -# "Software"), to deal in the Software without restriction, including |
6 |
| -# without limitation the rights to use, copy, modify, merge, publish, |
7 |
| -# distribute, sublicense, and/or sell copies of the Software, and to |
8 |
| -# permit persons to whom the Software is furnished to do so, as long as |
9 |
| -# any reuse or further development of the software attributes the |
10 |
| -# National Geospatial-Intelligence Agency (NGA) authorship as follows: |
11 |
| -# 'This software (gamification-server) |
12 |
| -# is provided to the public as a courtesy of the National |
13 |
| -# Geospatial-Intelligence Agency. |
14 |
| -# |
15 |
| -# The above copyright notice and this permission notice shall be |
16 |
| -# included in all copies or substantial portions of the Software. |
17 |
| -# |
18 |
| -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
19 |
| -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
20 |
| -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
21 |
| -# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
22 |
| -# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
23 |
| -# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
24 |
| -# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
25 |
| - |
26 |
| - |
27 | 3 | import os, sys
|
28 | 4 |
|
29 | 5 | if __name__ == "__main__":
|
|
0 commit comments