diff options
author | Silas Sewell <silas@sewell.org> | 2012-02-25 03:11:54 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:16:57 -0700 |
commit | e375d671a446e3352c908454995193f638de7bc5 (patch) | |
tree | 83f472eeac13bcc6b1e94ff3e17173e6e962abda | |
parent | 11ca8134a21f5136e882feb660c9fcbb69ef5ad1 (diff) |
Fix FSF address
(cherry picked from commit 4db2ca594b64865d82be0bd347af48ab45c3bc03)
CHANGED: only applied the address change to LICENSE and setup.py.
Rest left untouched. :effort:
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the 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, Suite 500, Boston, MA 02110-1335 USA Also add information on how to contact you by electronic and paper mail. @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Paramiko; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA. longdesc = ''' |