summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-02-19 14:03:26 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-02-19 14:03:26 +0000
commit0a2ab8b6e12b7401c4e6dacfcc45a37e1f7f11ec (patch)
tree56f17550aa05f10901d0b036b28965db4a416839
parentf619a5d1361af7e403e100117d2b8b7c9c880edd (diff)
downloadi2c-tools-0a2ab8b6e12b7401c4e6dacfcc45a37e1f7f11ec.tar.gz
ddcmon: Merge copyright information
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6226 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xeeprom/ddcmon6
1 files changed, 2 insertions, 4 deletions
diff --git a/eeprom/ddcmon b/eeprom/ddcmon
index f671a9e..2d31e22 100755
--- a/eeprom/ddcmon
+++ b/eeprom/ddcmon
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2004-2005 Jean Delvare <jdelvare@suse.de>
+# Copyright (C) 2004-2008 Jean Delvare <jdelvare@suse.de>
#
# Parts inspired from decode-edid.
-# Copyright (C) 2003-2004 Jean Delvare <jdelvare@suse.de>
+# Copyright (C) 2003-2004 Jean Delvare
#
# Parts inspired from the ddcmon driver and sensors' print_ddcmon function.
# Copyright (C) 1998-2004 Mark D. Studebaker
@@ -26,8 +26,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
#
-# Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
-#
# This script is a replacement for the now deprecated ddcmon kernel driver.
# Instead of having a dedicated driver, it is better to reuse the standard
# eeprom driver and implement the EDID-specific code in user-space.