summaryrefslogtreecommitdiff
path: root/llgo/LICENSE.TXT
diff options
context:
space:
mode:
authorAndrew Wilkins <axwalk@gmail.com>2015-05-23 15:16:09 +0000
committerAndrew Wilkins <axwalk@gmail.com>2015-05-23 15:16:09 +0000
commit62c6fcba499b6baccf796a01da2974f8fda18a78 (patch)
tree860bc313f11fd333f1d84a9d82cc13d37b030e79 /llgo/LICENSE.TXT
parent47f91d1359a87ffa0fc2387546fa931d7fe97e22 (diff)
[llgo] cmd/llgoi: use line editor
Summary: This diff adds line-editing to llgoi, by vendoring and using github.com/peterh/liner. I have only implemented the basics here; follow-ups will come later to add persisted history, and completion, Reviewers: pcc Reviewed By: pcc Subscribers: axw, llvm-commits Differential Revision: http://reviews.llvm.org/D9811
Diffstat (limited to 'llgo/LICENSE.TXT')
-rw-r--r--llgo/LICENSE.TXT7
1 files changed, 4 insertions, 3 deletions
diff --git a/llgo/LICENSE.TXT b/llgo/LICENSE.TXT
index b5a0de1c0f8..95010fc5693 100644
--- a/llgo/LICENSE.TXT
+++ b/llgo/LICENSE.TXT
@@ -73,9 +73,9 @@ THE SOFTWARE.
==============================================================================
The LLVM software contains code written by third parties. Such software will
-have its own individual LICENSE.TXT file in the directory in which it appears.
-This file will describe the copyrights, license, and restrictions which apply
-to that code.
+have its own individual LICENSE or COPYING file in the directory in which it
+appears. This file will describe the copyrights, license, and restrictions
+which apply to that code.
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the
@@ -90,4 +90,5 @@ Program Directory
------- ---------
go.tools third_party/gotools
gofrontend third_party/gofrontend
+liner third_party/liner