diff options
-rw-r--r-- | COPYING | 4 | ||||
-rw-r--r-- | pegoda/pegoda.c | 2 | ||||
-rw-r--r-- | pegoda/pegoda.h | 2 | ||||
-rw-r--r-- | python/pyrfid.c | 2 | ||||
-rw-r--r-- | python/test.py | 2 | ||||
-rw-r--r-- | src/libusb_dyn.c | 2 | ||||
-rw-r--r-- | src/rfid.c | 2 | ||||
-rw-r--r-- | src/rfid_asic_rc632.c | 2 | ||||
-rw-r--r-- | src/rfid_iso14443_common.c | 2 | ||||
-rw-r--r-- | src/rfid_layer2.c | 2 | ||||
-rw-r--r-- | src/rfid_layer2_iso14443a.c | 2 | ||||
-rw-r--r-- | src/rfid_layer2_iso14443b.c | 2 | ||||
-rw-r--r-- | src/rfid_layer2_iso15693.c | 2 | ||||
-rw-r--r-- | src/rfid_proto_mifare_classic.c | 2 | ||||
-rw-r--r-- | src/rfid_proto_mifare_ul.c | 2 | ||||
-rw-r--r-- | src/rfid_proto_tcl.c | 2 | ||||
-rw-r--r-- | src/rfid_protocol.c | 2 | ||||
-rw-r--r-- | src/rfid_reader.c | 2 | ||||
-rw-r--r-- | src/rfid_reader_cm5121.c | 2 | ||||
-rw-r--r-- | src/rfid_reader_openpcd.c | 2 | ||||
-rw-r--r-- | src/rfid_scan.c | 2 | ||||
-rw-r--r-- | utils/librfid-tool.c | 2 | ||||
-rw-r--r-- | utils/mifare-tool.c | 2 | ||||
-rw-r--r-- | utils/send_script.c | 2 |
24 files changed, 25 insertions, 25 deletions
@@ -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 <stdio.h> 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 */ @@ -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 <stdio.h> #include <string.h> 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 <unistd.h> 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 <stdlib.h> 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 <stdlib.h> 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 <stdlib.h> 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 <stdlib.h> 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 <stdio.h> #include <stdlib.h> 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 <stdio.h> #include <stdlib.h> 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 <stdio.h> 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 <stdlib.h> 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 <stdlib.h> 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 <stdlib.h> #include <unistd.h> 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 <stdlib.h> 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 <librfid/rfid.h> 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 <stdio.h> 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 <stdio.h> 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 <stdio.h> |