summaryrefslogtreecommitdiff
path: root/libc/sysdeps/wordsize-32
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/wordsize-32')
-rw-r--r--libc/sysdeps/wordsize-32/bits/wordsize.h5
-rw-r--r--libc/sysdeps/wordsize-32/divdi3.c5
-rw-r--r--libc/sysdeps/wordsize-32/llabs.c5
-rw-r--r--libc/sysdeps/wordsize-32/lldiv.c5
-rw-r--r--libc/sysdeps/wordsize-32/strtoimax.c5
-rw-r--r--libc/sysdeps/wordsize-32/strtoumax.c5
-rw-r--r--libc/sysdeps/wordsize-32/symbol-hacks.h5
-rw-r--r--libc/sysdeps/wordsize-32/wcstoimax.c5
-rw-r--r--libc/sysdeps/wordsize-32/wcstoumax.c5
9 files changed, 18 insertions, 27 deletions
diff --git a/libc/sysdeps/wordsize-32/bits/wordsize.h b/libc/sysdeps/wordsize-32/bits/wordsize.h
index ba643b60a..ca82fd7d4 100644
--- a/libc/sysdeps/wordsize-32/bits/wordsize.h
+++ b/libc/sysdeps/wordsize-32/bits/wordsize.h
@@ -12,8 +12,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/>. */
#define __WORDSIZE 32
diff --git a/libc/sysdeps/wordsize-32/divdi3.c b/libc/sysdeps/wordsize-32/divdi3.c
index 78ae27827..f0a8aa1bd 100644
--- a/libc/sysdeps/wordsize-32/divdi3.c
+++ b/libc/sysdeps/wordsize-32/divdi3.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 <endian.h>
#include <stdlib.h>
diff --git a/libc/sysdeps/wordsize-32/llabs.c b/libc/sysdeps/wordsize-32/llabs.c
index 04a93f4ea..ccdafc397 100644
--- a/libc/sysdeps/wordsize-32/llabs.c
+++ b/libc/sysdeps/wordsize-32/llabs.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 <inttypes.h>
diff --git a/libc/sysdeps/wordsize-32/lldiv.c b/libc/sysdeps/wordsize-32/lldiv.c
index 1d543ba0f..ec5b36745 100644
--- a/libc/sysdeps/wordsize-32/lldiv.c
+++ b/libc/sysdeps/wordsize-32/lldiv.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/>. */
/* Ugly trick ahead to make the alias work. */
#define imaxdiv __libc_imaxdiv
diff --git a/libc/sysdeps/wordsize-32/strtoimax.c b/libc/sysdeps/wordsize-32/strtoimax.c
index 97c9b5f7a..fa67d8ddf 100644
--- a/libc/sysdeps/wordsize-32/strtoimax.c
+++ b/libc/sysdeps/wordsize-32/strtoimax.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 <inttypes.h>
#include <stdlib.h>
diff --git a/libc/sysdeps/wordsize-32/strtoumax.c b/libc/sysdeps/wordsize-32/strtoumax.c
index f3d08a491..c288e14f2 100644
--- a/libc/sysdeps/wordsize-32/strtoumax.c
+++ b/libc/sysdeps/wordsize-32/strtoumax.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 <inttypes.h>
#include <stdlib.h>
diff --git a/libc/sysdeps/wordsize-32/symbol-hacks.h b/libc/sysdeps/wordsize-32/symbol-hacks.h
index c167cb947..52a14fc67 100644
--- a/libc/sysdeps/wordsize-32/symbol-hacks.h
+++ b/libc/sysdeps/wordsize-32/symbol-hacks.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/>. */
/* A very dirty trick: gcc emits references to __divdi3, __udivdi3,
__moddi3, and __umoddi3. These functions are exported and
diff --git a/libc/sysdeps/wordsize-32/wcstoimax.c b/libc/sysdeps/wordsize-32/wcstoimax.c
index 750769a17..ae286c074 100644
--- a/libc/sysdeps/wordsize-32/wcstoimax.c
+++ b/libc/sysdeps/wordsize-32/wcstoimax.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 <inttypes.h>
#include <wchar.h>
diff --git a/libc/sysdeps/wordsize-32/wcstoumax.c b/libc/sysdeps/wordsize-32/wcstoumax.c
index 6def28b20..e52f7761a 100644
--- a/libc/sysdeps/wordsize-32/wcstoumax.c
+++ b/libc/sysdeps/wordsize-32/wcstoumax.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 <inttypes.h>
#include <wchar.h>