* [PATCH] i2c: Update the FSF address
@ 2012-03-08 17:37 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2012-03-08 17:37 UTC (permalink / raw)
To: Linux I2C
Signed-off-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
---
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-kf+aQKke1yb1KXRcyAk9cg@public.gmane.org>.
--- 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-kf+aQKke1yb1KXRcyAk9cg@public.gmane.org> 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-kf+aQKke1yb1KXRcyAk9cg@public.gmane.org> 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-kf+aQKke1yb1KXRcyAk9cg@public.gmane.org> 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-B0qZmFHriGg@public.gmane.org>, 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-kf+aQKke1yb1KXRcyAk9cg@public.gmane.org> and
* Frodo Looijaard <frodol-B0qZmFHriGg@public.gmane.org>, 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-B0qZmFHriGg@public.gmane.org> */
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-08 17:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 17:37 [PATCH] i2c: Update the FSF address Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).