summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /libc/stdio
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/_scanf.c4
-rw-r--r--libc/stdio/_vfprintf.c4
-rw-r--r--libc/stdio/tempnam.c3
-rw-r--r--libc/stdio/tmpfile.c3
-rw-r--r--libc/stdio/tmpnam.c5
-rw-r--r--libc/stdio/tmpnam_r.c3
6 files changed, 9 insertions, 13 deletions
diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c
index ce9fc71bc..310894e5e 100644
--- a/libc/stdio/_scanf.c
+++ b/libc/stdio/_scanf.c
@@ -11,8 +11,8 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
/* Aug 1, 2003
diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c
index 1658e4af8..e5da8b4bf 100644
--- a/libc/stdio/_vfprintf.c
+++ b/libc/stdio/_vfprintf.c
@@ -12,8 +12,8 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
/* This code needs a lot of clean up. Some of that is on hold until uClibc
diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c
index d2d51daf8..232ed02c5 100644
--- a/libc/stdio/tempnam.c
+++ b/libc/stdio/tempnam.c
@@ -13,8 +13,7 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <string.h>
diff --git a/libc/stdio/tmpfile.c b/libc/stdio/tmpfile.c
index c6b2dc8a9..a9bf4743a 100644
--- a/libc/stdio/tmpfile.c
+++ b/libc/stdio/tmpfile.c
@@ -13,8 +13,7 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ see <http://www.gnu.org/licenses/>. */
#include <features.h>
#include <stdio.h>
diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c
index e7359c3bc..88b9bff1f 100644
--- a/libc/stdio/tmpnam.c
+++ b/libc/stdio/tmpnam.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 <stdio.h>
#include <string.h>
diff --git a/libc/stdio/tmpnam_r.c b/libc/stdio/tmpnam_r.c
index 2b93ae6a0..8cde84d7a 100644
--- a/libc/stdio/tmpnam_r.c
+++ b/libc/stdio/tmpnam_r.c
@@ -13,8 +13,7 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include "../misc/internals/tempname.h"