aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/nptl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-09 23:56:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-09 23:56:38 +0000
commitab84e3ff9c5c66fd74c8f2b4d0be74b08a968f06 (patch)
tree9d4b9be7a128037d5a81097e1662b5181a3b4277 /sysdeps/mips/nptl
parent23b8c9ac74460f519deda7a28aa9d59c51fbcc98 (diff)
downloadglibc-ab84e3ff9c5c66fd74c8f2b4d0be74b08a968f06.zip
glibc-ab84e3ff9c5c66fd74c8f2b4d0be74b08a968f06.tar.gz
glibc-ab84e3ff9c5c66fd74c8f2b4d0be74b08a968f06.tar.bz2
Replace FSF snail mail address by URL.
Diffstat (limited to 'sysdeps/mips/nptl')
-rw-r--r--sysdeps/mips/nptl/Makefile5
-rw-r--r--sysdeps/mips/nptl/pthread_spin_lock.S5
-rw-r--r--sysdeps/mips/nptl/pthread_spin_trylock.S5
-rw-r--r--sysdeps/mips/nptl/pthreaddef.h5
-rw-r--r--sysdeps/mips/nptl/tls.h5
5 files changed, 10 insertions, 15 deletions
diff --git a/sysdeps/mips/nptl/Makefile b/sysdeps/mips/nptl/Makefile
index d0c59a5..ef42ebe 100644
--- a/sysdeps/mips/nptl/Makefile
+++ b/sysdeps/mips/nptl/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/>.
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
diff --git a/sysdeps/mips/nptl/pthread_spin_lock.S b/sysdeps/mips/nptl/pthread_spin_lock.S
index d5f2a72..a8504f1 100644
--- a/sysdeps/mips/nptl/pthread_spin_lock.S
+++ b/sysdeps/mips/nptl/pthread_spin_lock.S
@@ -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 <sys/asm.h>
#include <sysdep.h>
diff --git a/sysdeps/mips/nptl/pthread_spin_trylock.S b/sysdeps/mips/nptl/pthread_spin_trylock.S
index 9c6e740..95b55c3 100644
--- a/sysdeps/mips/nptl/pthread_spin_trylock.S
+++ b/sysdeps/mips/nptl/pthread_spin_trylock.S
@@ -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 <sys/asm.h>
#include <sysdep.h>
diff --git a/sysdeps/mips/nptl/pthreaddef.h b/sysdeps/mips/nptl/pthreaddef.h
index e72b4bc..0a28ab4 100644
--- a/sysdeps/mips/nptl/pthreaddef.h
+++ b/sysdeps/mips/nptl/pthreaddef.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/>. */
/* Default stack size. */
#define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)
diff --git a/sysdeps/mips/nptl/tls.h b/sysdeps/mips/nptl/tls.h
index 0f215d4..8a97437 100644
--- a/sysdeps/mips/nptl/tls.h
+++ b/sysdeps/mips/nptl/tls.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 _TLS_H
#define _TLS_H 1