summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/sparc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/unix/sparc')
-rw-r--r--libc/sysdeps/unix/sparc/brk.S5
-rw-r--r--libc/sysdeps/unix/sparc/fork.S5
-rw-r--r--libc/sysdeps/unix/sparc/pipe.S5
-rw-r--r--libc/sysdeps/unix/sparc/start.c5
-rw-r--r--libc/sysdeps/unix/sparc/sysdep.S5
-rw-r--r--libc/sysdeps/unix/sparc/sysdep.h5
-rw-r--r--libc/sysdeps/unix/sparc/vfork.S5
7 files changed, 14 insertions, 21 deletions
diff --git a/libc/sysdeps/unix/sparc/brk.S b/libc/sysdeps/unix/sparc/brk.S
index 29255fc68..6b5d14724 100644
--- a/libc/sysdeps/unix/sparc/brk.S
+++ b/libc/sysdeps/unix/sparc/brk.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 <sysdep.h>
diff --git a/libc/sysdeps/unix/sparc/fork.S b/libc/sysdeps/unix/sparc/fork.S
index ae594ec8e..be07ff2c7 100644
--- a/libc/sysdeps/unix/sparc/fork.S
+++ b/libc/sysdeps/unix/sparc/fork.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 <sysdep.h>
diff --git a/libc/sysdeps/unix/sparc/pipe.S b/libc/sysdeps/unix/sparc/pipe.S
index 43981c895..251364177 100644
--- a/libc/sysdeps/unix/sparc/pipe.S
+++ b/libc/sysdeps/unix/sparc/pipe.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 <sysdep.h>
diff --git a/libc/sysdeps/unix/sparc/start.c b/libc/sysdeps/unix/sparc/start.c
index 6efe69662..86fb8bb0a 100644
--- a/libc/sysdeps/unix/sparc/start.c
+++ b/libc/sysdeps/unix/sparc/start.c
@@ -29,9 +29,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 <errno.h>
#include <stdlib.h>
diff --git a/libc/sysdeps/unix/sparc/sysdep.S b/libc/sysdeps/unix/sparc/sysdep.S
index 5a29275cc..706a276a8 100644
--- a/libc/sysdeps/unix/sparc/sysdep.S
+++ b/libc/sysdeps/unix/sparc/sysdep.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 <sysdep.h>
#define _ERRNO_H
diff --git a/libc/sysdeps/unix/sparc/sysdep.h b/libc/sysdeps/unix/sparc/sysdep.h
index f83b1c78f..fe8b75a0e 100644
--- a/libc/sysdeps/unix/sparc/sysdep.h
+++ b/libc/sysdeps/unix/sparc/sysdep.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/>. */
#include <sysdeps/unix/sysdep.h>
#include <sysdeps/sparc/sysdep.h>
diff --git a/libc/sysdeps/unix/sparc/vfork.S b/libc/sysdeps/unix/sparc/vfork.S
index 5d48b090d..c8c2d51df 100644
--- a/libc/sysdeps/unix/sparc/vfork.S
+++ b/libc/sysdeps/unix/sparc/vfork.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 <sysdep.h>