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 /mach | |
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 'mach')
-rw-r--r-- | mach/Machrules | 5 | ||||
-rw-r--r-- | mach/Makefile | 5 | ||||
-rw-r--r-- | mach/devstream.c | 5 | ||||
-rw-r--r-- | mach/lock-intern.h | 5 | ||||
-rw-r--r-- | mach/mach.h | 5 | ||||
-rw-r--r-- | mach/mach/mach_traps.h | 5 | ||||
-rw-r--r-- | mach/mach/mig_support.h | 5 | ||||
-rw-r--r-- | mach/mach_init.c | 5 | ||||
-rw-r--r-- | mach/mach_init.h | 5 | ||||
-rw-r--r-- | mach/mig-alloc.c | 5 | ||||
-rw-r--r-- | mach/mig-dealloc.c | 5 | ||||
-rw-r--r-- | mach/mig-reply.c | 5 | ||||
-rw-r--r-- | mach/msgserver.c | 5 | ||||
-rw-r--r-- | mach/mutex-init.c | 5 | ||||
-rw-r--r-- | mach/mutex-solid.c | 5 | ||||
-rw-r--r-- | mach/setup-thread.c | 5 | ||||
-rw-r--r-- | mach/spin-lock.h | 5 | ||||
-rw-r--r-- | mach/spin-solid.c | 5 |
18 files changed, 36 insertions, 54 deletions
diff --git a/mach/Machrules b/mach/Machrules index 37693ae..d211bce 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -14,9 +14,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/>. # Makefiles may define these variable before including this file: # user-interfaces Names of interfaces to put user stubs in for. diff --git a/mach/Makefile b/mach/Makefile index 314f2ef..ec33fa7 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -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/>. subdir := mach diff --git a/mach/devstream.c b/mach/devstream.c index ebc4b93..7c5a783 100644 --- a/mach/devstream.c +++ b/mach/devstream.c @@ -14,9 +14,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 <stdio.h> #include <mach.h> diff --git a/mach/lock-intern.h b/mach/lock-intern.h index 4aaaedc..7c137d9 100644 --- a/mach/lock-intern.h +++ b/mach/lock-intern.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 _LOCK_INTERN_H #define _LOCK_INTERN_H diff --git a/mach/mach.h b/mach/mach.h index f8fd44b..622db97 100644 --- a/mach/mach.h +++ b/mach/mach.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 _MACH_H diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 2d97baa..29ebbe9 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.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/>. */ /* Declare the few Mach system calls (except mach_msg, in <mach/message.h>). This does not include the kernel RPC shortcut calls (in <mach-shortcuts.h>). diff --git a/mach/mach/mig_support.h b/mach/mach/mig_support.h index f02e8d4..84838be 100644 --- a/mach/mach/mig_support.h +++ b/mach/mach/mig_support.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/>. */ /* Useful declarations and support functions for MiG-generated stubs. */ diff --git a/mach/mach_init.c b/mach/mach_init.c index 552d268..6e69f12 100644 --- a/mach/mach_init.c +++ b/mach/mach_init.c @@ -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/>. */ #include <mach.h> #include <mach/mig_support.h> diff --git a/mach/mach_init.h b/mach/mach_init.h index 38823d4..5b015a6 100644 --- a/mach/mach_init.h +++ b/mach/mach_init.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 _MACH_INIT_H diff --git a/mach/mig-alloc.c b/mach/mig-alloc.c index 7324c65..ec465a1 100644 --- a/mach/mig-alloc.c +++ b/mach/mig-alloc.c @@ -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/>. */ #include <mach.h> diff --git a/mach/mig-dealloc.c b/mach/mig-dealloc.c index 99c9906..635db5a 100644 --- a/mach/mig-dealloc.c +++ b/mach/mig-dealloc.c @@ -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/>. */ #include <mach.h> diff --git a/mach/mig-reply.c b/mach/mig-reply.c index 3b02028..3bfd9c1 100644 --- a/mach/mig-reply.c +++ b/mach/mig-reply.c @@ -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/>. */ #include <mach.h> diff --git a/mach/msgserver.c b/mach/msgserver.c index 9478ae1..915a088 100644 --- a/mach/msgserver.c +++ b/mach/msgserver.c @@ -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/>. */ /* Based on CMU's mach_msg_server.c revision 2.4 of 91/05/14, and thus under the following copyright. Rewritten by Roland McGrath (FSF) diff --git a/mach/mutex-init.c b/mach/mutex-init.c index 94b0332..46ec114 100644 --- a/mach/mutex-init.c +++ b/mach/mutex-init.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 <lock-intern.h> #include <cthreads.h> diff --git a/mach/mutex-solid.c b/mach/mutex-solid.c index 13f911f..025b391 100644 --- a/mach/mutex-solid.c +++ b/mach/mutex-solid.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 <lock-intern.h> #include <cthreads.h> diff --git a/mach/setup-thread.c b/mach/setup-thread.c index fecffd9..7d104ab 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -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/>. */ #include <mach.h> #include <thread_state.h> diff --git a/mach/spin-lock.h b/mach/spin-lock.h index 1e9acf2..624ee27 100644 --- a/mach/spin-lock.h +++ b/mach/spin-lock.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 _SPIN_LOCK_H #define _SPIN_LOCK_H diff --git a/mach/spin-solid.c b/mach/spin-solid.c index 3e3fbd4..0bd0a50 100644 --- a/mach/spin-solid.c +++ b/mach/spin-solid.c @@ -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/>. */ #include <spin-lock.h> #include <mach/mach_traps.h> |