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.tar.gz |
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 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 +# <http://www.gnu.org/licenses/>. # # 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 + <http://www.gnu.org/licenses/>. */ #include <sys/ipc.h> #include <sys/stat.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/msg.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/sem.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <sys/shm.h> #include <errno.h> 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 + <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 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 + <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 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 + <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 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 + <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 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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SHM_H #define _SYS_SHM_H 1 |