Changeset 5164
- Timestamp:
- 03/26/08 14:48:21 (5 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 11 modified
-
eeprom/ddcmon (modified) (1 diff)
-
eeprom/decode-dimms (modified) (1 diff)
-
eeprom/decode-edid (modified) (1 diff)
-
eeprom/decode-vaio (modified) (1 diff)
-
include/linux/i2c-dev.h (modified) (1 diff)
-
tools/i2cbusses.c (modified) (1 diff)
-
tools/i2cbusses.h (modified) (1 diff)
-
tools/i2cdetect.c (modified) (1 diff)
-
tools/i2cdump.c (modified) (1 diff)
-
tools/i2cget.c (modified) (1 diff)
-
tools/i2cset.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/ddcmon
r5162 r5164 24 24 # You should have received a copy of the GNU General Public License 25 25 # along with this program; if not, write to the Free Software 26 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 27 # MA 02110-1301 USA. 27 28 # 28 29 # Version 1.0 2005-01-04 Jean Delvare <khali@linux-fr.org> -
i2c-tools/trunk/eeprom/decode-dimms
r5162 r5164 20 20 # You should have received a copy of the GNU General Public License 21 21 # along with this program; if not, write to the Free Software 22 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 23 # MA 02110-1301 USA. 23 24 # 24 25 # -
i2c-tools/trunk/eeprom/decode-edid
r5162 r5164 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 # MA 02110-1301 USA. 18 19 # 19 20 # Version 0.1 2003-07-17 Jean Delvare <khali@linux-fr.org> -
i2c-tools/trunk/eeprom/decode-vaio
r5162 r5164 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 # MA 02110-1301 USA. 18 19 # 19 20 # Version 0.1 2002-02-06 Jean Delvare <khali@linux-fr.org> -
i2c-tools/trunk/include/linux/i2c-dev.h
r4948 r5164 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
i2c-tools/trunk/tools/i2cbusses.c
r4862 r5164 18 18 You should have received a copy of the GNU General Public License 19 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 MA 02110-1301 USA. 21 22 */ 22 23 -
i2c-tools/trunk/tools/i2cbusses.h
r4488 r5164 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
i2c-tools/trunk/tools/i2cdetect.c
r4948 r5164 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
i2c-tools/trunk/tools/i2cdump.c
r5151 r5164 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
i2c-tools/trunk/tools/i2cget.c
r4948 r5164 20 20 You should have received a copy of the GNU General Public License 21 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 23 MA 02110-1301 USA. 23 24 */ 24 25 -
i2c-tools/trunk/tools/i2cset.c
r5001 r5164 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22
