diff options
Diffstat (limited to 'src')
-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 |
16 files changed, 16 insertions, 16 deletions
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> |