From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- sysvipc/Makefile | 5 ++--- sysvipc/ftok.c | 5 ++--- sysvipc/msgctl.c | 5 ++--- sysvipc/msgget.c | 5 ++--- sysvipc/msgrcv.c | 5 ++--- sysvipc/msgsnd.c | 5 ++--- sysvipc/semctl.c | 5 ++--- sysvipc/semget.c | 5 ++--- sysvipc/semop.c | 5 ++--- sysvipc/semtimedop.c | 5 ++--- sysvipc/shmat.c | 5 ++--- sysvipc/shmctl.c | 5 ++--- sysvipc/shmdt.c | 5 ++--- sysvipc/shmget.c | 5 ++--- sysvipc/sys/ipc.h | 5 ++--- sysvipc/sys/msg.h | 5 ++--- sysvipc/sys/sem.h | 5 ++--- sysvipc/sys/shm.h | 5 ++--- 18 files changed, 36 insertions(+), 54 deletions(-) (limited to 'sysvipc') diff --git a/sysvipc/Makefile b/sysvipc/Makefile index e53ca8c5d2..eb8d6718b6 100644 --- a/sysvipc/Makefile +++ b/sysvipc/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# . # # Sub-makefile for sysvipc portion of the library. diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c index 82786b590f..bc9a44d631 100644 --- a/sysvipc/ftok.c +++ b/sysvipc/ftok.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/msgctl.c b/sysvipc/msgctl.c index e4451ed368..02c06f7e2e 100644 --- a/sysvipc/msgctl.c +++ b/sysvipc/msgctl.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/msgget.c b/sysvipc/msgget.c index 75f8f1bc7f..2d8a938230 100644 --- a/sysvipc/msgget.c +++ b/sysvipc/msgget.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/msgrcv.c b/sysvipc/msgrcv.c index 83732b3113..a3135fb9d7 100644 --- a/sysvipc/msgrcv.c +++ b/sysvipc/msgrcv.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/msgsnd.c b/sysvipc/msgsnd.c index fb4ca1aa56..a6f8aed3cd 100644 --- a/sysvipc/msgsnd.c +++ b/sysvipc/msgsnd.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/semctl.c b/sysvipc/semctl.c index 28a8f37387..8e27a41cca 100644 --- a/sysvipc/semctl.c +++ b/sysvipc/semctl.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/semget.c b/sysvipc/semget.c index a9db299000..8e3f0b57bb 100644 --- a/sysvipc/semget.c +++ b/sysvipc/semget.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/semop.c b/sysvipc/semop.c index 6ebcb98ba9..ea557cf9b5 100644 --- a/sysvipc/semop.c +++ b/sysvipc/semop.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/semtimedop.c b/sysvipc/semtimedop.c index 82c5682655..7fe1ccef7f 100644 --- a/sysvipc/semtimedop.c +++ b/sysvipc/semtimedop.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/shmat.c b/sysvipc/shmat.c index f418f3e774..178f194aa0 100644 --- a/sysvipc/shmat.c +++ b/sysvipc/shmat.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/shmctl.c b/sysvipc/shmctl.c index 83374e4b92..7c69f53fa8 100644 --- a/sysvipc/shmctl.c +++ b/sysvipc/shmctl.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/shmdt.c b/sysvipc/shmdt.c index e77f39daac..e1da7f73f8 100644 --- a/sysvipc/shmdt.c +++ b/sysvipc/shmdt.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/shmget.c b/sysvipc/shmget.c index 7426de656d..9bf190fdf1 100644 --- a/sysvipc/shmget.c +++ b/sysvipc/shmget.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/sysvipc/sys/ipc.h b/sysvipc/sys/ipc.h index 873a3e3e58..2bd9adf8a7 100644 --- a/sysvipc/sys/ipc.h +++ b/sysvipc/sys/ipc.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_IPC_H #define _SYS_IPC_H 1 diff --git a/sysvipc/sys/msg.h b/sysvipc/sys/msg.h index cb14d3a8ee..4c8d62cbf7 100644 --- a/sysvipc/sys/msg.h +++ b/sysvipc/sys/msg.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_MSG_H #define _SYS_MSG_H diff --git a/sysvipc/sys/sem.h b/sysvipc/sys/sem.h index 758c5b7b20..ed6fa6473b 100644 --- a/sysvipc/sys/sem.h +++ b/sysvipc/sys/sem.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SEM_H #define _SYS_SEM_H 1 diff --git a/sysvipc/sys/shm.h b/sysvipc/sys/shm.h index ae3cfdd4a2..9a6aa9ff8a 100644 --- a/sysvipc/sys/shm.h +++ b/sysvipc/sys/shm.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SHM_H #define _SYS_SHM_H 1 -- cgit v1.2.3