aboutsummaryrefslogtreecommitdiff
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)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
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 07f706e..8b504fd 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 360b17c..5939322 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 f91cba5..4f5c1dd 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 4410f02..745062b 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 56d9701..51d7e28 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 06c0cde..026421f 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 275cfd5..fd6e274 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 1b1b7c7..a5277eb 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 cb30e76..ce013ca 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 bd34d87..41fdf2d 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 ad1c061..72e6186 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 6375b67..7fe4210 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 893b246..da4ecb4 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 0c18bd9..8fb7bfc 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 cf9e952..6b178d5 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 ad45dfa..115a3ce 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 85009b6..5519e67 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 3f69a8d..8b0a87b 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 21a936e..78ac570 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 3eda970..13bd574 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 d41bdd1..a816ee9 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 c3828cd..a6e2685 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 7b14452..f255a0e 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 f7bd717..47bda04 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 5b28331..5b40e10 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>