diff options
Diffstat (limited to 'nptl/sysdeps/sh')
-rw-r--r-- | nptl/sysdeps/sh/pthread_spin_init.c | 5 | ||||
-rw-r--r-- | nptl/sysdeps/sh/pthread_spin_lock.c | 5 | ||||
-rw-r--r-- | nptl/sysdeps/sh/pthread_spin_trylock.S | 5 | ||||
-rw-r--r-- | nptl/sysdeps/sh/pthread_spin_unlock.S | 5 | ||||
-rw-r--r-- | nptl/sysdeps/sh/pthreaddef.h | 5 | ||||
-rw-r--r-- | nptl/sysdeps/sh/tls.h | 5 |
6 files changed, 12 insertions, 18 deletions
diff --git a/nptl/sysdeps/sh/pthread_spin_init.c b/nptl/sysdeps/sh/pthread_spin_init.c index 0a47981..9462f8d 100644 --- a/nptl/sysdeps/sh/pthread_spin_init.c +++ b/nptl/sysdeps/sh/pthread_spin_init.c @@ -13,8 +13,7 @@ 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/>. */ /* Not needed. pthread_spin_init is an alias for pthread_spin_unlock. */ diff --git a/nptl/sysdeps/sh/pthread_spin_lock.c b/nptl/sysdeps/sh/pthread_spin_lock.c index e732641..798c124 100644 --- a/nptl/sysdeps/sh/pthread_spin_lock.c +++ b/nptl/sysdeps/sh/pthread_spin_lock.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 "pthreadP.h" diff --git a/nptl/sysdeps/sh/pthread_spin_trylock.S b/nptl/sysdeps/sh/pthread_spin_trylock.S index 18112ba..fe29c89 100644 --- a/nptl/sysdeps/sh/pthread_spin_trylock.S +++ b/nptl/sysdeps/sh/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 <pthread-errnos.h> diff --git a/nptl/sysdeps/sh/pthread_spin_unlock.S b/nptl/sysdeps/sh/pthread_spin_unlock.S index c77acaf..689b775 100644 --- a/nptl/sysdeps/sh/pthread_spin_unlock.S +++ b/nptl/sysdeps/sh/pthread_spin_unlock.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/>. */ .globl pthread_spin_unlock .type pthread_spin_unlock,@function diff --git a/nptl/sysdeps/sh/pthreaddef.h b/nptl/sysdeps/sh/pthreaddef.h index 70c6a85..3a7b38d 100644 --- a/nptl/sysdeps/sh/pthreaddef.h +++ b/nptl/sysdeps/sh/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/>. */ #include <sysdep.h> diff --git a/nptl/sysdeps/sh/tls.h b/nptl/sysdeps/sh/tls.h index 908e455..a7f53df 100644 --- a/nptl/sysdeps/sh/tls.h +++ b/nptl/sysdeps/sh/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 |