From bc64c3e34ad777a15f400a065dfcd7c9fdde08ff Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 28 Nov 2008 11:15:02 +0100 Subject: [PATCH] hda-analyzer - add licence --- hda-analyzer/hda_analyzer.py | 12 ++++++++++++ hda-analyzer/hda_codec.py | 12 ++++++++++++ hda-analyzer/hda_proc.py | 12 ++++++++++++ 3 files changed, 36 insertions(+) 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 -- 2.47.1