From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libcrypt/sha256-crypt.c | 5 ++--- libcrypt/sha256.c | 5 ++--- libcrypt/sha256.h | 5 ++--- libcrypt/sha512-crypt.c | 5 ++--- libcrypt/sha512.c | 5 ++--- libcrypt/sha512.h | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) (limited to 'libcrypt') diff --git a/libcrypt/sha256-crypt.c b/libcrypt/sha256-crypt.c index 44221482f..81bbe6ae6 100644 --- a/libcrypt/sha256-crypt.c +++ b/libcrypt/sha256-crypt.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/libcrypt/sha256.c b/libcrypt/sha256.c index e652a6705..6bc2d8b2b 100644 --- a/libcrypt/sha256.c +++ b/libcrypt/sha256.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 + . */ /* Written by Ulrich Drepper , 2007. */ diff --git a/libcrypt/sha256.h b/libcrypt/sha256.h index 291674f35..7c5f74582 100644 --- a/libcrypt/sha256.h +++ b/libcrypt/sha256.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 _SHA256_H #define _SHA256_H 1 diff --git a/libcrypt/sha512-crypt.c b/libcrypt/sha512-crypt.c index 0321be0bb..9d17255aa 100644 --- a/libcrypt/sha512-crypt.c +++ b/libcrypt/sha512-crypt.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/libcrypt/sha512.c b/libcrypt/sha512.c index 04e0a061e..079caee0a 100644 --- a/libcrypt/sha512.c +++ b/libcrypt/sha512.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 + . */ /* Written by Ulrich Drepper , 2007. */ diff --git a/libcrypt/sha512.h b/libcrypt/sha512.h index 5777827b9..c1280074b 100644 --- a/libcrypt/sha512.h +++ b/libcrypt/sha512.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 _SHA512_H #define _SHA512_H 1 -- cgit v1.2.3