Browse Source

ddcmon: Merge copyright information

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6226 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v4.0
Jean Delvare 12 years ago
parent
commit
8314b6fc26
  1. 6
      eeprom/ddcmon

6
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.

Loading…
Cancel
Save