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 /libidn | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'libidn')
-rw-r--r-- | libidn/Makefile | 5 | ||||
-rw-r--r-- | libidn/iconvme.c | 6 | ||||
-rw-r--r-- | libidn/iconvme.h | 6 | ||||
-rw-r--r-- | libidn/idn-stub.c | 4 | ||||
-rw-r--r-- | libidn/idna.c | 4 | ||||
-rw-r--r-- | libidn/idna.h | 4 | ||||
-rw-r--r-- | libidn/nfkc.c | 4 | ||||
-rw-r--r-- | libidn/profiles.c | 4 | ||||
-rw-r--r-- | libidn/punycode.c | 4 | ||||
-rw-r--r-- | libidn/punycode.h | 4 | ||||
-rw-r--r-- | libidn/stringprep.c | 4 | ||||
-rw-r--r-- | libidn/stringprep.h | 4 | ||||
-rw-r--r-- | libidn/toutf8.c | 4 |
13 files changed, 18 insertions, 39 deletions
diff --git a/libidn/Makefile b/libidn/Makefile index 3a4d1b3422..ecabc1b1af 100644 --- a/libidn/Makefile +++ b/libidn/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/>. # Makefile for libidn subdirectory of GNU C Library. diff --git a/libidn/iconvme.c b/libidn/iconvme.c index cc4dd1daa5..3ef69e0f38 100644 --- a/libidn/iconvme.c +++ b/libidn/iconvme.c @@ -11,9 +11,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/libidn/iconvme.h b/libidn/iconvme.h index 3eb9b32b49..41878d8d5a 100644 --- a/libidn/iconvme.h +++ b/libidn/iconvme.h @@ -12,9 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef ICONVME_H # define ICONVME_H diff --git a/libidn/idn-stub.c b/libidn/idn-stub.c index 3c69bbc3b3..9361b250a6 100644 --- a/libidn/idn-stub.c +++ b/libidn/idn-stub.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #include <ctype.h> diff --git a/libidn/idna.c b/libidn/idna.c index f93b90368b..daa1a87778 100644 --- a/libidn/idna.c +++ b/libidn/idna.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/libidn/idna.h b/libidn/idna.h index e6e1fe675b..c3de0d7da8 100644 --- a/libidn/idna.h +++ b/libidn/idna.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _IDNA_H diff --git a/libidn/nfkc.c b/libidn/nfkc.c index a89f49ed79..f144d7bd7e 100644 --- a/libidn/nfkc.c +++ b/libidn/nfkc.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/libidn/profiles.c b/libidn/profiles.c index 1287c1096d..ee11b604cf 100644 --- a/libidn/profiles.c +++ b/libidn/profiles.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #include "stringprep.h" diff --git a/libidn/punycode.c b/libidn/punycode.c index 372f849c02..93027188ce 100644 --- a/libidn/punycode.c +++ b/libidn/punycode.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/libidn/punycode.h b/libidn/punycode.h index 62c5186171..b73d76dd18 100644 --- a/libidn/punycode.h +++ b/libidn/punycode.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/libidn/stringprep.c b/libidn/stringprep.c index f5c9fae073..201489f36a 100644 --- a/libidn/stringprep.c +++ b/libidn/stringprep.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/libidn/stringprep.h b/libidn/stringprep.h index dcc30b3d46..4b61c77cd5 100644 --- a/libidn/stringprep.h +++ b/libidn/stringprep.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _STRINGPREP_H diff --git a/libidn/toutf8.c b/libidn/toutf8.c index dad47c9af0..c7e67ca563 100644 --- a/libidn/toutf8.c +++ b/libidn/toutf8.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GNU Libidn; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H |