Changeset 5164 for i2c-tools/trunk/tools
- Timestamp:
- 03/26/08 14:48:21 (4 years ago)
- Location:
- i2c-tools/trunk/tools
- Files:
-
- 6 modified
-
i2cbusses.c (modified) (1 diff)
-
i2cbusses.h (modified) (1 diff)
-
i2cdetect.c (modified) (1 diff)
-
i2cdump.c (modified) (1 diff)
-
i2cget.c (modified) (1 diff)
-
i2cset.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
