about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/aix
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/aix')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/statconv.c5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c5
8 files changed, 16 insertions, 24 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
index 0df33d4e96..ea61582ae3 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
index dc5ad5f731..802fb0e849 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
index 5f3e953abc..112be60399 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
index ff4041b7ee..4d6ce45d64 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
index efa0df786a..81d3722553 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
index 0d7b5f7809..a95906bade 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c b/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
index c095c7c856..0aff403065 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
+++ b/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/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c b/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
index 3f9d298086..58f17f3be7 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
+++ b/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>