diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pyrfid.c | 2 | ||||
-rw-r--r-- | python/test.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 |