1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

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.
This commit is contained in:
Magnus Hagander 2009-04-15 18:58:30 +00:00
parent c549ca9e6b
commit e0ec95d7bf

View File

@ -1,14 +1,9 @@
/* /*
* ---------------------------------------------------------------------------- * File imported from FreeBSD, original by Poul-Henning Kamp.
* "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
* ----------------------------------------------------------------------------
* *
* $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $ * $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" #include "postgres.h"