aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-07 10:16:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-07 10:16:35 +0000
commit3944e65c5d39842b33aa2a326b33f023f6463fbd (patch)
treef353f6fc5d7875b14c5ea690b9c31692284a10c0 /monitor-edid
parent07c2161a1bb4a21eddd05ba1dc193258c8dd2bfd (diff)
downloadmonitor-edid-3944e65c5d39842b33aa2a326b33f023f6463fbd.tar
monitor-edid-3944e65c5d39842b33aa2a326b33f023f6463fbd.tar.gz
monitor-edid-3944e65c5d39842b33aa2a326b33f023f6463fbd.tar.bz2
monitor-edid-3944e65c5d39842b33aa2a326b33f023f6463fbd.tar.xz
monitor-edid-3944e65c5d39842b33aa2a326b33f023f6463fbd.zip
- change license from LGPLv2+ to GPLv3+
Diffstat (limited to 'monitor-edid')
-rwxr-xr-xmonitor-edid16
1 files changed, 16 insertions, 0 deletions
diff --git a/monitor-edid b/monitor-edid
index 07218f7..89f7516 100755
--- a/monitor-edid
+++ b/monitor-edid
@@ -1,5 +1,21 @@
#!/usr/bin/perl
+# monitor-edid
+# Copyright (C) 2005-2008 Mandriva (pixel@mandriva.com)
+#
+# 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 3 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
use Getopt::Long;
my %opt = ('acpi-dir' => "/proc/acpi/video");