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 e53ca8c..eb8d671 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 82786b5..bc9a44d 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 e4451ed..02c06f7 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 75f8f1b..2d8a938 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 83732b3..a3135fb 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 fb4ca1a..a6f8aed 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 28a8f37..8e27a41 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 a9db299..8e3f0b5 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 6ebcb98..ea557cf 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 82c5682..7fe1cce 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 f418f3e..178f194 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 83374e4..7c69f53 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 e77f39d..e1da7f7 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 7426de6..9bf190f 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 873a3e3..2bd9adf 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 cb14d3a..4c8d62c 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 758c5b7..ed6fa64 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 ae3cfdd..9a6aa9f 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.1