about summary refs log tree commit diff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-05-11 17:36:03 +0800
committerThomas Schwinge <thomas@codesourcery.com>2012-05-11 17:39:57 +0800
commitfebb44a4cb4c83db022e33d5e6ef8f55e43e0687 (patch)
treed021bf8991b3c6a2ac5b6b8e6fbfce008bb62dbe /sysdeps/mach
parent08773b3c1d67859ef28871a1c27e49be587eb7aa (diff)
downloadglibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.tar.gz
glibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.tar.xz
glibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.zip
[BZ #13673] Replace FSF snail mail address with URL.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/accept4.c5
-rw-r--r--sysdeps/mach/hurd/dup3.c5
-rw-r--r--sysdeps/mach/hurd/readlinkat.c5
3 files changed, 6 insertions, 9 deletions
diff --git a/sysdeps/mach/hurd/accept4.c b/sysdeps/mach/hurd/accept4.c
index a86e1771d6..eb4f95c9f1 100644
--- a/sysdeps/mach/hurd/accept4.c
+++ b/sysdeps/mach/hurd/accept4.c
@@ -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; see the file COPYING.LIB.  If
+   not, see <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
diff --git a/sysdeps/mach/hurd/dup3.c b/sysdeps/mach/hurd/dup3.c
index 523ca42285..22318705d5 100644
--- a/sysdeps/mach/hurd/dup3.c
+++ b/sysdeps/mach/hurd/dup3.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; see the file COPYING.LIB.  If
+   not, see <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
diff --git a/sysdeps/mach/hurd/readlinkat.c b/sysdeps/mach/hurd/readlinkat.c
index b70f9c8dea..c46522a48e 100644
--- a/sysdeps/mach/hurd/readlinkat.c
+++ b/sysdeps/mach/hurd/readlinkat.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; see the file COPYING.LIB.  If
+   not, see <http://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>