summaryrefslogtreecommitdiff
path: root/libc/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'libc/dirent')
-rw-r--r--libc/dirent/Makefile5
-rw-r--r--libc/dirent/alphasort.c5
-rw-r--r--libc/dirent/alphasort64.c5
-rw-r--r--libc/dirent/closedir.c5
-rw-r--r--libc/dirent/dirent.h5
-rw-r--r--libc/dirent/dirfd.c5
-rw-r--r--libc/dirent/fdopendir.c5
-rw-r--r--libc/dirent/getdents.c5
-rw-r--r--libc/dirent/getdents64.c5
-rw-r--r--libc/dirent/list.c5
-rw-r--r--libc/dirent/opendir-tst1.c5
-rw-r--r--libc/dirent/opendir.c5
-rw-r--r--libc/dirent/readdir.c5
-rw-r--r--libc/dirent/readdir64.c5
-rw-r--r--libc/dirent/readdir64_r.c5
-rw-r--r--libc/dirent/readdir_r.c5
-rw-r--r--libc/dirent/rewinddir.c5
-rw-r--r--libc/dirent/scandir.c5
-rw-r--r--libc/dirent/scandir64.c5
-rw-r--r--libc/dirent/scandirat.c5
-rw-r--r--libc/dirent/scandirat64.c5
-rw-r--r--libc/dirent/seekdir.c5
-rw-r--r--libc/dirent/telldir.c5
-rw-r--r--libc/dirent/versionsort.c5
-rw-r--r--libc/dirent/versionsort64.c5
25 files changed, 50 insertions, 75 deletions
diff --git a/libc/dirent/Makefile b/libc/dirent/Makefile
index 07f706e67..8b504fdf0 100644
--- a/libc/dirent/Makefile
+++ b/libc/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/libc/dirent/alphasort.c b/libc/dirent/alphasort.c
index 360b17c5a..5939322ab 100644
--- a/libc/dirent/alphasort.c
+++ b/libc/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/libc/dirent/alphasort64.c b/libc/dirent/alphasort64.c
index f91cba508..4f5c1ddc3 100644
--- a/libc/dirent/alphasort64.c
+++ b/libc/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/libc/dirent/closedir.c b/libc/dirent/closedir.c
index 4410f02fb..745062b40 100644
--- a/libc/dirent/closedir.c
+++ b/libc/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/libc/dirent/dirent.h b/libc/dirent/dirent.h
index 56d970147..51d7e28f7 100644
--- a/libc/dirent/dirent.h
+++ b/libc/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/libc/dirent/dirfd.c b/libc/dirent/dirfd.c
index 06c0cde43..026421f33 100644
--- a/libc/dirent/dirfd.c
+++ b/libc/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/libc/dirent/fdopendir.c b/libc/dirent/fdopendir.c
index 275cfd58f..fd6e2741f 100644
--- a/libc/dirent/fdopendir.c
+++ b/libc/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/libc/dirent/getdents.c b/libc/dirent/getdents.c
index 1b1b7c7e8..a5277ebea 100644
--- a/libc/dirent/getdents.c
+++ b/libc/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/libc/dirent/getdents64.c b/libc/dirent/getdents64.c
index cb30e7654..ce013ca0e 100644
--- a/libc/dirent/getdents64.c
+++ b/libc/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/libc/dirent/list.c b/libc/dirent/list.c
index bd34d87cb..41fdf2dc5 100644
--- a/libc/dirent/list.c
+++ b/libc/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/libc/dirent/opendir-tst1.c b/libc/dirent/opendir-tst1.c
index ad1c06125..72e618686 100644
--- a/libc/dirent/opendir-tst1.c
+++ b/libc/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/libc/dirent/opendir.c b/libc/dirent/opendir.c
index 6375b6786..7fe4210c8 100644
--- a/libc/dirent/opendir.c
+++ b/libc/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/libc/dirent/readdir.c b/libc/dirent/readdir.c
index 893b246d4..da4ecb4b1 100644
--- a/libc/dirent/readdir.c
+++ b/libc/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/libc/dirent/readdir64.c b/libc/dirent/readdir64.c
index 0c18bd944..8fb7bfcd8 100644
--- a/libc/dirent/readdir64.c
+++ b/libc/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/libc/dirent/readdir64_r.c b/libc/dirent/readdir64_r.c
index cf9e952e1..6b178d5d5 100644
--- a/libc/dirent/readdir64_r.c
+++ b/libc/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/libc/dirent/readdir_r.c b/libc/dirent/readdir_r.c
index ad45dfa50..115a3ceaf 100644
--- a/libc/dirent/readdir_r.c
+++ b/libc/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/libc/dirent/rewinddir.c b/libc/dirent/rewinddir.c
index 85009b650..5519e6761 100644
--- a/libc/dirent/rewinddir.c
+++ b/libc/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/libc/dirent/scandir.c b/libc/dirent/scandir.c
index 3f69a8db7..8b0a87ba0 100644
--- a/libc/dirent/scandir.c
+++ b/libc/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/libc/dirent/scandir64.c b/libc/dirent/scandir64.c
index 21a936e4b..78ac570a1 100644
--- a/libc/dirent/scandir64.c
+++ b/libc/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/libc/dirent/scandirat.c b/libc/dirent/scandirat.c
index 3eda9702e..13bd57416 100644
--- a/libc/dirent/scandirat.c
+++ b/libc/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/libc/dirent/scandirat64.c b/libc/dirent/scandirat64.c
index d41bdd1d6..a816ee9e8 100644
--- a/libc/dirent/scandirat64.c
+++ b/libc/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/libc/dirent/seekdir.c b/libc/dirent/seekdir.c
index c3828cde0..a6e2685c1 100644
--- a/libc/dirent/seekdir.c
+++ b/libc/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/libc/dirent/telldir.c b/libc/dirent/telldir.c
index 7b1445232..f255a0e9b 100644
--- a/libc/dirent/telldir.c
+++ b/libc/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/libc/dirent/versionsort.c b/libc/dirent/versionsort.c
index f7bd71784..47bda040d 100644
--- a/libc/dirent/versionsort.c
+++ b/libc/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/libc/dirent/versionsort64.c b/libc/dirent/versionsort64.c
index 5b2833111..5b40e10bd 100644
--- a/libc/dirent/versionsort64.c
+++ b/libc/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>