Skip to content

Commit 2377e8e

Browse files
committed
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.
1 parent 2d48436 commit 2377e8e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

contrib/pgcrypto/crypt-md5.c

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/*
2-
* ----------------------------------------------------------------------------
3-
* "THE BEER-WARE LICENSE" (Revision 42):
4-
* <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
5-
* can do whatever you want with this stuff. If we meet some day, and you think
6-
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7-
* ----------------------------------------------------------------------------
2+
* File imported from FreeBSD, original by Poul-Henning Kamp.
83
*
94
* $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $
105
*
11-
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.8 2006/10/04 00:29:46 momjian Exp $
6+
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.9 2009/04/15 18:58:24 mha Exp $
127
*/
138

149
#include "postgres.h"

0 commit comments

Comments
 (0)