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 /scripts | |
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 'scripts')
-rwxr-xr-x | scripts/check-c++-types.sh | 5 | ||||
-rwxr-xr-x | scripts/check-local-headers.sh | 5 | ||||
-rwxr-xr-x | scripts/rellns-sh | 3 | ||||
-rwxr-xr-x | scripts/test-installation.pl | 5 |
4 files changed, 7 insertions, 11 deletions
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index 2864fe9aad..12fc45f88e 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -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/>. # # The list of data types has been created with # cat <<EOF | diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 62831ddda1..c7bc40bbce 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -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/>. # includedir="$1" objpfx="$2" diff --git a/scripts/rellns-sh b/scripts/rellns-sh index e4626cebd6..64e8cd971c 100755 --- a/scripts/rellns-sh +++ b/scripts/rellns-sh @@ -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/>. if test $# -ne 2; then echo "Usage: rellns SOURCE DEST" >&2 diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 25a919b5ad..c4f3d6df01 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -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/>. $PACKAGE = "libc"; |