From 3944e65c5d39842b33aa2a326b33f023f6463fbd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 7 Apr 2008 10:16:35 +0000 Subject: - change license from LGPLv2+ to GPLv3+ --- monitor-edid | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'monitor-edid') 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 . + use Getopt::Long; my %opt = ('acpi-dir' => "/proc/acpi/video"); -- cgit v1.2.1