summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/sysv/linux/powerpc/aix
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/unix/sysv/linux/powerpc/aix')
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c5
-rw-r--r--libc/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c5
8 files changed, 16 insertions, 24 deletions
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
index 0df33d4e9..ea61582ae 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.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/>. */
#define AIX_EPERM 1
#define AIX_ENOENT 2
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
index dc5ad5f73..802fb0e84 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.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/>. */
struct aixstat
{
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
index 5f3e953ab..112be6039 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.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 "aix-types.h"
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c b/libc/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
index ff4041b7e..4d6ce45d6 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.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 <dirent.h>
#include <string.h>
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c b/libc/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
index efa0df786..81d372255 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.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 <errno.h>
#include "linux-errno.h"
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c b/libc/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
index 0d7b5f780..a95906bad 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/statconv.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/>. */
void
__stat_aix_to_linux (const struct aixstat *aixstat, struct stat *linuxstat)
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c b/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
index c095c7c85..0aff40306 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.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 <errno.h>
#include <termios.h>
diff --git a/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c b/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
index 3f9d29808..58f17f3be 100644
--- a/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
+++ b/libc/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.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 <errno.h>
#include <termios.h>