summaryrefslogtreecommitdiff
path: root/libcrypt
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /libcrypt
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libcrypt')
-rw-r--r--libcrypt/sha256-crypt.c5
-rw-r--r--libcrypt/sha256.c5
-rw-r--r--libcrypt/sha256.h5
-rw-r--r--libcrypt/sha512-crypt.c5
-rw-r--r--libcrypt/sha512.c5
-rw-r--r--libcrypt/sha512.h5
6 files changed, 12 insertions, 18 deletions
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
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
/* Written by Ulrich Drepper <drepper@redhat.com>, 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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
/* Written by Ulrich Drepper <drepper@redhat.com>, 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _SHA512_H
#define _SHA512_H 1