From b9520d81e60794f4cc178ab640a7efe924740dbc Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 19 Nov 2016 12:16:43 +0530 Subject: [PATCH] Fixed the address of Free Software Foundation Inc. --- moose-gui/suds/__init__.py | 2 +- moose-gui/suds/argparser.py | 2 +- moose-gui/suds/bindings/__init__.py | 2 +- moose-gui/suds/bindings/binding.py | 2 +- moose-gui/suds/bindings/document.py | 2 +- moose-gui/suds/bindings/multiref.py | 2 +- moose-gui/suds/bindings/rpc.py | 2 +- moose-gui/suds/builder.py | 2 +- moose-gui/suds/cache.py | 2 +- moose-gui/suds/client.py | 2 +- moose-gui/suds/metrics.py | 2 +- moose-gui/suds/mx/__init__.py | 2 +- moose-gui/suds/mx/appender.py | 2 +- moose-gui/suds/mx/basic.py | 2 +- moose-gui/suds/mx/core.py | 2 +- moose-gui/suds/mx/encoded.py | 2 +- moose-gui/suds/mx/literal.py | 2 +- moose-gui/suds/mx/typer.py | 2 +- moose-gui/suds/options.py | 2 +- moose-gui/suds/plugin.py | 2 +- moose-gui/suds/properties.py | 2 +- moose-gui/suds/reader.py | 2 +- moose-gui/suds/resolver.py | 2 +- moose-gui/suds/sax/__init__.py | 2 +- moose-gui/suds/sax/attribute.py | 2 +- moose-gui/suds/sax/date.py | 2 +- moose-gui/suds/sax/document.py | 2 +- moose-gui/suds/sax/element.py | 2 +- moose-gui/suds/sax/enc.py | 2 +- moose-gui/suds/sax/parser.py | 2 +- moose-gui/suds/sax/text.py | 2 +- moose-gui/suds/servicedefinition.py | 2 +- moose-gui/suds/serviceproxy.py | 2 +- moose-gui/suds/soaparray.py | 2 +- moose-gui/suds/store.py | 2 +- moose-gui/suds/sudsobject.py | 2 +- moose-gui/suds/transport/__init__.py | 2 +- moose-gui/suds/transport/http.py | 2 +- moose-gui/suds/transport/https.py | 2 +- moose-gui/suds/transport/options.py | 2 +- moose-gui/suds/umx/__init__.py | 2 +- moose-gui/suds/umx/attrlist.py | 2 +- moose-gui/suds/umx/basic.py | 2 +- moose-gui/suds/umx/core.py | 2 +- moose-gui/suds/umx/encoded.py | 2 +- moose-gui/suds/umx/typed.py | 2 +- moose-gui/suds/version.py | 2 +- moose-gui/suds/wsdl.py | 2 +- moose-gui/suds/wsse.py | 2 +- moose-gui/suds/xsd/__init__.py | 2 +- moose-gui/suds/xsd/deplist.py | 2 +- moose-gui/suds/xsd/doctor.py | 2 +- moose-gui/suds/xsd/query.py | 2 +- moose-gui/suds/xsd/schema.py | 2 +- moose-gui/suds/xsd/sxbase.py | 2 +- moose-gui/suds/xsd/sxbasic.py | 2 +- moose-gui/suds/xsd/sxbuiltin.py | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/moose-gui/suds/__init__.py b/moose-gui/suds/__init__.py index 1f8a6d90..a9071028 100644 --- a/moose-gui/suds/__init__.py +++ b/moose-gui/suds/__init__.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/argparser.py b/moose-gui/suds/argparser.py index 84ac0262..67bdb02b 100644 --- a/moose-gui/suds/argparser.py +++ b/moose-gui/suds/argparser.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jurko Gospodnetić jurko.gospodnetic@pke.hr ) """ diff --git a/moose-gui/suds/bindings/__init__.py b/moose-gui/suds/bindings/__init__.py index 1704fa9d..27e969ae 100644 --- a/moose-gui/suds/bindings/__init__.py +++ b/moose-gui/suds/bindings/__init__.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/bindings/binding.py b/moose-gui/suds/bindings/binding.py index 62f641c2..45966eb4 100644 --- a/moose-gui/suds/bindings/binding.py +++ b/moose-gui/suds/bindings/binding.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/bindings/document.py b/moose-gui/suds/bindings/document.py index 84ef566e..898ca5d5 100644 --- a/moose-gui/suds/bindings/document.py +++ b/moose-gui/suds/bindings/document.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/bindings/multiref.py b/moose-gui/suds/bindings/multiref.py index 52fa47ad..99005cd2 100644 --- a/moose-gui/suds/bindings/multiref.py +++ b/moose-gui/suds/bindings/multiref.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/bindings/rpc.py b/moose-gui/suds/bindings/rpc.py index d164960d..c3fb6aba 100644 --- a/moose-gui/suds/bindings/rpc.py +++ b/moose-gui/suds/bindings/rpc.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/builder.py b/moose-gui/suds/builder.py index 8ebfb385..92647496 100644 --- a/moose-gui/suds/builder.py +++ b/moose-gui/suds/builder.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/cache.py b/moose-gui/suds/cache.py index e156d191..91f0c0ca 100644 --- a/moose-gui/suds/cache.py +++ b/moose-gui/suds/cache.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/client.py b/moose-gui/suds/client.py index d7fda602..2a664fe0 100644 --- a/moose-gui/suds/client.py +++ b/moose-gui/suds/client.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/metrics.py b/moose-gui/suds/metrics.py index 9b15f18a..3ac320e4 100644 --- a/moose-gui/suds/metrics.py +++ b/moose-gui/suds/metrics.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/__init__.py b/moose-gui/suds/mx/__init__.py index 719e52df..dc8154b8 100644 --- a/moose-gui/suds/mx/__init__.py +++ b/moose-gui/suds/mx/__init__.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/appender.py b/moose-gui/suds/mx/appender.py index f900338f..e60dc792 100644 --- a/moose-gui/suds/mx/appender.py +++ b/moose-gui/suds/mx/appender.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/basic.py b/moose-gui/suds/mx/basic.py index b2de1611..2bbebfea 100644 --- a/moose-gui/suds/mx/basic.py +++ b/moose-gui/suds/mx/basic.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/core.py b/moose-gui/suds/mx/core.py index b7fe24c1..93ae3e05 100644 --- a/moose-gui/suds/mx/core.py +++ b/moose-gui/suds/mx/core.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/encoded.py b/moose-gui/suds/mx/encoded.py index ec095368..3c91dc95 100644 --- a/moose-gui/suds/mx/encoded.py +++ b/moose-gui/suds/mx/encoded.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/literal.py b/moose-gui/suds/mx/literal.py index 4b3480f7..44f38a30 100644 --- a/moose-gui/suds/mx/literal.py +++ b/moose-gui/suds/mx/literal.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/mx/typer.py b/moose-gui/suds/mx/typer.py index dc16fa53..aa52ad32 100644 --- a/moose-gui/suds/mx/typer.py +++ b/moose-gui/suds/mx/typer.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/options.py b/moose-gui/suds/options.py index 2b2d4896..de493269 100644 --- a/moose-gui/suds/options.py +++ b/moose-gui/suds/options.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/plugin.py b/moose-gui/suds/plugin.py index 3579f5c4..06165682 100644 --- a/moose-gui/suds/plugin.py +++ b/moose-gui/suds/plugin.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/properties.py b/moose-gui/suds/properties.py index 5907d943..71032323 100644 --- a/moose-gui/suds/properties.py +++ b/moose-gui/suds/properties.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/reader.py b/moose-gui/suds/reader.py index ad71642a..3c8d5833 100644 --- a/moose-gui/suds/reader.py +++ b/moose-gui/suds/reader.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/resolver.py b/moose-gui/suds/resolver.py index 2a301696..725e723b 100644 --- a/moose-gui/suds/resolver.py +++ b/moose-gui/suds/resolver.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/__init__.py b/moose-gui/suds/sax/__init__.py index be138239..bef78253 100644 --- a/moose-gui/suds/sax/__init__.py +++ b/moose-gui/suds/sax/__init__.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/attribute.py b/moose-gui/suds/sax/attribute.py index 61c5ad7a..c775e20f 100644 --- a/moose-gui/suds/sax/attribute.py +++ b/moose-gui/suds/sax/attribute.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/date.py b/moose-gui/suds/sax/date.py index c5e5e93d..ac534c48 100644 --- a/moose-gui/suds/sax/date.py +++ b/moose-gui/suds/sax/date.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jurko Gospodnetić ( jurko.gospodnetic@pke.hr ) # based on code by: Glen Walker # based on code by: Nathan Van Gheem ( vangheem@gmail.com ) diff --git a/moose-gui/suds/sax/document.py b/moose-gui/suds/sax/document.py index 7a4a615d..8697e088 100644 --- a/moose-gui/suds/sax/document.py +++ b/moose-gui/suds/sax/document.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/element.py b/moose-gui/suds/sax/element.py index 084ea2b0..502d90dd 100644 --- a/moose-gui/suds/sax/element.py +++ b/moose-gui/suds/sax/element.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/enc.py b/moose-gui/suds/sax/enc.py index 8d3219c8..d15988d7 100644 --- a/moose-gui/suds/sax/enc.py +++ b/moose-gui/suds/sax/enc.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/parser.py b/moose-gui/suds/sax/parser.py index a82583a0..2f48b3bf 100644 --- a/moose-gui/suds/sax/parser.py +++ b/moose-gui/suds/sax/parser.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sax/text.py b/moose-gui/suds/sax/text.py index 985386e4..ebdbc624 100644 --- a/moose-gui/suds/sax/text.py +++ b/moose-gui/suds/sax/text.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/servicedefinition.py b/moose-gui/suds/servicedefinition.py index 6b0e72f8..19ed2435 100644 --- a/moose-gui/suds/servicedefinition.py +++ b/moose-gui/suds/servicedefinition.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/serviceproxy.py b/moose-gui/suds/serviceproxy.py index 278c1896..1b6a62f0 100644 --- a/moose-gui/suds/serviceproxy.py +++ b/moose-gui/suds/serviceproxy.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/soaparray.py b/moose-gui/suds/soaparray.py index ea04fa7a..474efeae 100644 --- a/moose-gui/suds/soaparray.py +++ b/moose-gui/suds/soaparray.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/store.py b/moose-gui/suds/store.py index e5931aa5..58ebf4ac 100644 --- a/moose-gui/suds/store.py +++ b/moose-gui/suds/store.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/sudsobject.py b/moose-gui/suds/sudsobject.py index 0c18d5a7..98940099 100644 --- a/moose-gui/suds/sudsobject.py +++ b/moose-gui/suds/sudsobject.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/transport/__init__.py b/moose-gui/suds/transport/__init__.py index b193aead..6ffea2dc 100644 --- a/moose-gui/suds/transport/__init__.py +++ b/moose-gui/suds/transport/__init__.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/transport/http.py b/moose-gui/suds/transport/http.py index e3d042be..c3f25128 100644 --- a/moose-gui/suds/transport/http.py +++ b/moose-gui/suds/transport/http.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/transport/https.py b/moose-gui/suds/transport/https.py index cdff55ab..080315ad 100644 --- a/moose-gui/suds/transport/https.py +++ b/moose-gui/suds/transport/https.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/transport/options.py b/moose-gui/suds/transport/options.py index f6a071e0..c4c15529 100644 --- a/moose-gui/suds/transport/options.py +++ b/moose-gui/suds/transport/options.py @@ -10,7 +10,7 @@ # # You should have received a copy of the GNU Lesser 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. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/__init__.py b/moose-gui/suds/umx/__init__.py index ca65cad1..f6723203 100644 --- a/moose-gui/suds/umx/__init__.py +++ b/moose-gui/suds/umx/__init__.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/attrlist.py b/moose-gui/suds/umx/attrlist.py index df8da0bf..128010a2 100644 --- a/moose-gui/suds/umx/attrlist.py +++ b/moose-gui/suds/umx/attrlist.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/basic.py b/moose-gui/suds/umx/basic.py index 888a2122..e0b79ccd 100644 --- a/moose-gui/suds/umx/basic.py +++ b/moose-gui/suds/umx/basic.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/core.py b/moose-gui/suds/umx/core.py index 4db8eaa7..9ffa3bd4 100644 --- a/moose-gui/suds/umx/core.py +++ b/moose-gui/suds/umx/core.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/encoded.py b/moose-gui/suds/umx/encoded.py index bb454e1c..cce56b57 100644 --- a/moose-gui/suds/umx/encoded.py +++ b/moose-gui/suds/umx/encoded.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/umx/typed.py b/moose-gui/suds/umx/typed.py index 7ab83298..caca8d36 100644 --- a/moose-gui/suds/umx/typed.py +++ b/moose-gui/suds/umx/typed.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/version.py b/moose-gui/suds/version.py index 28f5a90a..d2c92872 100644 --- a/moose-gui/suds/version.py +++ b/moose-gui/suds/version.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. """ Module containing the library's version information. diff --git a/moose-gui/suds/wsdl.py b/moose-gui/suds/wsdl.py index 987dbc3f..8a5e5584 100644 --- a/moose-gui/suds/wsdl.py +++ b/moose-gui/suds/wsdl.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/wsse.py b/moose-gui/suds/wsse.py index c2f7f524..06fe963d 100644 --- a/moose-gui/suds/wsse.py +++ b/moose-gui/suds/wsse.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/__init__.py b/moose-gui/suds/xsd/__init__.py index c5d80154..5c5dd8c7 100644 --- a/moose-gui/suds/xsd/__init__.py +++ b/moose-gui/suds/xsd/__init__.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) diff --git a/moose-gui/suds/xsd/deplist.py b/moose-gui/suds/xsd/deplist.py index b813f80f..b686675f 100644 --- a/moose-gui/suds/xsd/deplist.py +++ b/moose-gui/suds/xsd/deplist.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/doctor.py b/moose-gui/suds/xsd/doctor.py index 5a52e76c..afef6ae6 100644 --- a/moose-gui/suds/xsd/doctor.py +++ b/moose-gui/suds/xsd/doctor.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/query.py b/moose-gui/suds/xsd/query.py index 8f2266b1..62929c9f 100644 --- a/moose-gui/suds/xsd/query.py +++ b/moose-gui/suds/xsd/query.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/schema.py b/moose-gui/suds/xsd/schema.py index 00e217ff..33a09486 100644 --- a/moose-gui/suds/xsd/schema.py +++ b/moose-gui/suds/xsd/schema.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/sxbase.py b/moose-gui/suds/xsd/sxbase.py index 1ceb8236..28ab8144 100644 --- a/moose-gui/suds/xsd/sxbase.py +++ b/moose-gui/suds/xsd/sxbase.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/sxbasic.py b/moose-gui/suds/xsd/sxbasic.py index f6050885..1f55fd98 100644 --- a/moose-gui/suds/xsd/sxbasic.py +++ b/moose-gui/suds/xsd/sxbasic.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ diff --git a/moose-gui/suds/xsd/sxbuiltin.py b/moose-gui/suds/xsd/sxbuiltin.py index 3d2c3dde..3fc82aaf 100644 --- a/moose-gui/suds/xsd/sxbuiltin.py +++ b/moose-gui/suds/xsd/sxbuiltin.py @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser 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. # written by: Jeff Ortel ( jortel@redhat.com ) """ -- GitLab