From 04d32adf9f8c047a5fdd150814adaa0967728937 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 23 Jan 2008 18:18:46 +0000 Subject: update FSF postal address (Jeremy Laine) git-svn-id: https://svn.gnumonks.org/trunk/librfid@2041 e0336214-984f-0b4b-a45f-81c69e1f0ede --- COPYING | 4 ++-- pegoda/pegoda.c | 2 +- pegoda/pegoda.h | 2 +- python/pyrfid.c | 2 +- python/test.py | 2 +- src/libusb_dyn.c | 2 +- src/rfid.c | 2 +- src/rfid_asic_rc632.c | 2 +- src/rfid_iso14443_common.c | 2 +- src/rfid_layer2.c | 2 +- src/rfid_layer2_iso14443a.c | 2 +- src/rfid_layer2_iso14443b.c | 2 +- src/rfid_layer2_iso15693.c | 2 +- src/rfid_proto_mifare_classic.c | 2 +- src/rfid_proto_mifare_ul.c | 2 +- src/rfid_proto_tcl.c | 2 +- src/rfid_protocol.c | 2 +- src/rfid_reader.c | 2 +- src/rfid_reader_cm5121.c | 2 +- src/rfid_reader_openpcd.c | 2 +- src/rfid_scan.c | 2 +- utils/librfid-tool.c | 2 +- utils/mifare-tool.c | 2 +- utils/send_script.c | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/COPYING b/COPYING index 60549be..2098016 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. diff --git a/pegoda/pegoda.c b/pegoda/pegoda.c index 8b73755..7422efe 100644 --- a/pegoda/pegoda.c +++ b/pegoda/pegoda.c @@ -12,7 +12,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/pegoda/pegoda.h b/pegoda/pegoda.h index 236dc0a..0f250a6 100644 --- a/pegoda/pegoda.h +++ b/pegoda/pegoda.h @@ -14,7 +14,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define USB_VENDOR_PHILIPS 0x0742 diff --git a/python/pyrfid.c b/python/pyrfid.c index 2bcde61..261dfc9 100644 --- a/python/pyrfid.c +++ b/python/pyrfid.c @@ -12,7 +12,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/python/test.py b/python/test.py index 2e258b6..4dc46ba 100644 --- a/python/test.py +++ b/python/test.py @@ -13,7 +13,7 @@ #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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + #Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA import pyrfid diff --git a/src/libusb_dyn.c b/src/libusb_dyn.c index 78acc49..d65d909 100644 --- a/src/libusb_dyn.c +++ b/src/libusb_dyn.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/src/rfid.c b/src/rfid.c index a38171f..c2a86c5 100644 --- a/src/rfid.c +++ b/src/rfid.c @@ -12,7 +12,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include diff --git a/src/rfid_asic_rc632.c b/src/rfid_asic_rc632.c index 6fa4ee3..0ba4dc5 100644 --- a/src/rfid_asic_rc632.c +++ b/src/rfid_asic_rc632.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_iso14443_common.c b/src/rfid_iso14443_common.c index 38fed6b..f72d44c 100644 --- a/src/rfid_iso14443_common.c +++ b/src/rfid_iso14443_common.c @@ -11,7 +11,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/src/rfid_layer2.c b/src/rfid_layer2.c index 2bbd037..bc5a4ec 100644 --- a/src/rfid_layer2.c +++ b/src/rfid_layer2.c @@ -14,7 +14,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_layer2_iso14443a.c b/src/rfid_layer2_iso14443a.c index f39aa80..66914db 100644 --- a/src/rfid_layer2_iso14443a.c +++ b/src/rfid_layer2_iso14443a.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_layer2_iso14443b.c b/src/rfid_layer2_iso14443b.c index e5fb151..2523204 100644 --- a/src/rfid_layer2_iso14443b.c +++ b/src/rfid_layer2_iso14443b.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_layer2_iso15693.c b/src/rfid_layer2_iso15693.c index f5da8c2..7c988db 100644 --- a/src/rfid_layer2_iso15693.c +++ b/src/rfid_layer2_iso15693.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_proto_mifare_classic.c b/src/rfid_proto_mifare_classic.c index 004e002..e981e51 100644 --- a/src/rfid_proto_mifare_classic.c +++ b/src/rfid_proto_mifare_classic.c @@ -17,7 +17,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include diff --git a/src/rfid_proto_mifare_ul.c b/src/rfid_proto_mifare_ul.c index ea42166..d90ac63 100644 --- a/src/rfid_proto_mifare_ul.c +++ b/src/rfid_proto_mifare_ul.c @@ -17,7 +17,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include diff --git a/src/rfid_proto_tcl.c b/src/rfid_proto_tcl.c index 413b9d6..cfde04b 100644 --- a/src/rfid_proto_tcl.c +++ b/src/rfid_proto_tcl.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_protocol.c b/src/rfid_protocol.c index 3cbe8af..0cd4f66 100644 --- a/src/rfid_protocol.c +++ b/src/rfid_protocol.c @@ -14,7 +14,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_reader.c b/src/rfid_reader.c index a8e4001..e0f0d3d 100644 --- a/src/rfid_reader.c +++ b/src/rfid_reader.c @@ -14,7 +14,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_reader_cm5121.c b/src/rfid_reader_cm5121.c index 1514551..f2ddf94 100644 --- a/src/rfid_reader_cm5121.c +++ b/src/rfid_reader_cm5121.c @@ -24,7 +24,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include diff --git a/src/rfid_reader_openpcd.c b/src/rfid_reader_openpcd.c index b885d9f..8adf1ee 100644 --- a/src/rfid_reader_openpcd.c +++ b/src/rfid_reader_openpcd.c @@ -22,7 +22,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/rfid_scan.c b/src/rfid_scan.c index b19887e..477265a 100644 --- a/src/rfid_scan.c +++ b/src/rfid_scan.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/utils/librfid-tool.c b/utils/librfid-tool.c index 8921444..74f6128 100644 --- a/utils/librfid-tool.c +++ b/utils/librfid-tool.c @@ -13,7 +13,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/utils/mifare-tool.c b/utils/mifare-tool.c index 664e566..ce16835 100644 --- a/utils/mifare-tool.c +++ b/utils/mifare-tool.c @@ -13,7 +13,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/utils/send_script.c b/utils/send_script.c index 47de1d6..5b45704 100644 --- a/utils/send_script.c +++ b/utils/send_script.c @@ -10,7 +10,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include -- cgit v1.2.3