diff options
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/Makefile | 5 | ||||
-rw-r--r-- | crypt/crypt-entry.c | 5 | ||||
-rw-r--r-- | crypt/crypt-private.h | 5 | ||||
-rw-r--r-- | crypt/crypt.c | 3 | ||||
-rw-r--r-- | crypt/crypt.h | 5 | ||||
-rw-r--r-- | crypt/crypt_util.c | 3 | ||||
-rw-r--r-- | crypt/md5-crypt.c | 5 | ||||
-rw-r--r-- | crypt/md5.c | 5 | ||||
-rw-r--r-- | crypt/md5.h | 5 | ||||
-rw-r--r-- | crypt/sha256-crypt.c | 5 | ||||
-rw-r--r-- | crypt/sha256.c | 5 | ||||
-rw-r--r-- | crypt/sha256.h | 5 | ||||
-rw-r--r-- | crypt/sha512-crypt.c | 5 | ||||
-rw-r--r-- | crypt/sha512.c | 5 | ||||
-rw-r--r-- | crypt/sha512.h | 5 | ||||
-rw-r--r-- | crypt/ufc-crypt.h | 5 | ||||
-rw-r--r-- | crypt/ufc.c | 4 |
17 files changed, 31 insertions, 49 deletions
diff --git a/crypt/Makefile b/crypt/Makefile index b9c8797474..217588df5e 100644 --- a/crypt/Makefile +++ b/crypt/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/>. # # Sub-makefile for crypt() portion of the library. diff --git a/crypt/crypt-entry.c b/crypt/crypt-entry.c index 97bd14592e..91e2c4e97b 100644 --- a/crypt/crypt-entry.c +++ b/crypt/crypt-entry.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/>. * * crypt entry points * diff --git a/crypt/crypt-private.h b/crypt/crypt-private.h index d79dade4f7..b4bfa8b4ac 100644 --- a/crypt/crypt-private.h +++ b/crypt/crypt-private.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/>. * * @(#)crypt-private.h 1.4 12/20/96 */ diff --git a/crypt/crypt.c b/crypt/crypt.c index d878ff909b..3360639139 100644 --- a/crypt/crypt.c +++ b/crypt/crypt.c @@ -15,8 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see <http://www.gnu.org/licenses/>. * * @(#)crypt.c 2.25 12/20/96 * diff --git a/crypt/crypt.h b/crypt/crypt.h index 57fb5c62d9..0c30d93f34 100644 --- a/crypt/crypt.h +++ b/crypt/crypt.h @@ -15,9 +15,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/>. * * @(#)crypt.h 1.5 12/20/96 * diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c index 7fcbd8f116..a1ff88b0da 100644 --- a/crypt/crypt_util.c +++ b/crypt/crypt_util.c @@ -16,8 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see <http://www.gnu.org/licenses/>. * * @(#)crypt_util.c 2.56 12/20/96 * diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 403cb2be56..ba606bb8a6 100644 --- a/crypt/md5-crypt.c +++ b/crypt/md5-crypt.c @@ -16,9 +16,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/crypt/md5.c b/crypt/md5.c index 9bdb8e6aa6..292bee1845 100644 --- a/crypt/md5.c +++ b/crypt/md5.c @@ -15,9 +15,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@gnu.ai.mit.edu>, 1995. */ diff --git a/crypt/md5.h b/crypt/md5.h index 21cfc5df25..84de1db1e0 100644 --- a/crypt/md5.h +++ b/crypt/md5.h @@ -15,9 +15,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 _MD5_H #define _MD5_H 1 diff --git a/crypt/sha256-crypt.c b/crypt/sha256-crypt.c index 0131c803ca..eb2585b527 100644 --- a/crypt/sha256-crypt.c +++ b/crypt/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/crypt/sha256.c b/crypt/sha256.c index c00cfe2151..61be6bce25 100644 --- a/crypt/sha256.c +++ b/crypt/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/crypt/sha256.h b/crypt/sha256.h index 05f2db57e7..0e51a168ed 100644 --- a/crypt/sha256.h +++ b/crypt/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/crypt/sha512-crypt.c b/crypt/sha512-crypt.c index 523659e0cc..8f8ed3328b 100644 --- a/crypt/sha512-crypt.c +++ b/crypt/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/crypt/sha512.c b/crypt/sha512.c index 0720b0903f..6e531c58ec 100644 --- a/crypt/sha512.c +++ b/crypt/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/crypt/sha512.h b/crypt/sha512.h index 28d63fcfd3..157c577efb 100644 --- a/crypt/sha512.h +++ b/crypt/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 diff --git a/crypt/ufc-crypt.h b/crypt/ufc-crypt.h index 1e7ed4a970..63fbb76f2d 100644 --- a/crypt/ufc-crypt.h +++ b/crypt/ufc-crypt.h @@ -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 <stdint.h> diff --git a/crypt/ufc.c b/crypt/ufc.c index 6d0e790d67..b00093b93c 100644 --- a/crypt/ufc.c +++ b/crypt/ufc.c @@ -15,8 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see <http://www.gnu.org/licenses/>. * * @(#)ufc.c 2.7 9/10/96 * @@ -53,4 +52,3 @@ main(argc, argv) } exit(0); } - |