# HG changeset patch # User paulb # Date 1129824351 0 # Node ID f5f23803de8291e67e17230e762b86086db63458 # Parent 0f2d178f6352faa065a403885066a10c6339d07f [project @ 2005-10-20 16:05:45 by paulb] Updated FSF address. diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/BaseHTTPRequestHandler.py --- a/WebStack/Adapters/BaseHTTPRequestHandler.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/BaseHTTPRequestHandler.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.BaseHTTPRequestHandler diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/CGI.py --- a/WebStack/Adapters/CGI.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/CGI.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.CGI diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/JavaServlet.py --- a/WebStack/Adapters/JavaServlet.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/JavaServlet.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.JavaServlet diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/ModPython.py --- a/WebStack/Adapters/ModPython.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/ModPython.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.ModPython diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/Twisted.py --- a/WebStack/Adapters/Twisted.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/Twisted.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Twisted diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/WSGI.py --- a/WebStack/Adapters/WSGI.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/WSGI.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.WSGI diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/Webware.py --- a/WebStack/Adapters/Webware.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/Webware.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Webware diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/Zope.py --- a/WebStack/Adapters/Zope.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/Zope.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Zope diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Adapters/__init__.py --- a/WebStack/Adapters/__init__.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Adapters/__init__.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ # vim: tabstop=4 expandtab shiftwidth=4 diff -r 0f2d178f6352 -r f5f23803de82 WebStack/BaseHTTPRequestHandler.py --- a/WebStack/BaseHTTPRequestHandler.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/BaseHTTPRequestHandler.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/CGI.py --- a/WebStack/CGI.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/CGI.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Generic.py --- a/WebStack/Generic.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Generic.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/Auth.py --- a/WebStack/Helpers/Auth.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/Auth.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import base64 diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/Environment.py --- a/WebStack/Helpers/Environment.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/Environment.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ def get_headers(env): diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/Request.py --- a/WebStack/Helpers/Request.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/Request.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ class MessageBodyStream: diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/Response.py --- a/WebStack/Helpers/Response.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/Response.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ class ConvertingStream: diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/Session.py --- a/WebStack/Helpers/Session.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/Session.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import shelve diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Helpers/__init__.py --- a/WebStack/Helpers/__init__.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Helpers/__init__.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ # vim: tabstop=4 expandtab shiftwidth=4 diff -r 0f2d178f6352 -r f5f23803de82 WebStack/JavaServlet.py --- a/WebStack/JavaServlet.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/JavaServlet.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/ModPython.py --- a/WebStack/ModPython.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/ModPython.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Resources/Login.py --- a/WebStack/Resources/Login.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Resources/Login.py Thu Oct 20 16:05:51 2005 +0000 @@ -18,7 +18,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Resources/LoginRedirect.py --- a/WebStack/Resources/LoginRedirect.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Resources/LoginRedirect.py Thu Oct 20 16:05:51 2005 +0000 @@ -18,7 +18,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 """ from WebStack.Helpers.Auth import get_token diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Resources/ResourceMap.py --- a/WebStack/Resources/ResourceMap.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Resources/ResourceMap.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Resources/Static.py --- a/WebStack/Resources/Static.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Resources/Static.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ from WebStack.Generic import ContentType, EndOfResponse diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Resources/__init__.py --- a/WebStack/Resources/__init__.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Resources/__init__.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ # vim: tabstop=4 expandtab shiftwidth=4 diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Twisted.py --- a/WebStack/Twisted.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Twisted.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/WSGI.py --- a/WebStack/WSGI.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/WSGI.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Webware.py --- a/WebStack/Webware.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Webware.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ import WebStack.Generic diff -r 0f2d178f6352 -r f5f23803de82 WebStack/Zope.py --- a/WebStack/Zope.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/Zope.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 -r 0f2d178f6352 -r f5f23803de82 WebStack/__init__.py --- a/WebStack/__init__.py Thu Oct 20 16:00:01 2005 +0000 +++ b/WebStack/__init__.py Thu Oct 20 16:05:51 2005 +0000 @@ -17,7 +17,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 """ __version__ = "1.0" diff -r 0f2d178f6352 -r f5f23803de82 docs/COPYING.txt --- a/docs/COPYING.txt Thu Oct 20 16:00:01 2005 +0000 +++ b/docs/COPYING.txt Thu Oct 20 16:05:51 2005 +0000 @@ -15,7 +15,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 Licence for Other Software -------------------------- diff -r 0f2d178f6352 -r f5f23803de82 docs/LICENCE.txt --- a/docs/LICENCE.txt Thu Oct 20 16:00:01 2005 +0000 +++ b/docs/LICENCE.txt Thu Oct 20 16:05:51 2005 +0000 @@ -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, 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. diff -r 0f2d178f6352 -r f5f23803de82 packages/ubuntu-hoary/python2.4-webstack/debian/copyright --- a/packages/ubuntu-hoary/python2.4-webstack/debian/copyright Thu Oct 20 16:00:01 2005 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/copyright Thu Oct 20 16:05:51 2005 +0000 @@ -29,7 +29,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 Licence for Other Software --------------------------