diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-11-17 13:12:01 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-11-17 13:12:01 +0000 |
commit | 404e0742af7250010c2e1eced4672ae271f67afa (patch) | |
tree | 181868c495cda4b34c9133f58d5044ab3bd7ee58 | |
parent | 119b898012096f9094d3fde5936c0b85a854b150 (diff) | |
download | monitor-edid-404e0742af7250010c2e1eced4672ae271f67afa.tar monitor-edid-404e0742af7250010c2e1eced4672ae271f67afa.tar.gz monitor-edid-404e0742af7250010c2e1eced4672ae271f67afa.tar.bz2 monitor-edid-404e0742af7250010c2e1eced4672ae271f67afa.tar.xz monitor-edid-404e0742af7250010c2e1eced4672ae271f67afa.zip |
Add license information to monitor-parse-edid
-rwxr-xr-x | monitor-parse-edid | 15 |
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; |