summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /dirent
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'dirent')
-rw-r--r--dirent/Makefile5
-rw-r--r--dirent/alphasort.c5
-rw-r--r--dirent/alphasort64.c5
-rw-r--r--dirent/closedir.c5
-rw-r--r--dirent/dirent.h5
-rw-r--r--dirent/dirfd.c5
-rw-r--r--dirent/fdopendir.c5
-rw-r--r--dirent/getdents.c5
-rw-r--r--dirent/getdents64.c5
-rw-r--r--dirent/list.c5
-rw-r--r--dirent/opendir-tst1.c5
-rw-r--r--dirent/opendir.c5
-rw-r--r--dirent/readdir.c5
-rw-r--r--dirent/readdir64.c5
-rw-r--r--dirent/readdir64_r.c5
-rw-r--r--dirent/readdir_r.c5
-rw-r--r--dirent/rewinddir.c5
-rw-r--r--dirent/scandir.c5
-rw-r--r--dirent/scandir64.c5
-rw-r--r--dirent/scandirat.c5
-rw-r--r--dirent/scandirat64.c5
-rw-r--r--dirent/seekdir.c5
-rw-r--r--dirent/telldir.c5
-rw-r--r--dirent/versionsort.c5
-rw-r--r--dirent/versionsort64.c5
25 files changed, 50 insertions, 75 deletions
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
+# <http://www.gnu.org/licenses/>.
#
# 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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <string.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <string.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 5.1.2 Directory Operations <dirent.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <dirstream.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <fcntl.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <stdlib.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/types.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <string.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <string.h>