[PATCH] i2c: Update the FSF address

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx>
---
 drivers/i2c/algos/i2c-algo-bit.c |    3 ++-
 drivers/i2c/algos/i2c-algo-pca.c |    3 ++-
 drivers/i2c/algos/i2c-algo-pcf.c |    3 ++-
 drivers/i2c/algos/i2c-algo-pcf.h |    3 ++-
 drivers/i2c/i2c-boardinfo.c      |    3 ++-
 drivers/i2c/i2c-core.c           |    3 ++-
 drivers/i2c/i2c-core.h           |    3 ++-
 drivers/i2c/i2c-dev.c            |    3 ++-
 drivers/i2c/i2c-smbus.c          |    3 ++-
 include/linux/i2c-algo-bit.h     |    3 ++-
 include/linux/i2c-algo-pcf.h     |    3 ++-
 include/linux/i2c-dev.h          |    3 ++-
 include/linux/i2c-mux.h          |    3 ++-
 include/linux/i2c-smbus.h        |    3 ++-
 include/linux/i2c.h              |    3 ++-
 15 files changed, 30 insertions(+), 15 deletions(-)

--- linux-3.3-rc6.orig/include/linux/i2c-dev.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/include/linux/i2c-dev.h	2012-03-08 11:00:55.822926805 +0100
@@ -16,7 +16,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.
 */
 
 #ifndef _LINUX_I2C_DEV_H
--- linux-3.3-rc6.orig/drivers/i2c/i2c-boardinfo.c	2012-01-06 11:21:10.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/i2c-boardinfo.c	2012-03-08 18:03:42.784923280 +0100
@@ -13,7 +13,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
  */
 
 #include <linux/kernel.h>
--- linux-3.3-rc6.orig/drivers/i2c/i2c-core.c	2012-03-07 22:49:14.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/i2c-core.c	2012-03-08 18:03:28.805923073 +0100
@@ -14,7 +14,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.		     */
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.							     */
 /* ------------------------------------------------------------------------- */
 
 /* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx>.
--- linux-3.3-rc6.orig/drivers/i2c/i2c-core.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/drivers/i2c/i2c-core.h	2012-03-08 18:02:59.437922634 +0100
@@ -13,7 +13,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
  */
 
 #include <linux/rwsem.h>
--- linux-3.3-rc6.orig/drivers/i2c/i2c-dev.c	2012-03-07 22:49:14.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/i2c-dev.c	2012-03-08 18:02:53.493922543 +0100
@@ -17,7 +17,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.
 */
 
 /* Note that this is a complete rewrite of Simon Vogl's i2c-dev module.
--- linux-3.3-rc6.orig/drivers/i2c/i2c-smbus.c	2012-02-14 10:16:13.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/i2c-smbus.c	2012-03-08 18:01:56.636921707 +0100
@@ -16,7 +16,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
  */
 
 #include <linux/kernel.h>
--- linux-3.3-rc6.orig/include/linux/i2c-algo-bit.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/include/linux/i2c-algo-bit.h	2012-03-08 18:04:21.274923809 +0100
@@ -15,7 +15,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.							     */
 /* ------------------------------------------------------------------------- */
 
 /* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
--- linux-3.3-rc6.orig/include/linux/i2c-algo-pcf.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/include/linux/i2c-algo-pcf.h	2012-03-08 18:04:17.258923771 +0100
@@ -16,7 +16,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.							     */
 /* ------------------------------------------------------------------------- */
 
 /* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
--- linux-3.3-rc6.orig/include/linux/i2c-mux.h	2012-03-07 23:11:31.000000000 +0100
+++ linux-3.3-rc6/include/linux/i2c-mux.h	2012-03-08 18:03:59.350923527 +0100
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
  */
 
 #ifndef _LINUX_I2C_MUX_H
--- linux-3.3-rc6.orig/include/linux/i2c-smbus.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/include/linux/i2c-smbus.h	2012-03-08 18:03:54.718923457 +0100
@@ -15,7 +15,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
  */
 
 #ifndef _LINUX_I2C_SMBUS_H
--- linux-3.3-rc6.orig/include/linux/i2c.h	2012-01-20 14:06:40.000000000 +0100
+++ linux-3.3-rc6/include/linux/i2c.h	2012-03-08 18:04:11.506923706 +0100
@@ -17,7 +17,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.		     */
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.							     */
 /* ------------------------------------------------------------------------- */
 
 /* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and
--- linux-3.3-rc6.orig/drivers/i2c/algos/i2c-algo-bit.c	2012-01-06 11:21:10.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/algos/i2c-algo-bit.c	2012-03-08 18:21:38.956164440 +0100
@@ -15,7 +15,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.
  * ------------------------------------------------------------------------- */
 
 /* With some changes from Frodo Looijaard <frodol@xxxxxx>, Kyösti Mälkki
--- linux-3.3-rc6.orig/drivers/i2c/algos/i2c-algo-pca.c	2012-01-06 11:21:10.000000000 +0100
+++ linux-3.3-rc6/drivers/i2c/algos/i2c-algo-pca.c	2012-03-08 18:19:28.591071934 +0100
@@ -15,7 +15,8 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301 USA.
  */
 
 #include <linux/kernel.h>
--- linux-3.3-rc6.orig/drivers/i2c/algos/i2c-algo-pcf.c	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/drivers/i2c/algos/i2c-algo-pcf.c	2012-03-08 18:19:20.538071798 +0100
@@ -16,7 +16,8 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301 USA.
  *
  * With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and
  * Frodo Looijaard <frodol@xxxxxx>, and also from Martin Bailey
--- linux-3.3-rc6.orig/drivers/i2c/algos/i2c-algo-pcf.h	2011-07-22 04:17:23.000000000 +0200
+++ linux-3.3-rc6/drivers/i2c/algos/i2c-algo-pcf.h	2012-03-08 18:18:28.953071095 +0100
@@ -16,7 +16,8 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.		*/
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.							*/
 /* --------------------------------------------------------------------	*/
 
 /* With some changes from Frodo Looijaard <frodol@xxxxxx> */


-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux