Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2011-11-08 00:15:58 +0400
committerRihards Olups <git-no-reply@zabbix.com>2011-11-08 00:15:58 +0400
commit02a53c560526d50c3e8e224c0e23f692a4741d69 (patch)
tree93be1aee6a565f1cf842ac0bb3dafbe554583e96 /include
parentbf303527ec4d676ed3366235972c3aa57955e295 (diff)
- [ZBX-4108] change both outdated addresses (mass ave and tenmple street) to the franklin street one;
couldn't find any other licences using similar addresses (mit, for example); additionally, remove 'how to apply' section from the main COPYING file and add 'END OF TERMS AND CONDITIONS' to the frontend copy of it; skipped src/libs/zbxcommon/zbxgetopt.c and src/libs/zbxcommon/gnuregex.c as their style currently conflicts with pre-commit hook (uses spaces for indenting)
Diffstat (limited to 'include')
-rw-r--r--include/alias.h2
-rw-r--r--include/base64.h2
-rw-r--r--include/cfg.h2
-rw-r--r--include/common.h2
-rw-r--r--include/comms.h2
-rw-r--r--include/daemon.h2
-rw-r--r--include/db.h2
-rw-r--r--include/dbcache.h2
-rw-r--r--include/dbschema.h2
-rw-r--r--include/discovery.h2
-rw-r--r--include/gnuregex.h2
-rw-r--r--include/ipc.h2
-rw-r--r--include/log.h2
-rw-r--r--include/memalloc.h2
-rw-r--r--include/mutexs.h2
-rw-r--r--include/perfmon.h2
-rw-r--r--include/pid.h2
-rw-r--r--include/proxy.h2
-rw-r--r--include/service.h2
-rw-r--r--include/strpool.h2
-rw-r--r--include/symbols.h2
-rw-r--r--include/sysinc.h2
-rw-r--r--include/sysinfo.h2
-rw-r--r--include/telnet.h2
-rw-r--r--include/threads.h2
-rw-r--r--include/zbxalgo.h2
-rw-r--r--include/zbxdb.h2
-rw-r--r--include/zbxexec.h2
-rw-r--r--include/zbxgetopt.h2
-rw-r--r--include/zbxicmpping.h2
-rw-r--r--include/zbxjson.h2
-rw-r--r--include/zbxmedia.h2
-rw-r--r--include/zbxodbc.h2
-rw-r--r--include/zbxself.h2
-rw-r--r--include/zbxserver.h2
-rw-r--r--include/zbxtypes.h2
36 files changed, 36 insertions, 36 deletions
diff --git a/include/alias.h b/include/alias.h
index 457cb1fcb8e..df7695ae966 100644
--- a/include/alias.h
+++ b/include/alias.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ALIAS_H
diff --git a/include/base64.h b/include/base64.h
index 378d3c77bd9..0015e0ddf0b 100644
--- a/include/base64.h
+++ b/include/base64.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_BASE64_H
diff --git a/include/cfg.h b/include/cfg.h
index e24e2e9ef31..e788bf0eaf4 100644
--- a/include/cfg.h
+++ b/include/cfg.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_CFG_H
diff --git a/include/common.h b/include/common.h
index 7572a889316..7b894d6a458 100644
--- a/include/common.h
+++ b/include/common.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_COMMON_H
diff --git a/include/comms.h b/include/comms.h
index 4b148c253ad..67aa9382558 100644
--- a/include/comms.h
+++ b/include/comms.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_COMMS_H
diff --git a/include/daemon.h b/include/daemon.h
index e18eab18ad6..31cce22cb7b 100644
--- a/include/daemon.h
+++ b/include/daemon.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_DAEMON_H
diff --git a/include/db.h b/include/db.h
index 31c87394cdf..0e2b4a0a86d 100644
--- a/include/db.h
+++ b/include/db.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_DB_H
diff --git a/include/dbcache.h b/include/dbcache.h
index e0e7bd7d927..01ce7159398 100644
--- a/include/dbcache.h
+++ b/include/dbcache.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_DBCACHE_H
diff --git a/include/dbschema.h b/include/dbschema.h
index 92857650846..c6e53b5248c 100644
--- a/include/dbschema.h
+++ b/include/dbschema.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_DBSCHEMA_H
diff --git a/include/discovery.h b/include/discovery.h
index 2a2dcb25598..d194774bbe2 100644
--- a/include/discovery.h
+++ b/include/discovery.h
@@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_DISCOVERY_H
diff --git a/include/gnuregex.h b/include/gnuregex.h
index 9b7437192b2..b0286b77b72 100644
--- a/include/gnuregex.h
+++ b/include/gnuregex.h
@@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __REGEXP_LIBRARY_H__
#define __REGEXP_LIBRARY_H__
diff --git a/include/ipc.h b/include/ipc.h
index 9325d534455..d3087226a1d 100644
--- a/include/ipc.h
+++ b/include/ipc.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_IPC_H
diff --git a/include/log.h b/include/log.h
index 6e573f294ca..f80f089a383 100644
--- a/include/log.h
+++ b/include/log.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_LOG_H
diff --git a/include/memalloc.h b/include/memalloc.h
index ac563a62223..efdad0fa44d 100644
--- a/include/memalloc.h
+++ b/include/memalloc.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_MEMALLOC_H
diff --git a/include/mutexs.h b/include/mutexs.h
index 135af29a98f..16f449dd62a 100644
--- a/include/mutexs.h
+++ b/include/mutexs.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_MUTEXS_H
diff --git a/include/perfmon.h b/include/perfmon.h
index b8798fe158c..eb619b4ce4e 100644
--- a/include/perfmon.h
+++ b/include/perfmon.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_PERFMON_H
diff --git a/include/pid.h b/include/pid.h
index 32094122d90..253c98c9eaf 100644
--- a/include/pid.h
+++ b/include/pid.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_PID_H
diff --git a/include/proxy.h b/include/proxy.h
index d369fff68d9..255be79d5f9 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_PROXY_H
diff --git a/include/service.h b/include/service.h
index 0a0bda6debc..d47f37eb20c 100644
--- a/include/service.h
+++ b/include/service.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_SERVICE_H
diff --git a/include/strpool.h b/include/strpool.h
index b8b531d2a0e..952c831df8a 100644
--- a/include/strpool.h
+++ b/include/strpool.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_STRPOOL_H
diff --git a/include/symbols.h b/include/symbols.h
index 6fe032e0b0c..72c4f99e401 100644
--- a/include/symbols.h
+++ b/include/symbols.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_SYMBOLS_H
diff --git a/include/sysinc.h b/include/sysinc.h
index 88a71ab5784..28045ad4705 100644
--- a/include/sysinc.h
+++ b/include/sysinc.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_SYSINC_H
diff --git a/include/sysinfo.h b/include/sysinfo.h
index a84bbcb76e6..bf69e173a47 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_SYSINFO_H
diff --git a/include/telnet.h b/include/telnet.h
index 18daf178a5d..82495f7e5fc 100644
--- a/include/telnet.h
+++ b/include/telnet.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_TELNET_H
diff --git a/include/threads.h b/include/threads.h
index 7a65b3d0133..cdf848a5eae 100644
--- a/include/threads.h
+++ b/include/threads.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_THREADS_H
diff --git a/include/zbxalgo.h b/include/zbxalgo.h
index d196be82644..3d7e3f5413f 100644
--- a/include/zbxalgo.h
+++ b/include/zbxalgo.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXALGO_H
diff --git a/include/zbxdb.h b/include/zbxdb.h
index a4475b3abb3..4020a931179 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXDB_H
diff --git a/include/zbxexec.h b/include/zbxexec.h
index 46bb0047c9c..9fca7d7f85f 100644
--- a/include/zbxexec.h
+++ b/include/zbxexec.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXEXEC_H
diff --git a/include/zbxgetopt.h b/include/zbxgetopt.h
index 68d9e691c44..fe8aa6e564e 100644
--- a/include/zbxgetopt.h
+++ b/include/zbxgetopt.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef ZBX_GETOPT_H
#define ZBX_GETOPT_H 1
diff --git a/include/zbxicmpping.h b/include/zbxicmpping.h
index d69fb602c7f..8ea2b7c0f67 100644
--- a/include/zbxicmpping.h
+++ b/include/zbxicmpping.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#include "common.h"
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 59499aa972b..93f442f64ec 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZJSON_H
diff --git a/include/zbxmedia.h b/include/zbxmedia.h
index 9d1505fc0e9..eec313311dd 100644
--- a/include/zbxmedia.h
+++ b/include/zbxmedia.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXMEDIA_H
diff --git a/include/zbxodbc.h b/include/zbxodbc.h
index 2abe54c4e0e..6242eeae58a 100644
--- a/include/zbxodbc.h
+++ b/include/zbxodbc.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
diff --git a/include/zbxself.h b/include/zbxself.h
index 126c3c6ce69..01afeed202f 100644
--- a/include/zbxself.h
+++ b/include/zbxself.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXSELF_H
diff --git a/include/zbxserver.h b/include/zbxserver.h
index f6e2f18e7db..3dc54fa424f 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_ZBXSERVER_H
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 8f267a2b6c1..6c6baf3b741 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_TYPES_H