diff options
| -rw-r--r-- | aslclass.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aslclass.py b/aslclass.py index 448053f..5fb9279 100644 --- a/aslclass.py +++ b/aslclass.py @@ -1,3 +1,9 @@ + +# Copyright 2013 Aditya Naik +# Licensed under the Apache License, Version 2.0 +# http://www.apache.org/licenses/LICENSE-2.0 + + import sys import os import msvcrt |
