From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- dlfcn/Makefile | 5 ++--- dlfcn/dladdr.c | 5 ++--- dlfcn/dladdr1.c | 5 ++--- dlfcn/dlclose.c | 5 ++--- dlfcn/dlerror.c | 5 ++--- dlfcn/dlfcn.c | 5 ++--- dlfcn/dlfcn.h | 5 ++--- dlfcn/dlinfo.c | 5 ++--- dlfcn/dlmopen.c | 5 ++--- dlfcn/dlopen.c | 5 ++--- dlfcn/dlopenold.c | 5 ++--- dlfcn/dlsym.c | 5 ++--- dlfcn/dlvsym.c | 5 ++--- dlfcn/errmsg1.c | 5 ++--- dlfcn/errmsg1mod.c | 5 ++--- dlfcn/eval.c | 5 ++--- dlfcn/glreflib1.c | 5 ++--- dlfcn/glreflib2.c | 5 ++--- dlfcn/glrefmain.c | 5 ++--- dlfcn/modatexit.c | 5 ++--- dlfcn/modcxaatexit.c | 5 ++--- dlfcn/tst-dladdr.c | 5 ++--- dlfcn/tst-dlinfo.c | 5 ++--- dlfcn/tstatexit.c | 5 ++--- dlfcn/tstcxaatexit.c | 5 ++--- 25 files changed, 50 insertions(+), 75 deletions(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index be8580c..e467444 100644 --- a/dlfcn/Makefile +++ b/dlfcn/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 +# . subdir := dlfcn headers := bits/dlfcn.h dlfcn.h diff --git a/dlfcn/dladdr.c b/dlfcn/dladdr.c index d0462b9..d7eb169 100644 --- a/dlfcn/dladdr.c +++ b/dlfcn/dladdr.c @@ -14,9 +14,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 + . */ #include diff --git a/dlfcn/dladdr1.c b/dlfcn/dladdr1.c index 0f2b603..fec5083 100644 --- a/dlfcn/dladdr1.c +++ b/dlfcn/dladdr1.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 + . */ #include diff --git a/dlfcn/dlclose.c b/dlfcn/dlclose.c index 5a344f3..b92611d 100644 --- a/dlfcn/dlclose.c +++ b/dlfcn/dlclose.c @@ -14,9 +14,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 + . */ #include #include diff --git a/dlfcn/dlerror.c b/dlfcn/dlerror.c index 7ea31d4..8138cc2 100644 --- a/dlfcn/dlerror.c +++ b/dlfcn/dlerror.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 + . */ #include #include diff --git a/dlfcn/dlfcn.c b/dlfcn/dlfcn.c index 1ee225b..3ee447e 100644 --- a/dlfcn/dlfcn.c +++ b/dlfcn/dlfcn.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 + . */ #include diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index 6fab44f..fc32dd4 100644 --- a/dlfcn/dlfcn.h +++ b/dlfcn/dlfcn.h @@ -14,9 +14,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 + . */ #ifndef _DLFCN_H #define _DLFCN_H 1 diff --git a/dlfcn/dlinfo.c b/dlfcn/dlinfo.c index e8585ea..d26ebd9 100644 --- a/dlfcn/dlinfo.c +++ b/dlfcn/dlinfo.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 + . */ #include #include diff --git a/dlfcn/dlmopen.c b/dlfcn/dlmopen.c index 0c69154..a411cd8 100644 --- a/dlfcn/dlmopen.c +++ b/dlfcn/dlmopen.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 + . */ #include #include diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index e93a584..4b55177 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.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 + . */ #include #include diff --git a/dlfcn/dlopenold.c b/dlfcn/dlopenold.c index 8dae1c4..670119f 100644 --- a/dlfcn/dlopenold.c +++ b/dlfcn/dlopenold.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 + . */ #include #include diff --git a/dlfcn/dlsym.c b/dlfcn/dlsym.c index a656ca6..71a54af 100644 --- a/dlfcn/dlsym.c +++ b/dlfcn/dlsym.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 + . */ #include #include diff --git a/dlfcn/dlvsym.c b/dlfcn/dlvsym.c index 9f12764..7aa1063 100644 --- a/dlfcn/dlvsym.c +++ b/dlfcn/dlvsym.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 + . */ #include #include diff --git a/dlfcn/errmsg1.c b/dlfcn/errmsg1.c index f4a9a49..1dea8b8 100644 --- a/dlfcn/errmsg1.c +++ b/dlfcn/errmsg1.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 + . */ #include #include diff --git a/dlfcn/errmsg1mod.c b/dlfcn/errmsg1mod.c index 8aa5166..fc21cf5 100644 --- a/dlfcn/errmsg1mod.c +++ b/dlfcn/errmsg1mod.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 + . */ extern int bar (void); extern int foo (void); diff --git a/dlfcn/eval.c b/dlfcn/eval.c index e0b5662..f40f5ea 100644 --- a/dlfcn/eval.c +++ b/dlfcn/eval.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 + . */ #include #include diff --git a/dlfcn/glreflib1.c b/dlfcn/glreflib1.c index 44ad525..e6bf796 100644 --- a/dlfcn/glreflib1.c +++ b/dlfcn/glreflib1.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 + . */ extern int ref1 (void); int diff --git a/dlfcn/glreflib2.c b/dlfcn/glreflib2.c index b5630f1..dba8d5c 100644 --- a/dlfcn/glreflib2.c +++ b/dlfcn/glreflib2.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 + . */ extern int ref1 (void); diff --git a/dlfcn/glrefmain.c b/dlfcn/glrefmain.c index e113ef6..be024cf 100644 --- a/dlfcn/glrefmain.c +++ b/dlfcn/glrefmain.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 + . */ #include #include diff --git a/dlfcn/modatexit.c b/dlfcn/modatexit.c index 7109534..43c5aa4 100644 --- a/dlfcn/modatexit.c +++ b/dlfcn/modatexit.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 + . */ #include #include diff --git a/dlfcn/modcxaatexit.c b/dlfcn/modcxaatexit.c index 6bb1ddf..bf4388f 100644 --- a/dlfcn/modcxaatexit.c +++ b/dlfcn/modcxaatexit.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 + . */ #include #include diff --git a/dlfcn/tst-dladdr.c b/dlfcn/tst-dladdr.c index 35f4070..1301b0d 100644 --- a/dlfcn/tst-dladdr.c +++ b/dlfcn/tst-dladdr.c @@ -14,9 +14,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 + . */ #include #include diff --git a/dlfcn/tst-dlinfo.c b/dlfcn/tst-dlinfo.c index 16355a1..931851b 100644 --- a/dlfcn/tst-dlinfo.c +++ b/dlfcn/tst-dlinfo.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 + . */ #include #include diff --git a/dlfcn/tstatexit.c b/dlfcn/tstatexit.c index 710d222..ea59020 100644 --- a/dlfcn/tstatexit.c +++ b/dlfcn/tstatexit.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 + . */ #include #include diff --git a/dlfcn/tstcxaatexit.c b/dlfcn/tstcxaatexit.c index c8dd3b5..3bcca48 100644 --- a/dlfcn/tstcxaatexit.c +++ b/dlfcn/tstcxaatexit.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 + . */ #include #include -- cgit v1.1