]> git.alsa-project.org Git - alsa.git/commitdiff
hda-analyzer - add licence
authorJaroslav Kysela <perex@t61.perex-int.cz>
Fri, 28 Nov 2008 10:15:02 +0000 (11:15 +0100)
committerJaroslav Kysela <perex@t61.perex-int.cz>
Fri, 28 Nov 2008 10:15:02 +0000 (11:15 +0100)
hda-analyzer/hda_analyzer.py
hda-analyzer/hda_codec.py
hda-analyzer/hda_proc.py

index 3208f30a2d05b89bbfbae032d9816aa49b609a50..e463f132214d2d25235ce161ad22da874e3d97ca 100755 (executable)
@@ -1,4 +1,16 @@
 #!/usr/bin/env python
+#
+# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 
 import gobject
 import gtk
index 083ac169766e4a6ed278e56cf5b84aef4f4cdbdb..ca246b8cc954728b255ae893b64b29af292eae6e 100644 (file)
@@ -1,4 +1,16 @@
 #!/usr/bin/env python
+#
+# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 
 import os
 import struct
index 0628a59e2a7a86a21f154df7007674c2cf6099d3..b569905c868b7d1cdd10eb4539605ba8fae52128 100644 (file)
@@ -1,4 +1,16 @@
 #!/usr/bin/env python
+#
+# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 
 from dircache import listdir