aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmonitor-parse-edid15
1 files changed, 15 insertions, 0 deletions
diff --git a/monitor-parse-edid b/monitor-parse-edid
index f559136..c2d0973 100755
--- a/monitor-parse-edid
+++ b/monitor-parse-edid
@@ -1,4 +1,19 @@
#!/usr/bin/perl
+# Copyright (C) 2005-2009 by Mandriva SA
+# Pascal Rigaux
+#
+# 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, 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/>.
my @CVT_ratios = qw(5/4 4/3 3/2 16/10 15/9 16/9);
my @known_ratios = @CVT_ratios;