summaryrefslogtreecommitdiff
path: root/libc/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'libc/dirent')
-rw-r--r--libc/dirent/Makefile2
-rw-r--r--libc/dirent/alphasort.c2
-rw-r--r--libc/dirent/alphasort64.c2
-rw-r--r--libc/dirent/closedir.c2
-rw-r--r--libc/dirent/dirent.h2
-rw-r--r--libc/dirent/dirfd.c2
-rw-r--r--libc/dirent/fdopendir.c2
-rw-r--r--libc/dirent/getdents.c2
-rw-r--r--libc/dirent/getdents64.c2
-rw-r--r--libc/dirent/list.c2
-rw-r--r--libc/dirent/opendir-tst1.c2
-rw-r--r--libc/dirent/opendir.c2
-rw-r--r--libc/dirent/readdir.c2
-rw-r--r--libc/dirent/readdir64.c2
-rw-r--r--libc/dirent/readdir64_r.c2
-rw-r--r--libc/dirent/readdir_r.c2
-rw-r--r--libc/dirent/rewinddir.c2
-rw-r--r--libc/dirent/scandir.c2
-rw-r--r--libc/dirent/scandir64.c2
-rw-r--r--libc/dirent/scandirat.c2
-rw-r--r--libc/dirent/scandirat64.c2
-rw-r--r--libc/dirent/seekdir.c2
-rw-r--r--libc/dirent/telldir.c2
-rw-r--r--libc/dirent/versionsort.c2
-rw-r--r--libc/dirent/versionsort64.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/libc/dirent/Makefile b/libc/dirent/Makefile
index f28e8e411..a67d2e6f2 100644
--- a/libc/dirent/Makefile
+++ b/libc/dirent/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2013 Free Software Foundation, Inc.
+# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/alphasort.c b/libc/dirent/alphasort.c
index 5ddedf457..0757c211b 100644
--- a/libc/dirent/alphasort.c
+++ b/libc/dirent/alphasort.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/alphasort64.c b/libc/dirent/alphasort64.c
index ed2f6844c..68a2bc099 100644
--- a/libc/dirent/alphasort64.c
+++ b/libc/dirent/alphasort64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/closedir.c b/libc/dirent/closedir.c
index f146217b4..599f4d481 100644
--- a/libc/dirent/closedir.c
+++ b/libc/dirent/closedir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/dirent.h b/libc/dirent/dirent.h
index aa22fc89e..9227adc86 100644
--- a/libc/dirent/dirent.h
+++ b/libc/dirent/dirent.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/dirfd.c b/libc/dirent/dirfd.c
index db82aa1da..e61d4476f 100644
--- a/libc/dirent/dirfd.c
+++ b/libc/dirent/dirfd.c
@@ -1,5 +1,5 @@
/* Return the file descriptor used by a DIR stream. Stub version.
- Copyright (C) 1995-2013 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/fdopendir.c b/libc/dirent/fdopendir.c
index 6463b4030..ca327c166 100644
--- a/libc/dirent/fdopendir.c
+++ b/libc/dirent/fdopendir.c
@@ -1,5 +1,5 @@
/* Open a directory stream from a file descriptor. Stub version.
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/getdents.c b/libc/dirent/getdents.c
index 6bd0c7c02..c68897435 100644
--- a/libc/dirent/getdents.c
+++ b/libc/dirent/getdents.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/getdents64.c b/libc/dirent/getdents64.c
index 6fc400f80..a48fd4e09 100644
--- a/libc/dirent/getdents64.c
+++ b/libc/dirent/getdents64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/list.c b/libc/dirent/list.c
index 0500703ba..2f5a3e917 100644
--- a/libc/dirent/list.c
+++ b/libc/dirent/list.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/opendir-tst1.c b/libc/dirent/opendir-tst1.c
index e0ca0f966..d38c1f47e 100644
--- a/libc/dirent/opendir-tst1.c
+++ b/libc/dirent/opendir-tst1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/libc/dirent/opendir.c b/libc/dirent/opendir.c
index 46e6fa979..2b3983f87 100644
--- a/libc/dirent/opendir.c
+++ b/libc/dirent/opendir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/readdir.c b/libc/dirent/readdir.c
index e09e3735e..49b0ca0c6 100644
--- a/libc/dirent/readdir.c
+++ b/libc/dirent/readdir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/readdir64.c b/libc/dirent/readdir64.c
index fac7c0ea1..8a5037b4b 100644
--- a/libc/dirent/readdir64.c
+++ b/libc/dirent/readdir64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/readdir64_r.c b/libc/dirent/readdir64_r.c
index 048c6eee1..5e2ce1700 100644
--- a/libc/dirent/readdir64_r.c
+++ b/libc/dirent/readdir64_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/readdir_r.c b/libc/dirent/readdir_r.c
index e8573b284..521c02cd0 100644
--- a/libc/dirent/readdir_r.c
+++ b/libc/dirent/readdir_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/rewinddir.c b/libc/dirent/rewinddir.c
index 9bb528a96..86d9fbd72 100644
--- a/libc/dirent/rewinddir.c
+++ b/libc/dirent/rewinddir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/scandir.c b/libc/dirent/scandir.c
index 4ff0d2a88..ae03630d6 100644
--- a/libc/dirent/scandir.c
+++ b/libc/dirent/scandir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/scandir64.c b/libc/dirent/scandir64.c
index e60ae55e3..9b07d6373 100644
--- a/libc/dirent/scandir64.c
+++ b/libc/dirent/scandir64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/scandirat.c b/libc/dirent/scandirat.c
index 0f2a44086..1076f28d2 100644
--- a/libc/dirent/scandirat.c
+++ b/libc/dirent/scandirat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/scandirat64.c b/libc/dirent/scandirat64.c
index 64f577933..736cf3f53 100644
--- a/libc/dirent/scandirat64.c
+++ b/libc/dirent/scandirat64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/seekdir.c b/libc/dirent/seekdir.c
index 1452eb494..d85dc77ce 100644
--- a/libc/dirent/seekdir.c
+++ b/libc/dirent/seekdir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/telldir.c b/libc/dirent/telldir.c
index a67bc1af1..c15099c1e 100644
--- a/libc/dirent/telldir.c
+++ b/libc/dirent/telldir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/versionsort.c b/libc/dirent/versionsort.c
index efea0242c..7c8bec0f6 100644
--- a/libc/dirent/versionsort.c
+++ b/libc/dirent/versionsort.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/dirent/versionsort64.c b/libc/dirent/versionsort64.c
index 444d013d9..78d8822d5 100644
--- a/libc/dirent/versionsort64.c
+++ b/libc/dirent/versionsort64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or