1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Add beer-ware license and $Id$

Noticed by:	dillon
This commit is contained in:
Poul-Henning Kamp 1999-04-30 06:51:51 +00:00
parent d732587c28
commit 07901f227b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46197

View File

@ -1,3 +1,14 @@
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> 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
* ----------------------------------------------------------------------------
*
* $Id: malloc.c,v 1.44 1999/03/28 14:16:05 phk Exp $
*
*/
#include <sys/param.h>
#include <sys/types.h>