]> granicus.if.org Git - postgresql/commitdiff
Remove beer-ware license from crypt-md5.c, per
authorMagnus Hagander <magnus@hagander.net>
Wed, 15 Apr 2009 18:58:24 +0000 (18:58 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 15 Apr 2009 18:58:24 +0000 (18:58 +0000)
approval from Poul-Henning Kamp.

This makes the file the same standard 2-clause BSD as the
rest of PostgreSQL.

contrib/pgcrypto/crypt-md5.c

index c05e334a998becb55291006344afc90713cd27f3..d70fc341afa168882bc6d7bb6f359308d0b61ed3 100644 (file)
@@ -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.9 2009/04/15 18:58:24 mha Exp $
  */
 
 #include "postgres.h"