aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2012-12-29 17:13:34 +0800
committerLAN-TW <lantw44@gmail.com>2012-12-29 17:13:34 +0800
commitdf0d0f6dbf1eaec5da1300e38799e7e6019a103e (patch)
tree256757fcd9231e2b1e0169b9ac567e1ba6e436b5
parentdeeba5b4ee7df5949913ea70aee0ba273139b6bd (diff)
downloadl4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.gz
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.bz2
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.lz
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.xz
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.tar.zst
l4basic-df0d0f6dbf1eaec5da1300e38799e7e6019a103e.zip
修改版本號至 1.1,同時更改授權條款為 3-clause BSD Licensel4basic-1.1
-rw-r--r--COPYING25
-rw-r--r--README2
-rw-r--r--VERSION2
3 files changed, 27 insertions, 2 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..b529e31
--- /dev/null
+++ b/COPYING
@@ -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.
diff --git a/README b/README
index fb2344a..67fda80 100644
--- a/README
+++ b/README
@@ -10,4 +10,4 @@ l4darr:
基本上這些函式庫都很小,所以請直接靜態連結到你的程式,不要安裝到系統上!
同時預設的 Makefile 也不提供建立動態函式庫的功能,有需要請自行處理!
-本函式庫使用 Public Domain 釋出,歡迎自行修改以符合需求!
+本程式是自由軟體,您可以依據 COPYING 檔案中的規範自由散布、修改這個軟體。
diff --git a/VERSION b/VERSION
index 3eefcb9..9084fa2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.1.0