diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-11 17:36:03 +0800 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-11 17:39:57 +0800 |
commit | febb44a4cb4c83db022e33d5e6ef8f55e43e0687 (patch) | |
tree | d021bf8991b3c6a2ac5b6b8e6fbfce008bb62dbe /sysdeps/mach/hurd/readlinkat.c | |
parent | 08773b3c1d67859ef28871a1c27e49be587eb7aa (diff) | |
download | glibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.tar.gz glibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.tar.xz glibc-febb44a4cb4c83db022e33d5e6ef8f55e43e0687.zip |
[BZ #13673] Replace FSF snail mail address with URL.
Diffstat (limited to 'sysdeps/mach/hurd/readlinkat.c')
-rw-r--r-- | sysdeps/mach/hurd/readlinkat.c | 5 |
1 files changed, 2 insertions, 3 deletions
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> |