From: Magnus Hagander Date: Wed, 15 Apr 2009 18:58:30 +0000 (+0000) Subject: Remove beer-ware license from crypt-md5.c, per X-Git-Tag: REL8_1_18~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0ec95d7bf812084e7e7a430dc94c1fd2dab919e;p=postgresql 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. --- diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c index a9f22c412a..9db4acf858 100644 --- a/contrib/pgcrypto/crypt-md5.c +++ b/contrib/pgcrypto/crypt-md5.c @@ -1,14 +1,9 @@ /* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * 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.6 2005/10/15 02:49:06 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.6.2.1 2009/04/15 18:58:30 mha Exp $ */ #include "postgres.h"