summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Sindholt <opensource@zhasha.com>2009-10-15 04:07:57 +0200
committerJoakim Sindholt <opensource@zhasha.com>2009-10-15 04:07:57 +0200
commitce435308b6d6eeb391ca563a8495eeeca9919bd9 (patch)
tree33925b0089d6658ce3bcfeba5352290edb00a350
parent04356a7d70d50813bc209311c034969b6dd5644a (diff)
doc2xml: add license to radeonreg.py
-rwxr-xr-xdoc2xml/radeonreg.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc2xml/radeonreg.py b/doc2xml/radeonreg.py
index 3626366..81e8f2f 100755
--- a/doc2xml/radeonreg.py
+++ b/doc2xml/radeonreg.py
@@ -1,6 +1,29 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+"""
+ Copyright 2009 Joakim Sindholt <opensource@zhasha.com>
+ Corbin Simpson <MostAwesomeDude@gmail.com>
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ on the rights to use, copy, modify, merge, publish, distribute, sub
+ license, and/or sell copies of the Software, and to permit persons to whom
+ the Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the next
+ paragraph) shall be included in all copies or substantial portions of the
+ Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+ USE OR OTHER DEALINGS IN THE SOFTWARE. """
+
import itertools
import re