diff options
author | Magnus Hagander | 2009-04-15 18:58:24 +0000 |
---|---|---|
committer | Magnus Hagander | 2009-04-15 18:58:24 +0000 |
commit | f72dae059b90c862418cb4b19be6813c87a61820 (patch) | |
tree | 383e82dbd341ad689c8074ac0d5bf2af86446474 | |
parent | dfabc596d00275d06d6dffb8f753e6523da9910f (diff) |
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.
-rw-r--r-- | contrib/pgcrypto/crypt-md5.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c index 183cf731bd..a3a77b359c 100644 --- a/contrib/pgcrypto/crypt-md5.c +++ b/contrib/pgcrypto/crypt-md5.c @@ -1,10 +1,5 @@ /* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * <[email protected]> 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$ * |