Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: Update the FSF address

Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Jean Delvare and committed by
Jean Delvare
5694f8a8 de05497a

+30 -15
+2 -1
drivers/i2c/algos/i2c-algo-bit.c
··· 15 15 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 21 22 /* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki
+2 -1
drivers/i2c/algos/i2c-algo-pca.c
··· 15 15 * 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 21 22 #include <linux/kernel.h>
+2 -1
drivers/i2c/algos/i2c-algo-pcf.c
··· 16 16 * 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 * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 22 23 * Frodo Looijaard <frodol@dds.nl>, and also from Martin Bailey
+2 -1
drivers/i2c/algos/i2c-algo-pcf.h
··· 16 16 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 22 23 /* With some changes from Frodo Looijaard <frodol@dds.nl> */
+2 -1
drivers/i2c/i2c-boardinfo.c
··· 13 13 * 14 14 * You should have received a copy of the GNU General Public License 15 15 * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 + * MA 02110-1301 USA. 17 18 */ 18 19 19 20 #include <linux/kernel.h>
+2 -1
drivers/i2c/i2c-core.c
··· 14 14 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 20 21 /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>.
+2 -1
drivers/i2c/i2c-core.h
··· 13 13 * 14 14 * You should have received a copy of the GNU General Public License 15 15 * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 + * MA 02110-1301 USA. 17 18 */ 18 19 19 20 #include <linux/rwsem.h>
+2 -1
drivers/i2c/i2c-dev.c
··· 17 17 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 23 24 /* Note that this is a complete rewrite of Simon Vogl's i2c-dev module.
+2 -1
drivers/i2c/i2c-smbus.c
··· 16 16 * 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 22 23 #include <linux/kernel.h>
+2 -1
include/linux/i2c-algo-bit.h
··· 15 15 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 21 22 /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
+2 -1
include/linux/i2c-algo-pcf.h
··· 16 16 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 22 23 /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
+2 -1
include/linux/i2c-dev.h
··· 16 16 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 22 23 #ifndef _LINUX_I2C_DEV_H
+2 -1
include/linux/i2c-mux.h
··· 18 18 * 19 19 * You should have received a copy of the GNU General Public License 20 20 * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 22 + * MA 02110-1301 USA. 22 23 */ 23 24 24 25 #ifndef _LINUX_I2C_MUX_H
+2 -1
include/linux/i2c-smbus.h
··· 15 15 * 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 21 22 #ifndef _LINUX_I2C_SMBUS_H
+2 -1
include/linux/i2c.h
··· 17 17 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 23 24 /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and