Remove beer-ware license from crypt-md5.c, per
authorMagnus Hagander <[email protected]>
Wed, 15 Apr 2009 18:58:26 +0000 (18:58 +0000)
committerMagnus Hagander <[email protected]>
Wed, 15 Apr 2009 18:58:26 +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 7b45bb2151bd9c9a5a712faf59c3dc0c985cd8c0..6adc589ec5c90bf1ce361d08d90dc63879299966 100644 (file)
@@ -1,15 +1,10 @@
 /*
- * ----------------------------------------------------------------------------
- * "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: 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"