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 /elf | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'elf')
73 files changed, 142 insertions, 215 deletions
diff --git a/elf/Makefile b/elf/Makefile index 3f1772a523..8234ba7a51 100644 --- a/elf/Makefile +++ b/elf/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 elf subdirectory of GNU C Library. diff --git a/elf/cache.c b/elf/cache.c index 393b4e5939..dadab9132b 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU 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. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/elf/check-execstack.c b/elf/check-execstack.c index 96e481208d..6a5c4d9b9a 100644 --- a/elf/check-execstack.c +++ b/elf/check-execstack.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 <byteswap.h> #include <elf.h> diff --git a/elf/check-localplt.c b/elf/check-localplt.c index b4358a8a3f..edab1d2d0a 100644 --- a/elf/check-localplt.c +++ b/elf/check-localplt.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 <byteswap.h> #include <elf.h> diff --git a/elf/check-textrel.c b/elf/check-textrel.c index 1a9a5ecdff..6372019a9c 100644 --- a/elf/check-textrel.c +++ b/elf/check-textrel.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 <byteswap.h> #include <elf.h> diff --git a/elf/chroot_canon.c b/elf/chroot_canon.c index f8f3370493..a7a7d9b225 100644 --- a/elf/chroot_canon.c +++ b/elf/chroot_canon.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU 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. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <string.h> diff --git a/elf/dl-addr.c b/elf/dl-addr.c index 788225635e..498faf1b2a 100644 --- a/elf/dl-addr.c +++ b/elf/dl-addr.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/elf/dl-cache.c b/elf/dl-cache.c index 5a01c2ed1d..2e6f88b326 100644 --- a/elf/dl-cache.c +++ b/elf/dl-cache.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 <assert.h> #include <unistd.h> diff --git a/elf/dl-caller.c b/elf/dl-caller.c index 416d4127d2..14dd10479c 100644 --- a/elf/dl-caller.c +++ b/elf/dl-caller.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 <ldsodefs.h> diff --git a/elf/dl-close.c b/elf/dl-close.c index 8fb55d0fbc..d232294665 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.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 <dlfcn.h> diff --git a/elf/dl-conflict.c b/elf/dl-conflict.c index 653e446170..ffaa200584 100644 --- a/elf/dl-conflict.c +++ b/elf/dl-conflict.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 wi |
