--- a/plugins/parsers.py +++ b/plugins/parsers.py @@ -1,4 +1,11 @@ #!/usr/bin/python + +''' +This software is licensed under the GPL (GNU General Public License) version 2 +as it appears here: http://www.gnu.org/copyleft/gpl.html +It is also included with this archive as `gpl.txt <gpl.txt>`_. +''' + import bisect import compiler import compiler.ast