diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /sysvipc | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'sysvipc')
-rw-r--r-- | sysvipc/Makefile | 5 | ||||
-rw-r--r-- | sysvipc/ftok.c | 5 | ||||
-rw-r--r-- | sysvipc/msgctl.c | 5 | ||||
-rw-r--r-- | sysvipc/msgget.c | 5 | ||||
-rw-r--r-- | sysvipc/msgrcv.c | 5 | ||||
-rw-r--r-- | sysvipc/msgsnd.c | 5 | ||||
-rw-r--r-- | sysvipc/semctl.c | 5 | ||||
-rw-r--r-- | sysvipc/semget.c | 5 | ||||
-rw-r--r-- | sysvipc/semop.c | 5 | ||||
-rw-r--r-- | sysvipc/semtimedop.c | 5 | ||||
-rw-r--r-- | sysvipc/shmat.c | 5 | ||||
-rw-r--r-- | sysvipc/shmctl.c | 5 | ||||
-rw-r--r-- | sysvipc/shmdt.c | 5 | ||||
-rw-r--r-- | sysvipc/shmget.c | 5 | ||||
-rw-r--r-- | sysvipc/sys/ipc.h | 5 | ||||
-rw-r--r-- | sysvipc/sys/msg.h | 5 | ||||
-rw-r--r-- | sysvipc/sys/sem.h | 5 | ||||
-rw-r--r-- | sysvipc/sys/shm.h | 5 |
18 files changed, 36 insertions, 54 deletions
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 +# <http://www.gnu.org/licenses/>. # # 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 + <http://www.gnu.org/licenses/>. */ #include <sys/ipc.h> #include <sys/stat.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #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 + <http://www.gnu.org/licenses/>. */ #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 + <http://www.gnu.org/licenses/>. */ #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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SHM_H #define _SYS_SHM_H 1 |