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 /dlfcn | |
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 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 5 | ||||
-rw-r--r-- | dlfcn/dladdr.c | 5 | ||||
-rw-r--r-- | dlfcn/dladdr1.c | 5 | ||||
-rw-r--r-- | dlfcn/dlclose.c | 5 | ||||
-rw-r--r-- | dlfcn/dlerror.c | 5 | ||||
-rw-r--r-- | dlfcn/dlfcn.c | 5 | ||||
-rw-r--r-- | dlfcn/dlfcn.h | 5 | ||||
-rw-r--r-- | dlfcn/dlinfo.c | 5 | ||||
-rw-r--r-- | dlfcn/dlmopen.c | 5 | ||||
-rw-r--r-- | dlfcn/dlopen.c | 5 | ||||
-rw-r--r-- | dlfcn/dlopenold.c | 5 | ||||
-rw-r--r-- | dlfcn/dlsym.c | 5 | ||||
-rw-r--r-- | dlfcn/dlvsym.c | 5 | ||||
-rw-r--r-- | dlfcn/errmsg1.c | 5 | ||||
-rw-r--r-- | dlfcn/errmsg1mod.c | 5 | ||||
-rw-r--r-- | dlfcn/eval.c | 5 | ||||
-rw-r--r-- | dlfcn/glreflib1.c | 5 | ||||
-rw-r--r-- | dlfcn/glreflib2.c | 5 | ||||
-rw-r--r-- | dlfcn/glrefmain.c | 5 | ||||
-rw-r--r-- | dlfcn/modatexit.c | 5 | ||||
-rw-r--r-- | dlfcn/modcxaatexit.c | 5 | ||||
-rw-r--r-- | dlfcn/tst-dladdr.c | 5 | ||||
-rw-r--r-- | dlfcn/tst-dlinfo.c | 5 | ||||
-rw-r--r-- | dlfcn/tstatexit.c | 5 | ||||
-rw-r--r-- | dlfcn/tstcxaatexit.c | 5 |
25 files changed, 50 insertions, 75 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index be8580cb3f..e46744476c 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 +# <http://www.gnu.org/licenses/>. subdir := dlfcn headers := bits/dlfcn.h dlfcn.h diff --git a/dlfcn/dladdr.c b/dlfcn/dladdr.c index d0462b94ff..d7eb169fac 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> diff --git a/dlfcn/dladdr1.c b/dlfcn/dladdr1.c index 0f2b603f7c..fec5083356 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> diff --git a/dlfcn/dlclose.c b/dlfcn/dlclose.c index 5a344f31ca..b92611d3ad 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <ldsodefs.h> diff --git a/dlfcn/dlerror.c b/dlfcn/dlerror.c index 7ea31d4392..8138cc2781 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <libintl.h> diff --git a/dlfcn/dlfcn.c b/dlfcn/dlfcn.c index 1ee225ba47..3ee447e0b6 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index 6fab44fac0..fc32dd4c69 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 + <http://www.gnu.org/licenses/>. */ #ifndef _DLFCN_H #define _DLFCN_H 1 diff --git a/dlfcn/dlinfo.c b/dlfcn/dlinfo.c index e8585ea989..d26ebd9ee2 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <link.h> diff --git a/dlfcn/dlmopen.c b/dlfcn/dlmopen.c index 0c6915493b..a411cd8a12 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index e93a584e81..4b5517700c 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <libintl.h> diff --git a/dlfcn/dlopenold.c b/dlfcn/dlopenold.c index 8dae1c40ce..670119f000 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stddef.h> diff --git a/dlfcn/dlsym.c b/dlfcn/dlsym.c index a656ca63ce..71a54af433 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stddef.h> diff --git a/dlfcn/dlvsym.c b/dlfcn/dlvsym.c index 9f12764e8d..7aa1063a44 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stddef.h> diff --git a/dlfcn/errmsg1.c b/dlfcn/errmsg1.c index f4a9a49e91..1dea8b8921 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stdio.h> diff --git a/dlfcn/errmsg1mod.c b/dlfcn/errmsg1mod.c index 8aa5166ce5..fc21cf5c96 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 + <http://www.gnu.org/licenses/>. */ extern int bar (void); extern int foo (void); diff --git a/dlfcn/eval.c b/dlfcn/eval.c index e0b56624f6..f40f5eab21 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 + <http://www.gnu.org/licenses/>. */ #include <assert.h> #include <ctype.h> diff --git a/dlfcn/glreflib1.c b/dlfcn/glreflib1.c index 44ad525726..e6bf7961fe 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 + <http://www.gnu.org/licenses/>. */ extern int ref1 (void); int diff --git a/dlfcn/glreflib2.c b/dlfcn/glreflib2.c index b5630f1f0a..dba8d5c285 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 + <http://www.gnu.org/licenses/>. */ extern int ref1 (void); diff --git a/dlfcn/glrefmain.c b/dlfcn/glrefmain.c index e113ef662d..be024cf99e 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <error.h> diff --git a/dlfcn/modatexit.c b/dlfcn/modatexit.c index 7109534065..43c5aa48bc 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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/dlfcn/modcxaatexit.c b/dlfcn/modcxaatexit.c index 6bb1ddff6b..bf4388ffcf 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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/dlfcn/tst-dladdr.c b/dlfcn/tst-dladdr.c index 35f40700f6..1301b0d0f4 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/dlfcn/tst-dlinfo.c b/dlfcn/tst-dlinfo.c index 16355a1aa3..931851b4c5 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stdio.h> diff --git a/dlfcn/tstatexit.c b/dlfcn/tstatexit.c index 710d222ea3..ea590206af 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stdio.h> diff --git a/dlfcn/tstcxaatexit.c b/dlfcn/tstcxaatexit.c index c8dd3b5374..3bcca48a0b 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 + <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stdio.h> |