From f6dff42434146ee563f73d87887577cffa40dd8f Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 11 May 2012 13:33:57 +0200 Subject: [PATCH] Fixed FSF address. --- GPLHeader | 2 +- base/application.cpp | 2 +- base/application.h | 2 +- base/component.cpp | 2 +- base/component.h | 2 +- base/condvar.cpp | 2 +- base/condvar.h | 2 +- base/configcollection.cpp | 2 +- base/configcollection.h | 2 +- base/confighive.cpp | 2 +- base/confighive.h | 2 +- base/configobject.cpp | 2 +- base/configobject.h | 2 +- base/cxx11-compat.h | 2 +- base/delegate.h | 2 +- base/dictionary.cpp | 2 +- base/dictionary.h | 2 +- base/event.h | 2 +- base/exception.cpp | 2 +- base/exception.h | 2 +- base/fifo.cpp | 2 +- base/fifo.h | 2 +- base/i2-base.h | 2 +- base/memory.cpp | 2 +- base/memory.h | 2 +- base/mutex.cpp | 2 +- base/mutex.h | 2 +- base/object.cpp | 2 +- base/object.h | 2 +- base/socket.cpp | 2 +- base/socket.h | 2 +- base/tcpclient.cpp | 2 +- base/tcpclient.h | 2 +- base/tcpserver.cpp | 2 +- base/tcpserver.h | 2 +- base/tcpsocket.cpp | 2 +- base/tcpsocket.h | 2 +- base/thread.cpp | 2 +- base/thread.h | 2 +- base/timer.cpp | 2 +- base/timer.h | 2 +- base/tlsclient.cpp | 2 +- base/tlsclient.h | 2 +- base/unix.cpp | 2 +- base/unix.h | 2 +- base/utility.cpp | 2 +- base/utility.h | 2 +- base/variant.cpp | 2 +- base/variant.h | 2 +- base/win32.cpp | 2 +- base/win32.h | 2 +- components/configfile/configfilecomponent.cpp | 2 +- components/configfile/configfilecomponent.h | 2 +- components/configfile/i2-configfile.h | 2 +- components/configrpc/configrpccomponent.cpp | 2 +- components/configrpc/configrpccomponent.h | 2 +- components/configrpc/i2-configrpc.h | 2 +- components/demo/democomponent.cpp | 2 +- components/demo/democomponent.h | 2 +- components/demo/i2-demo.h | 2 +- components/discovery/discoverycomponent.cpp | 2 +- components/discovery/discoverycomponent.h | 2 +- components/discovery/i2-discovery.h | 2 +- debian/copyright | 2 +- icinga-app/icinga.cpp | 2 +- icinga/endpoint.cpp | 2 +- icinga/endpoint.h | 2 +- icinga/endpointmanager.cpp | 2 +- icinga/endpointmanager.h | 2 +- icinga/i2-icinga.h | 2 +- icinga/icingaapplication.cpp | 2 +- icinga/icingaapplication.h | 2 +- icinga/icingacomponent.cpp | 2 +- icinga/icingacomponent.h | 2 +- icinga/jsonrpcendpoint.cpp | 2 +- icinga/jsonrpcendpoint.h | 2 +- icinga/virtualendpoint.cpp | 2 +- icinga/virtualendpoint.h | 2 +- jsonrpc/i2-jsonrpc.h | 2 +- jsonrpc/jsonrpcclient.cpp | 2 +- jsonrpc/jsonrpcclient.h | 2 +- jsonrpc/jsonrpcrequest.cpp | 2 +- jsonrpc/jsonrpcrequest.h | 2 +- jsonrpc/jsonrpcresponse.cpp | 2 +- jsonrpc/jsonrpcresponse.h | 2 +- jsonrpc/jsonrpcserver.cpp | 2 +- jsonrpc/jsonrpcserver.h | 2 +- jsonrpc/message.cpp | 2 +- jsonrpc/message.h | 2 +- jsonrpc/netstring.cpp | 2 +- jsonrpc/netstring.h | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) diff --git a/GPLHeader b/GPLHeader index 782ad96fe..ea79bf6e7 100644 --- a/GPLHeader +++ b/GPLHeader @@ -14,6 +14,6 @@ * * * 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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ diff --git a/base/application.cpp b/base/application.cpp index 358837bee..6fd6fb64b 100644 --- a/base/application.cpp +++ b/base/application.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/application.h b/base/application.h index 31f7e97cd..a1d7e4918 100644 --- a/base/application.h +++ b/base/application.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef APPLICATION_H diff --git a/base/component.cpp b/base/component.cpp index 1cd41e6c3..eba4437f0 100644 --- a/base/component.cpp +++ b/base/component.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/component.h b/base/component.h index 57aa3a238..822f59dd2 100644 --- a/base/component.h +++ b/base/component.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef COMPONENT_H diff --git a/base/condvar.cpp b/base/condvar.cpp index e12a3b0f8..b2649ce19 100644 --- a/base/condvar.cpp +++ b/base/condvar.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/condvar.h b/base/condvar.h index 367b4815c..043f6efbc 100644 --- a/base/condvar.h +++ b/base/condvar.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONDVAR_H diff --git a/base/configcollection.cpp b/base/configcollection.cpp index 3f5abe44b..939b92154 100644 --- a/base/configcollection.cpp +++ b/base/configcollection.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/configcollection.h b/base/configcollection.h index 7c9847d85..7ad0f4109 100644 --- a/base/configcollection.h +++ b/base/configcollection.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONFIGCOLLECTION_H diff --git a/base/confighive.cpp b/base/confighive.cpp index a047a78b8..d6fd67450 100644 --- a/base/confighive.cpp +++ b/base/confighive.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/confighive.h b/base/confighive.h index a4ba6016b..0fc9f6b42 100644 --- a/base/confighive.h +++ b/base/confighive.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONFIGHIVE_H diff --git a/base/configobject.cpp b/base/configobject.cpp index 6bf376cfe..6ea882be8 100644 --- a/base/configobject.cpp +++ b/base/configobject.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/configobject.h b/base/configobject.h index 4c9833a8b..f983e7af3 100644 --- a/base/configobject.h +++ b/base/configobject.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONFIGOBJECT_H diff --git a/base/cxx11-compat.h b/base/cxx11-compat.h index f8d8b9bd2..d6e7c6b30 100644 --- a/base/cxx11-compat.h +++ b/base/cxx11-compat.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CXX11COMPAT_H diff --git a/base/delegate.h b/base/delegate.h index 46173627b..81ee3f6b3 100644 --- a/base/delegate.h +++ b/base/delegate.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef DELEGATE_H diff --git a/base/dictionary.cpp b/base/dictionary.cpp index d98daa440..ba89d4f35 100644 --- a/base/dictionary.cpp +++ b/base/dictionary.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/dictionary.h b/base/dictionary.h index a438c348a..985ba4087 100644 --- a/base/dictionary.h +++ b/base/dictionary.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef DICTIONARY_H diff --git a/base/event.h b/base/event.h index 637117b34..8d7c18dfc 100644 --- a/base/event.h +++ b/base/event.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef EVENT_H diff --git a/base/exception.cpp b/base/exception.cpp index c189400d3..d95cb4f2b 100644 --- a/base/exception.cpp +++ b/base/exception.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/exception.h b/base/exception.h index 659bf333b..0795208bf 100644 --- a/base/exception.h +++ b/base/exception.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef EXCEPTION_H diff --git a/base/fifo.cpp b/base/fifo.cpp index 253ac3ef4..765e7f78d 100644 --- a/base/fifo.cpp +++ b/base/fifo.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/fifo.h b/base/fifo.h index 6139301ae..587cce3b4 100644 --- a/base/fifo.h +++ b/base/fifo.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef FIFO_H diff --git a/base/i2-base.h b/base/i2-base.h index 79422dcc8..1d58c5083 100644 --- a/base/i2-base.h +++ b/base/i2-base.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2BASE_H diff --git a/base/memory.cpp b/base/memory.cpp index 1aadfbdab..07776e8e2 100644 --- a/base/memory.cpp +++ b/base/memory.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/memory.h b/base/memory.h index be342d177..1c7782c34 100644 --- a/base/memory.h +++ b/base/memory.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef MEMORY_H diff --git a/base/mutex.cpp b/base/mutex.cpp index 833112278..ce6abee02 100644 --- a/base/mutex.cpp +++ b/base/mutex.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/mutex.h b/base/mutex.h index 0af3f5daf..99d3053bc 100644 --- a/base/mutex.h +++ b/base/mutex.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef MUTEX_H diff --git a/base/object.cpp b/base/object.cpp index 9bfa15796..e834acbcd 100644 --- a/base/object.cpp +++ b/base/object.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/object.h b/base/object.h index 41bd7e092..619ca2a0c 100644 --- a/base/object.h +++ b/base/object.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef OBJECT_H diff --git a/base/socket.cpp b/base/socket.cpp index edd92b64e..bd67c78af 100644 --- a/base/socket.cpp +++ b/base/socket.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/socket.h b/base/socket.h index fd4adf79c..67380e776 100644 --- a/base/socket.h +++ b/base/socket.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef SOCKET_H diff --git a/base/tcpclient.cpp b/base/tcpclient.cpp index 894ae6055..29fa922ab 100644 --- a/base/tcpclient.cpp +++ b/base/tcpclient.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/tcpclient.h b/base/tcpclient.h index 5691c0f71..746d112ad 100644 --- a/base/tcpclient.h +++ b/base/tcpclient.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef TCPCLIENT_H diff --git a/base/tcpserver.cpp b/base/tcpserver.cpp index efa7041f6..271b96d48 100644 --- a/base/tcpserver.cpp +++ b/base/tcpserver.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/tcpserver.h b/base/tcpserver.h index 93d30a4fe..d5744b397 100644 --- a/base/tcpserver.h +++ b/base/tcpserver.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef TCPSERVER_H diff --git a/base/tcpsocket.cpp b/base/tcpsocket.cpp index f83451e4a..85e2526be 100644 --- a/base/tcpsocket.cpp +++ b/base/tcpsocket.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/tcpsocket.h b/base/tcpsocket.h index 376a90033..36bab6ff1 100644 --- a/base/tcpsocket.h +++ b/base/tcpsocket.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef TCPSOCKET_H diff --git a/base/thread.cpp b/base/thread.cpp index 3cf9a10e8..e9952ea25 100644 --- a/base/thread.cpp +++ b/base/thread.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/thread.h b/base/thread.h index 34b51b96a..c69177623 100644 --- a/base/thread.h +++ b/base/thread.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef THREAD_H diff --git a/base/timer.cpp b/base/timer.cpp index 0f142bb1b..5efae4983 100644 --- a/base/timer.cpp +++ b/base/timer.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include diff --git a/base/timer.h b/base/timer.h index 9189a7cb0..9516bd799 100644 --- a/base/timer.h +++ b/base/timer.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef TIMER_H diff --git a/base/tlsclient.cpp b/base/tlsclient.cpp index 5e3f57519..24855aae7 100644 --- a/base/tlsclient.cpp +++ b/base/tlsclient.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/tlsclient.h b/base/tlsclient.h index 85cf4143e..b44460fd5 100644 --- a/base/tlsclient.h +++ b/base/tlsclient.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef TLSCLIENT_H diff --git a/base/unix.cpp b/base/unix.cpp index 2501908c7..4e57cc88d 100644 --- a/base/unix.cpp +++ b/base/unix.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/unix.h b/base/unix.h index c065c72ed..19717fe16 100644 --- a/base/unix.h +++ b/base/unix.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef UNIX_H diff --git a/base/utility.cpp b/base/utility.cpp index e5f525a77..50db9dd2a 100644 --- a/base/utility.cpp +++ b/base/utility.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/utility.h b/base/utility.h index 71f708202..a47f13f4f 100644 --- a/base/utility.h +++ b/base/utility.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef UTILITY_H diff --git a/base/variant.cpp b/base/variant.cpp index bf2ff3c7f..a48ad2678 100644 --- a/base/variant.cpp +++ b/base/variant.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/variant.h b/base/variant.h index 34f7823cd..d22ef572c 100644 --- a/base/variant.h +++ b/base/variant.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef VARIANT_H diff --git a/base/win32.cpp b/base/win32.cpp index 95c179f6a..5f1a66a28 100644 --- a/base/win32.cpp +++ b/base/win32.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-base.h" diff --git a/base/win32.h b/base/win32.h index b73e045ea..1e2fd4225 100644 --- a/base/win32.h +++ b/base/win32.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef WIN32_H diff --git a/components/configfile/configfilecomponent.cpp b/components/configfile/configfilecomponent.cpp index 9720d46cc..e709e0098 100644 --- a/components/configfile/configfilecomponent.cpp +++ b/components/configfile/configfilecomponent.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include diff --git a/components/configfile/configfilecomponent.h b/components/configfile/configfilecomponent.h index 2dc819ea4..599feb9d3 100644 --- a/components/configfile/configfilecomponent.h +++ b/components/configfile/configfilecomponent.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONFIGFILECOMPONENT_H diff --git a/components/configfile/i2-configfile.h b/components/configfile/i2-configfile.h index 40295f512..9a548a967 100644 --- a/components/configfile/i2-configfile.h +++ b/components/configfile/i2-configfile.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2CONFIGFILECOMPONENT_H diff --git a/components/configrpc/configrpccomponent.cpp b/components/configrpc/configrpccomponent.cpp index b0150438c..a81d5cab6 100644 --- a/components/configrpc/configrpccomponent.cpp +++ b/components/configrpc/configrpccomponent.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-configrpc.h" diff --git a/components/configrpc/configrpccomponent.h b/components/configrpc/configrpccomponent.h index 5c4be1021..9c367f886 100644 --- a/components/configrpc/configrpccomponent.h +++ b/components/configrpc/configrpccomponent.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef CONFIGRPCCOMPONENT_H diff --git a/components/configrpc/i2-configrpc.h b/components/configrpc/i2-configrpc.h index 2d57d99ab..8204b729d 100644 --- a/components/configrpc/i2-configrpc.h +++ b/components/configrpc/i2-configrpc.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2CONFIGRPC_H diff --git a/components/demo/democomponent.cpp b/components/demo/democomponent.cpp index 0ea5fcc5f..cc31aa27f 100644 --- a/components/demo/democomponent.cpp +++ b/components/demo/democomponent.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-demo.h" diff --git a/components/demo/democomponent.h b/components/demo/democomponent.h index b62cee301..155e04e4a 100644 --- a/components/demo/democomponent.h +++ b/components/demo/democomponent.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef DEMOCOMPONENT_H diff --git a/components/demo/i2-demo.h b/components/demo/i2-demo.h index 9c1a0c246..7810456e4 100644 --- a/components/demo/i2-demo.h +++ b/components/demo/i2-demo.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2DEMO_H diff --git a/components/discovery/discoverycomponent.cpp b/components/discovery/discoverycomponent.cpp index 04d7a5b9a..974a171f3 100644 --- a/components/discovery/discoverycomponent.cpp +++ b/components/discovery/discoverycomponent.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-discovery.h" diff --git a/components/discovery/discoverycomponent.h b/components/discovery/discoverycomponent.h index df160a59a..049b916c4 100644 --- a/components/discovery/discoverycomponent.h +++ b/components/discovery/discoverycomponent.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef DISCOVERYCOMPONENT_H diff --git a/components/discovery/i2-discovery.h b/components/discovery/i2-discovery.h index d0f57104c..febbfbfcf 100644 --- a/components/discovery/i2-discovery.h +++ b/components/discovery/i2-discovery.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2DISCOVERY_H diff --git a/debian/copyright b/debian/copyright index e6745ce73..ae9ebc6e2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,7 +18,7 @@ GNU General Public License for more details. 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 St, Fifth Floor, Boston, MA 02110-1301, USA. In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index d71f1023c..b0c34ca27 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include diff --git a/icinga/endpoint.cpp b/icinga/endpoint.cpp index 91aa27a85..ada9056de 100644 --- a/icinga/endpoint.cpp +++ b/icinga/endpoint.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-icinga.h" diff --git a/icinga/endpoint.h b/icinga/endpoint.h index 6eef99859..9aec18e5b 100644 --- a/icinga/endpoint.h +++ b/icinga/endpoint.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef ENDPOINT_H diff --git a/icinga/endpointmanager.cpp b/icinga/endpointmanager.cpp index 0d14f882f..f49a81e8a 100644 --- a/icinga/endpointmanager.cpp +++ b/icinga/endpointmanager.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-icinga.h" diff --git a/icinga/endpointmanager.h b/icinga/endpointmanager.h index 5965cfc4c..96ececa79 100644 --- a/icinga/endpointmanager.h +++ b/icinga/endpointmanager.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef ENDPOINTMANAGER_H diff --git a/icinga/i2-icinga.h b/icinga/i2-icinga.h index ca061d775..ba79aec35 100644 --- a/icinga/i2-icinga.h +++ b/icinga/i2-icinga.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2ICINGA_H diff --git a/icinga/icingaapplication.cpp b/icinga/icingaapplication.cpp index 208863d12..8f36f7888 100644 --- a/icinga/icingaapplication.cpp +++ b/icinga/icingaapplication.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include diff --git a/icinga/icingaapplication.h b/icinga/icingaapplication.h index 565190342..9901b20b8 100644 --- a/icinga/icingaapplication.h +++ b/icinga/icingaapplication.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef ICINGAAPPLICATION_H diff --git a/icinga/icingacomponent.cpp b/icinga/icingacomponent.cpp index a706060e8..67f0838ee 100644 --- a/icinga/icingacomponent.cpp +++ b/icinga/icingacomponent.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-icinga.h" diff --git a/icinga/icingacomponent.h b/icinga/icingacomponent.h index 43676f0d7..8275c65d8 100644 --- a/icinga/icingacomponent.h +++ b/icinga/icingacomponent.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef ICINGACOMPONENT_H diff --git a/icinga/jsonrpcendpoint.cpp b/icinga/jsonrpcendpoint.cpp index 3c3758752..2c4421c16 100644 --- a/icinga/jsonrpcendpoint.cpp +++ b/icinga/jsonrpcendpoint.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-icinga.h" diff --git a/icinga/jsonrpcendpoint.h b/icinga/jsonrpcendpoint.h index 1e5252206..849ac1de8 100644 --- a/icinga/jsonrpcendpoint.h +++ b/icinga/jsonrpcendpoint.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef JSONRPCENDPOINT_H diff --git a/icinga/virtualendpoint.cpp b/icinga/virtualendpoint.cpp index 20a1a0573..4bca79d42 100644 --- a/icinga/virtualendpoint.cpp +++ b/icinga/virtualendpoint.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-icinga.h" diff --git a/icinga/virtualendpoint.h b/icinga/virtualendpoint.h index 2c8df3492..173eef6be 100644 --- a/icinga/virtualendpoint.h +++ b/icinga/virtualendpoint.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef VIRTUALENDPOINT_H diff --git a/jsonrpc/i2-jsonrpc.h b/jsonrpc/i2-jsonrpc.h index 3110e6157..5ddc0e602 100644 --- a/jsonrpc/i2-jsonrpc.h +++ b/jsonrpc/i2-jsonrpc.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef I2JSONRPC_H diff --git a/jsonrpc/jsonrpcclient.cpp b/jsonrpc/jsonrpcclient.cpp index b83331811..46391948e 100644 --- a/jsonrpc/jsonrpcclient.cpp +++ b/jsonrpc/jsonrpcclient.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-jsonrpc.h" diff --git a/jsonrpc/jsonrpcclient.h b/jsonrpc/jsonrpcclient.h index d334ca83b..21cef5eac 100644 --- a/jsonrpc/jsonrpcclient.h +++ b/jsonrpc/jsonrpcclient.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef JSONRPCCLIENT_H diff --git a/jsonrpc/jsonrpcrequest.cpp b/jsonrpc/jsonrpcrequest.cpp index cf325e39b..c3d908ef6 100644 --- a/jsonrpc/jsonrpcrequest.cpp +++ b/jsonrpc/jsonrpcrequest.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-jsonrpc.h" diff --git a/jsonrpc/jsonrpcrequest.h b/jsonrpc/jsonrpcrequest.h index c0e54e154..90d1b9a15 100644 --- a/jsonrpc/jsonrpcrequest.h +++ b/jsonrpc/jsonrpcrequest.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef JSONRPCREQUEST_H diff --git a/jsonrpc/jsonrpcresponse.cpp b/jsonrpc/jsonrpcresponse.cpp index cf325e39b..c3d908ef6 100644 --- a/jsonrpc/jsonrpcresponse.cpp +++ b/jsonrpc/jsonrpcresponse.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-jsonrpc.h" diff --git a/jsonrpc/jsonrpcresponse.h b/jsonrpc/jsonrpcresponse.h index a0ce2e586..db2556858 100644 --- a/jsonrpc/jsonrpcresponse.h +++ b/jsonrpc/jsonrpcresponse.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef JSONRPCRESPONSE_H diff --git a/jsonrpc/jsonrpcserver.cpp b/jsonrpc/jsonrpcserver.cpp index ffff9aa88..842aaa2d0 100644 --- a/jsonrpc/jsonrpcserver.cpp +++ b/jsonrpc/jsonrpcserver.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-jsonrpc.h" diff --git a/jsonrpc/jsonrpcserver.h b/jsonrpc/jsonrpcserver.h index 181b8ae4f..76c97b006 100644 --- a/jsonrpc/jsonrpcserver.h +++ b/jsonrpc/jsonrpcserver.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef JSONRPCSERVER_H diff --git a/jsonrpc/message.cpp b/jsonrpc/message.cpp index 430a158b4..b6dc68c0a 100644 --- a/jsonrpc/message.cpp +++ b/jsonrpc/message.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include "i2-jsonrpc.h" diff --git a/jsonrpc/message.h b/jsonrpc/message.h index 1168d643e..d77b0f12c 100644 --- a/jsonrpc/message.h +++ b/jsonrpc/message.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef MESSAGE_H diff --git a/jsonrpc/netstring.cpp b/jsonrpc/netstring.cpp index d7a4d780e..c05ba7925 100644 --- a/jsonrpc/netstring.cpp +++ b/jsonrpc/netstring.cpp @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #include diff --git a/jsonrpc/netstring.h b/jsonrpc/netstring.h index 39d8f5e88..732fcad87 100644 --- a/jsonrpc/netstring.h +++ b/jsonrpc/netstring.h @@ -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. * + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ #ifndef NETSTRING_H -- 2.40.0