summaryrefslogtreecommitdiffstats
path: root/src/core.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-11 16:59:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-11 17:01:30 +0900
commit1c313526753c1ad48b11574883c70bd850af78d1 (patch)
treea57698b6a35808ba598cdf471e5cb8e09c01ef81 /src/core.go
parent6c3489087c2067f42158b558c1d0a2217e1b16b3 (diff)
Update src/README.md and package comment
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/core.go b/src/core.go
index 98973f8b..2970038f 100644
--- a/src/core.go
+++ b/src/core.go
@@ -1,3 +1,28 @@
+/*
+Package fzf implements fzf, a command-line fuzzy finder.
+
+The MIT License (MIT)
+
+Copyright (c) 2015 Junegunn Choi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+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.
+*/
package fzf
import (