diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
| commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
| tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /stdio-common | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'stdio-common')
80 files changed, 160 insertions, 240 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 006f546893..a847b28fbc 100644 --- a/stdio-common/Makefile +++ b/stdio-common/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/>. # # Specific makefile for stdio-common. diff --git a/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index 43ed17e717..f18b152852 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.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/>. */ #include <wchar.h> #include <wctype.h> diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index 373843f1cd..e52f666ffa 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -16,9 +16,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 <gmp-mparam.h> #include <gmp.h> diff --git a/stdio-common/_itoa.h b/stdio-common/_itoa.h index 6d9812fe32..8870ee0286 100644 --- a/stdio-common/_itoa.h +++ b/stdio-common/_itoa.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/>. */ #ifndef _ITOA_H #define _ITOA_H diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index 09a961dfaf..8047c877c9 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -15,9 +15,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 <gmp-mparam.h> #include <gmp.h> diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index 009458b4be..0f3331144f 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.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/>. */ #ifndef _ITOWA_H #define _ITOWA_H 1 diff --git a/stdio-common/asprintf.c b/stdio-common/asprintf.c index 66e766ebfb..1f58a20678 100644 --- a/stdio-common/asprintf.c< |
