diff --git a/LICENSE b/LICENSE index 259e1c0..ce3d46b 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright Tianfeng.Han [mikan.tenny@gmail.com] + Copyright Neeke.Gao [ciogao@gmail.com] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/SeasLog/CREDITS b/SeasLog/CREDITS index 4c2fc82..082f059 100644 --- a/SeasLog/CREDITS +++ b/SeasLog/CREDITS @@ -1 +1,2 @@ -seaslog \ No newline at end of file +SeasLog +Neeke.Gao ( ciogao@gmail.com ) \ No newline at end of file diff --git a/SeasLog/seaslog.c b/SeasLog/seaslog.c index 7893ea9..c5dd14d 100644 --- a/SeasLog/seaslog.c +++ b/SeasLog/seaslog.c @@ -1,3 +1,18 @@ +/* + +----------------------------------------------------------------------+ + | SeasLog | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.0 of the Apache 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.apache.org/licenses/LICENSE-2.0.html | + | If you did not receive a copy of the Apache2.0 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. | + +----------------------------------------------------------------------+ + | Author: Neeke.Gao | + +----------------------------------------------------------------------+ +*/ #ifdef HAVE_CONFIG_H #include "config.h"