aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2009-04-15 18:58:34 +0000
committerMagnus Hagander <magnus@hagander.net>2009-04-15 18:58:34 +0000
commite43d79b78aa1fea89df9580a8b6a0734bed95e5c (patch)
tree8518b8f3b7f51b624c7f51bde1550e7d440960a0
parent88e08832ec0b209191be9ec13f0ba6f85e35cad7 (diff)
downloadpostgresql-e43d79b78aa1fea89df9580a8b6a0734bed95e5c.tar.gz
postgresql-e43d79b78aa1fea89df9580a8b6a0734bed95e5c.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.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c
index c05e334a998..157c3335a3f 100644
--- a/contrib/pgcrypto/crypt-md5.c
+++ b/contrib/pgcrypto/crypt-md5.c
@@ -1,14 +1,9 @@
/*
- * ----------------------------------------------------------------------------
- * "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 $
*
- * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.8 2006/10/04 00:29:46 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.8.4.1 2009/04/15 18:58:34 mha Exp $
*/
#include "postgres.h"