From: Magnus Hagander Date: Wed, 15 Apr 2009 18:58:28 +0000 (+0000) Subject: Remove beer-ware license from crypt-md5.c, per X-Git-Tag: REL8_0_22~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9785f7382e44af6b6473d70158f3e0a5d1eab469;p=thirdparty%2Fpostgresql.git Remove beer-ware license from crypt-md5.c, per approval from Poul-Henning Kamp. This makes the file the same standard 2-clause BSD as the rest of PostgreSQL. --- diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c index 7ce7a266ac0..3dcb7b3ce32 100644 --- a/contrib/pgcrypto/crypt-md5.c +++ b/contrib/pgcrypto/crypt-md5.c @@ -1,15 +1,10 @@ /* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * wrote this file. As long as you retain this notice you - * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp - * ---------------------------------------------------------------------------- + * File imported from FreeBSD, original by Poul-Henning Kamp. * * $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $ * */ -/* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.3 2003/11/29 22:39:28 pgsql Exp $ */ +/* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.3.4.1 2009/04/15 18:58:28 mha Exp $ */ #include #include "px.h"