소스 검색

update docs

Yuki Takei 9 년 전
부모
커밋
043f330e70
2개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 3
      CHANGES.md
  2. 6 1
      LICENSE

+ 4 - 3
CHANGES.md

@@ -5,7 +5,8 @@ CHANGES
 
 * Feature: Plugin mechanism
 * Improvement: Exclude Environment-dependency
-* Support: abolish gulp
+* Improvement: Enhanced linker
+* Support: Add Dockerfile
+* Support: Abolish gulp
 * Support: LiveReload
-* Support: update libs
-
+* Support: Update libs

+ 6 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2013 Sotaro KARASAWA <sotaro.k@gmail.com>
+Copyright (c) 2017 Yuki Takei <yuki@weseek.co.jp>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
+
+----
+
+This software is copied and modified from https://github.com/crowi/crowi,
+released under the MIT license, Copyright (c) 2013 Sotaro KARASAWA <sotaro.k@gmail.com>