From: Jaroslav Kysela Date: Fri, 28 Nov 2008 10:15:02 +0000 (+0100) Subject: hda-analyzer - add licence X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bc64c3e34ad777a15f400a065dfcd7c9fdde08ff;p=alsa.git hda-analyzer - add licence --- diff --git a/hda-analyzer/hda_analyzer.py b/hda-analyzer/hda_analyzer.py index 3208f30..e463f13 100755 --- a/hda-analyzer/hda_analyzer.py +++ b/hda-analyzer/hda_analyzer.py @@ -1,4 +1,16 @@ #!/usr/bin/env python +# +# Copyright (c) 2008 by Jaroslav Kysela +# +# 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 diff --git a/hda-analyzer/hda_codec.py b/hda-analyzer/hda_codec.py index 083ac16..ca246b8 100644 --- a/hda-analyzer/hda_codec.py +++ b/hda-analyzer/hda_codec.py @@ -1,4 +1,16 @@ #!/usr/bin/env python +# +# Copyright (c) 2008 by Jaroslav Kysela +# +# 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 diff --git a/hda-analyzer/hda_proc.py b/hda-analyzer/hda_proc.py index 0628a59..b569905 100644 --- a/hda-analyzer/hda_proc.py +++ b/hda-analyzer/hda_proc.py @@ -1,4 +1,16 @@ #!/usr/bin/env python +# +# Copyright (c) 2008 by Jaroslav Kysela +# +# 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