Skip to content

Commit 052e9e0

Browse files
author
Nikita Voloboev
committed
add license
1 parent d3fa796 commit 052e9e0

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Nikita Voloboev, nikitavoloboev.xyz
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func run() {
8282
if query == "" { // Only show update status if query is empty
8383
// Send update status to Alfred
8484
if wf.UpdateAvailable() {
85-
wf.NewItem("update available!").
85+
wf.NewItem("Update Available!").
8686
Subtitle("↩ to install").
8787
Autocomplete("workflow:update").
8888
Valid(false).

workflow/info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
<key>createdby</key>
6565
<string>Nikita Voloboev &lt;[email protected]&gt;</string>
6666
<key>description</key>
67-
<string>interface to web submissions</string>
67+
<string>Interface to web submissions</string>
6868
<key>disabled</key>
6969
<false/>
7070
<key>name</key>
71-
<string>ask - create - share</string>
71+
<string>Ask Create Share</string>
7272
<key>objects</key>
7373
<array>
7474
<dict>

0 commit comments

Comments
 (0)