From 3bdd24bf37beaa2a6a43252a9de9bcf6761921ba Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Sun, 15 Dec 2013 16:54:32 +0900 Subject: [PATCH] add license header to php_sundown.h #35 --- php_sundown.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/php_sundown.h b/php_sundown.h index 45db836..f4a59e9 100644 --- a/php_sundown.h +++ b/php_sundown.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 5 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2011 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Shuhei Tanuma | + +----------------------------------------------------------------------+ + */ + #ifndef PHP_SUNDOWN_H #define PHP_SUNDOWN_H