From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- dirent/Makefile | 5 ++--- dirent/alphasort.c | 5 ++--- dirent/alphasort64.c | 5 ++--- dirent/closedir.c | 5 ++--- dirent/dirent.h | 5 ++--- dirent/dirfd.c | 5 ++--- dirent/fdopendir.c | 5 ++--- dirent/getdents.c | 5 ++--- dirent/getdents64.c | 5 ++--- dirent/list.c | 5 ++--- dirent/opendir-tst1.c | 5 ++--- dirent/opendir.c | 5 ++--- dirent/readdir.c | 5 ++--- dirent/readdir64.c | 5 ++--- dirent/readdir64_r.c | 5 ++--- dirent/readdir_r.c | 5 ++--- dirent/rewinddir.c | 5 ++--- dirent/scandir.c | 5 ++--- dirent/scandir64.c | 5 ++--- dirent/scandirat.c | 5 ++--- dirent/scandirat64.c | 5 ++--- dirent/seekdir.c | 5 ++--- dirent/telldir.c | 5 ++--- dirent/versionsort.c | 5 ++--- dirent/versionsort64.c | 5 ++--- 25 files changed, 50 insertions(+), 75 deletions(-) (limited to 'dirent') diff --git a/dirent/Makefile b/dirent/Makefile index 07f706e678..8b504fdf09 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -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 +# . # # Sub-makefile for dirent portion of the library. diff --git a/dirent/alphasort.c b/dirent/alphasort.c index 360b17c5a0..5939322ab8 100644 --- a/dirent/alphasort.c +++ b/dirent/alphasort.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 + . */ #include #include diff --git a/dirent/alphasort64.c b/dirent/alphasort64.c index f91cba5088..4f5c1ddc35 100644 --- a/dirent/alphasort64.c +++ b/dirent/alphasort64.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 + . */ #include #include diff --git a/dirent/closedir.c b/dirent/closedir.c index 4410f02fb3..745062b40e 100644 --- a/dirent/closedir.c +++ b/dirent/closedir.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 + . */ #include #include diff --git a/dirent/dirent.h b/dirent/dirent.h index 56d9701472..51d7e28f72 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.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 + . */ /* * POSIX Standard: 5.1.2 Directory Operations diff --git a/dirent/dirfd.c b/dirent/dirfd.c index 06c0cde435..026421f33b 100644 --- a/dirent/dirfd.c +++ b/dirent/dirfd.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; if not, see + . */ #include #include diff --git a/dirent/fdopendir.c b/dirent/fdopendir.c index 275cfd58fe..fd6e2741f1 100644 --- a/dirent/fdopendir.c +++ b/dirent/fdopendir.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; if not, see + . */ #include #include diff --git a/dirent/getdents.c b/dirent/getdents.c index 1b1b7c7e8f..a5277ebea6 100644 --- a/dirent/getdents.c +++ b/dirent/getdents.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 + . */ #include #include diff --git a/dirent/getdents64.c b/dirent/getdents64.c index cb30e76545..ce013ca0e0 100644 --- a/dirent/getdents64.c +++ b/dirent/getdents64.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 + . */ #include #include diff --git a/dirent/list.c b/dirent/list.c index bd34d87cb2..41fdf2dc5a 100644 --- a/dirent/list.c +++ b/dirent/list.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 + . */ #include #include diff --git a/dirent/opendir-tst1.c b/dirent/opendir-tst1.c index ad1c06125d..72e618686f 100644 --- a/dirent/opendir-tst1.c +++ b/dirent/opendir-tst1.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; if not, see + . */ #include #include diff --git a/dirent/opendir.c b/dirent/opendir.c index 6375b6786a..7fe4210c8f 100644 --- a/dirent/opendir.c +++ b/dirent/opendir.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 + . */ #include #include diff --git a/dirent/readdir.c b/dirent/readdir.c index 893b246d41..da4ecb4b1a 100644 --- a/dirent/readdir.c +++ b/dirent/readdir.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 + . */ #include #include diff --git a/dirent/readdir64.c b/dirent/readdir64.c index 0c18bd9440..8fb7bfcd8e 100644 --- a/dirent/readdir64.c +++ b/dirent/readdir64.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 + . */ #include #include diff --git a/dirent/readdir64_r.c b/dirent/readdir64_r.c index cf9e952e1a..6b178d5d50 100644 --- a/dirent/readdir64_r.c +++ b/dirent/readdir64_r.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 + . */ #include #include diff --git a/dirent/readdir_r.c b/dirent/readdir_r.c index ad45dfa504..115a3ceaf7 100644 --- a/dirent/readdir_r.c +++ b/dirent/readdir_r.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 + . */ #include #include diff --git a/dirent/rewinddir.c b/dirent/rewinddir.c index 85009b6509..5519e6761d 100644 --- a/dirent/rewinddir.c +++ b/dirent/rewinddir.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 + . */ #include #include diff --git a/dirent/scandir.c b/dirent/scandir.c index 3f69a8db77..8b0a87ba06 100644 --- a/dirent/scandir.c +++ b/dirent/scandir.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; if not, see + . */ #include #include diff --git a/dirent/scandir64.c b/dirent/scandir64.c index 21a936e4bb..78ac570a18 100644 --- a/dirent/scandir64.c +++ b/dirent/scandir64.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 + . */ #include diff --git a/dirent/scandirat.c b/dirent/scandirat.c index 3eda9702e8..13bd57416a 100644 --- a/dirent/scandirat.c +++ b/dirent/scandirat.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; if not, see + . */ #include #include diff --git a/dirent/scandirat64.c b/dirent/scandirat64.c index d41bdd1d66..a816ee9e85 100644 --- a/dirent/scandirat64.c +++ b/dirent/scandirat64.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 + . */ #include diff --git a/dirent/seekdir.c b/dirent/seekdir.c index c3828cde0f..a6e2685c1b 100644 --- a/dirent/seekdir.c +++ b/dirent/seekdir.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 + . */ #include #include diff --git a/dirent/telldir.c b/dirent/telldir.c index 7b14452327..f255a0e9b5 100644 --- a/dirent/telldir.c +++ b/dirent/telldir.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 + . */ #include #include diff --git a/dirent/versionsort.c b/dirent/versionsort.c index f7bd717848..47bda040db 100644 --- a/dirent/versionsort.c +++ b/dirent/versionsort.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 + . */ #include #include diff --git a/dirent/versionsort64.c b/dirent/versionsort64.c index 5b2833111b..5b40e10bd7 100644 --- a/dirent/versionsort64.c +++ b/dirent/versionsort64.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 + . */ #include #include -- cgit 1.4.1