diff options
author | Magnus Hagander <magnus@hagander.net> | 2009-04-15 18:58:26 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2009-04-15 18:58:26 +0000 |
commit | 65face6a1236c49c44d271019890435a361b2540 (patch) | |
tree | dc0490a5f163c3342579a7d93bab719ac55bfe28 | |
parent | ca1316dfa3d9d17fc4db1ead19b2dd3623c46272 (diff) | |
download | postgresql-65face6a1236c49c44d271019890435a361b2540.tar.gz postgresql-65face6a1236c49c44d271019890435a361b2540.zip |
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 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c index 7b45bb2151b..6adc589ec5c 100644 --- a/contrib/pgcrypto/crypt-md5.c +++ b/contrib/pgcrypto/crypt-md5.c @@ -1,15 +1,10 @@ /* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> 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 $ * */ -/* $Id: crypt-md5.c,v 1.2 2001/10/25 05:49:19 momjian Exp $ */ +/* $Id: crypt-md5.c,v 1.2.8.1 2009/04/15 18:58:26 mha Exp $ */ #include <postgres.h> #include "px.h" |