aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-02-19 14:03:26 +0000
committerJean Delvare <jdelvare@suse.de>2014-02-19 14:03:26 +0000
commit8314b6fc265a5e49165a9287aaeb88990a4385a5 (patch)
tree56f17550aa05f10901d0b036b28965db4a416839
parent4bbad0fae1d8f21ef2fe71268984d3b7c618c15c (diff)
downloadi2c-tools-8314b6fc265a5e49165a9287aaeb88990a4385a5.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.