diff options
author | LAN-TW <lantw44@gmail.com> | 2012-12-29 17:13:34 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-12-29 17:13:34 +0800 |
commit | df0d0f6dbf1eaec5da1300e38799e7e6019a103e (patch) | |
tree | 256757fcd9231e2b1e0169b9ac567e1ba6e436b5 | |
parent | deeba5b4ee7df5949913ea70aee0ba273139b6bd (diff) | |
download | l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.gz l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.zst l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.zip |
修改版本號至 1.1,同時更改授權條款為 3-clause BSD Licensel4basic-1.1
-rw-r--r-- | COPYING | 25 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | VERSION | 2 |
3 files changed, 27 insertions, 2 deletions
@@ -0,0 +1,25 @@ +Copyright (c) 2012, 藍挺瑋 +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of the author nor the names of its contributors may be used + to endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -10,4 +10,4 @@ l4darr: 基本上這些函式庫都很小,所以請直接靜態連結到你的程式,不要安裝到系統上! 同時預設的 Makefile 也不提供建立動態函式庫的功能,有需要請自行處理! -本函式庫使用 Public Domain 釋出,歡迎自行修改以符合需求! +本程式是自由軟體,您可以依據 COPYING 檔案中的規範自由散布、修改這個軟體。 @@ -1 +1 @@ -1.0.0 +1.1.0 |