Commit 5694f8a888f8f69a562e4cf939eed81ca7a5ecf2

Authored by Jean Delvare
Committed by Jean Delvare
1 parent de05497aab

i2c: Update the FSF address

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

Showing 15 changed files with 30 additions and 15 deletions Side-by-side Diff

drivers/i2c/algos/i2c-algo-bit.c
... ... @@ -15,7 +15,8 @@
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
drivers/i2c/algos/i2c-algo-pca.c
... ... @@ -15,7 +15,8 @@
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>
drivers/i2c/algos/i2c-algo-pcf.c
... ... @@ -16,7 +16,8 @@
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
drivers/i2c/algos/i2c-algo-pcf.h
... ... @@ -16,7 +16,8 @@
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> */
drivers/i2c/i2c-boardinfo.c
... ... @@ -13,7 +13,8 @@
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>
drivers/i2c/i2c-core.c
... ... @@ -14,7 +14,8 @@
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>.
drivers/i2c/i2c-core.h
... ... @@ -13,7 +13,8 @@
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>
drivers/i2c/i2c-dev.c
... ... @@ -17,7 +17,8 @@
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.
drivers/i2c/i2c-smbus.c
... ... @@ -16,7 +16,8 @@
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>
include/linux/i2c-algo-bit.h
... ... @@ -15,7 +15,8 @@
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
include/linux/i2c-algo-pcf.h
... ... @@ -16,7 +16,8 @@
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
include/linux/i2c-dev.h
... ... @@ -16,7 +16,8 @@
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
include/linux/i2c-mux.h
... ... @@ -18,7 +18,8 @@
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
include/linux/i2c-smbus.h
... ... @@ -15,7 +15,8 @@
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
... ... @@ -17,7 +17,8 @@
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