summaryrefslogtreecommitdiff
path: root/sysdeps/aix
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2014-08-20 04:44:27 +0300
committerRobert Roth <robert.roth.off@gmail.com>2014-08-20 04:44:27 +0300
commit7a3414d00233be4248b11a473a9b9529311352e8 (patch)
tree8abfd0e1998068b8e60035539ab3b868a89aa5ec /sysdeps/aix
parent564506bb0d026018861645a0236da6a23bbb439b (diff)
downloadlibgtop-7a3414d00233be4248b11a473a9b9529311352e8.tar.gz
Update old FSF address.
https://bugzilla.gnome.org/show_bug.cgi?id=721514
Diffstat (limited to 'sysdeps/aix')
-rw-r--r--sysdeps/aix/close.c4
-rw-r--r--sysdeps/aix/cpu.c4
-rw-r--r--sysdeps/aix/glibtop_machine.h4
-rw-r--r--sysdeps/aix/glibtop_server.h4
-rw-r--r--sysdeps/aix/glibtop_suid.h4
-rw-r--r--sysdeps/aix/loadavg.c4
-rw-r--r--sysdeps/aix/mem.c4
-rw-r--r--sysdeps/aix/msg_limits.c4
-rw-r--r--sysdeps/aix/netlist.c4
-rw-r--r--sysdeps/aix/netload.c4
-rw-r--r--sysdeps/aix/nosuid.c4
-rw-r--r--sysdeps/aix/open.c4
-rw-r--r--sysdeps/aix/ppp.c4
-rw-r--r--sysdeps/aix/procargs.c4
-rw-r--r--sysdeps/aix/prockernel.c4
-rw-r--r--sysdeps/aix/proclist.c4
-rw-r--r--sysdeps/aix/procmap.c4
-rw-r--r--sysdeps/aix/procmem.c4
-rw-r--r--sysdeps/aix/procsegment.c4
-rw-r--r--sysdeps/aix/procsignal.c4
-rw-r--r--sysdeps/aix/procstate.c4
-rw-r--r--sysdeps/aix/proctime.c4
-rw-r--r--sysdeps/aix/procuid.c4
-rw-r--r--sysdeps/aix/sem_limits.c4
-rw-r--r--sysdeps/aix/shm_limits.c4
-rw-r--r--sysdeps/aix/siglist.c4
-rw-r--r--sysdeps/aix/swap.c4
-rw-r--r--sysdeps/aix/sysinfo.c4
-rw-r--r--sysdeps/aix/uptime.c4
-rw-r--r--sysdeps/aix/utils.c4
-rw-r--r--sysdeps/aix/utils.h4
31 files changed, 62 insertions, 62 deletions
diff --git a/sysdeps/aix/close.c b/sysdeps/aix/close.c
index 03057967..bee09f36 100644
--- a/sysdeps/aix/close.c
+++ b/sysdeps/aix/close.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/cpu.c b/sysdeps/aix/cpu.c
index b67a90e3..c3a7ce0d 100644
--- a/sysdeps/aix/cpu.c
+++ b/sysdeps/aix/cpu.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/glibtop_machine.h b/sysdeps/aix/glibtop_machine.h
index bf9fb859..55a8d3df 100644
--- a/sysdeps/aix/glibtop_machine.h
+++ b/sysdeps/aix/glibtop_machine.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __GLIBTOP_MACHINE_H__
diff --git a/sysdeps/aix/glibtop_server.h b/sysdeps/aix/glibtop_server.h
index a9c93ea8..c6eacc42 100644
--- a/sysdeps/aix/glibtop_server.h
+++ b/sysdeps/aix/glibtop_server.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __GLIBTOP_SERVER_H__
diff --git a/sysdeps/aix/glibtop_suid.h b/sysdeps/aix/glibtop_suid.h
index 69d7c7ea..c87d1269 100644
--- a/sysdeps/aix/glibtop_suid.h
+++ b/sysdeps/aix/glibtop_suid.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __GLIBTOP_SUID_H__
diff --git a/sysdeps/aix/loadavg.c b/sysdeps/aix/loadavg.c
index dbdeeea5..cfcad2d5 100644
--- a/sysdeps/aix/loadavg.c
+++ b/sysdeps/aix/loadavg.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/mem.c b/sysdeps/aix/mem.c
index 32057b9e..a80b4f08 100644
--- a/sysdeps/aix/mem.c
+++ b/sysdeps/aix/mem.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/msg_limits.c b/sysdeps/aix/msg_limits.c
index 9704f911..4ed066f2 100644
--- a/sysdeps/aix/msg_limits.c
+++ b/sysdeps/aix/msg_limits.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/netlist.c b/sysdeps/aix/netlist.c
index fce76fd4..30fde7e9 100644
--- a/sysdeps/aix/netlist.c
+++ b/sysdeps/aix/netlist.c
@@ -12,8 +12,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/netload.c b/sysdeps/aix/netload.c
index a4e65581..ede1ebc4 100644
--- a/sysdeps/aix/netload.c
+++ b/sysdeps/aix/netload.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/nosuid.c b/sysdeps/aix/nosuid.c
index de761fa1..8c70c69b 100644
--- a/sysdeps/aix/nosuid.c
+++ b/sysdeps/aix/nosuid.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/open.c b/sysdeps/aix/open.c
index 447bed03..b74354c1 100644
--- a/sysdeps/aix/open.c
+++ b/sysdeps/aix/open.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/ppp.c b/sysdeps/aix/ppp.c
index d7b510ef..0801643b 100644
--- a/sysdeps/aix/ppp.c
+++ b/sysdeps/aix/ppp.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procargs.c b/sysdeps/aix/procargs.c
index a79f26d2..91f2f2ec 100644
--- a/sysdeps/aix/procargs.c
+++ b/sysdeps/aix/procargs.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/prockernel.c b/sysdeps/aix/prockernel.c
index 61cb6ca8..23913e7f 100644
--- a/sysdeps/aix/prockernel.c
+++ b/sysdeps/aix/prockernel.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/proclist.c b/sysdeps/aix/proclist.c
index 6603b862..5420dfc8 100644
--- a/sysdeps/aix/proclist.c
+++ b/sysdeps/aix/proclist.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procmap.c b/sysdeps/aix/procmap.c
index ba6ce89a..64703604 100644
--- a/sysdeps/aix/procmap.c
+++ b/sysdeps/aix/procmap.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/sysdeps/aix/procmem.c b/sysdeps/aix/procmem.c
index e2455809..bdc22d69 100644
--- a/sysdeps/aix/procmem.c
+++ b/sysdeps/aix/procmem.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procsegment.c b/sysdeps/aix/procsegment.c
index b5dd9a2a..2c3adaed 100644
--- a/sysdeps/aix/procsegment.c
+++ b/sysdeps/aix/procsegment.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procsignal.c b/sysdeps/aix/procsignal.c
index 3c43a520..b27f3830 100644
--- a/sysdeps/aix/procsignal.c
+++ b/sysdeps/aix/procsignal.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite) +30,
- Boston, MA) +2111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procstate.c b/sysdeps/aix/procstate.c
index c98c7ca0..9fcdad62 100644
--- a/sysdeps/aix/procstate.c
+++ b/sysdeps/aix/procstate.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/proctime.c b/sysdeps/aix/proctime.c
index 10494745..739c96cd 100644
--- a/sysdeps/aix/proctime.c
+++ b/sysdeps/aix/proctime.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/procuid.c b/sysdeps/aix/procuid.c
index 29546e4e..2aa936cf 100644
--- a/sysdeps/aix/procuid.c
+++ b/sysdeps/aix/procuid.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/sem_limits.c b/sysdeps/aix/sem_limits.c
index 118a3420..754ce1f3 100644
--- a/sysdeps/aix/sem_limits.c
+++ b/sysdeps/aix/sem_limits.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/shm_limits.c b/sysdeps/aix/shm_limits.c
index 4815d08d..46a0160c 100644
--- a/sysdeps/aix/shm_limits.c
+++ b/sysdeps/aix/shm_limits.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/siglist.c b/sysdeps/aix/siglist.c
index 8076fe42..87e6d813 100644
--- a/sysdeps/aix/siglist.c
+++ b/sysdeps/aix/siglist.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/swap.c b/sysdeps/aix/swap.c
index f226a512..d20b0d19 100644
--- a/sysdeps/aix/swap.c
+++ b/sysdeps/aix/swap.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/sysinfo.c b/sysdeps/aix/sysinfo.c
index 64eade9a..7bdb4e46 100644
--- a/sysdeps/aix/sysinfo.c
+++ b/sysdeps/aix/sysinfo.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <sys/systemcfg.h>
diff --git a/sysdeps/aix/uptime.c b/sysdeps/aix/uptime.c
index a73260a5..cb36d70b 100644
--- a/sysdeps/aix/uptime.c
+++ b/sysdeps/aix/uptime.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/utils.c b/sysdeps/aix/utils.c
index cfcf5dca..174d5ab7 100644
--- a/sysdeps/aix/utils.c
+++ b/sysdeps/aix/utils.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/sysdeps/aix/utils.h b/sysdeps/aix/utils.h
index 3ce339a4..4ea18de6 100644
--- a/sysdeps/aix/utils.h
+++ b/sysdeps/aix/utils.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __UTILS_H__