diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 17:20:11 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 17:20:11 +0000 |
commit | d534a56d95bca7bdd812be024d9eacba4734e2b7 (patch) | |
tree | f9b98ee2b80e645a7b54e7934882be6c9f73c165 /python/test.py | |
parent | 61ccc86fdf06f12cb72a8b7e65286f812cf62154 (diff) | |
download | libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.gz libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.bz2 libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.xz libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.zip |
Many changes: tabconv'd the C++ code, added a license, BSD, and docs.
Diffstat (limited to '')
-rwxr-xr-x | python/test.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/test.py b/python/test.py index 0057fbf..be58519 100755 --- a/python/test.py +++ b/python/test.py | |||
@@ -1,4 +1,10 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # | ||
3 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
4 | # | ||
5 | # This file is part of the libgats library and is released under the | ||
6 | # terms of the license contained in the file LICENSE. | ||
7 | # | ||
2 | 8 | ||
3 | import gats | 9 | import gats |
4 | 10 | ||