Skip to content

Commit a24c4ff

Browse files
committed
Assign copyright to Vestris LLC.
1 parent b5baf88 commit a24c4ff

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2018 Daniel Doubrovkine, Artsy and Contributors
3+
Copyright (c) 2016-2019 Daniel Doubrovkine, Vestris LLC, Artsy and Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ This bot is built with [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot
128128

129129
## Copyright and License
130130

131-
Copyright (c) 2016-2018, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
131+
Copyright (c) 2016-2019, Daniel Doubrovkine, Vestris LLC, Artsy and [Contributors](CHANGELOG.md).
132132

133133
This project is licensed under the [MIT License](LICENSE.md).

public/index.html.erb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@
2525
<a href="https://twitter.com/share" class="twitter-share-button"{count} data-text="Whoa, an API explorer for the Slack Web API!" data-via="dblockdotorg">Tweet</a>
2626
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
2727
</p>
28+
<p>
29+
For example, try posting a message into the <b>#general</b> channel with <pre>chat postMessage --as_user=true --text="Hello World" --channel=#general</pre>
30+
</p>
2831
<p>
2932
<small>
30-
made by <a href="https://twitter.com/dblockdotorg" target="_blank">@dblockdotorg</a> |
3133
<a href="https://github.com/slack-ruby/slack-api-explorer" target="_blank">fork me on github</a> |
3234
<a href="privacy.html">privacy policy</a> |
3335
<a href="help.html">examples and help</a>
36+
<br><br>
37+
made by <a href="https://twitter.com/dblockdotorg" target="_blank">@dblockdotorg</a> |
38+
<a href="https://www.vestris.com" target="_blank">&copy; Vestris LLC</a>
3439
</small>
3540
</p>
36-
<p>
37-
For example, try posting a message into the <b>#general</b> channel with <pre>chat postMessage --as_user=true --text="Hello World" --channel=#general</pre>
38-
</p>
3941
</body>
4042
</html>
4143

slack-api-explorer/info.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module SlackApiExplorer
22
INFO = <<~EOS.freeze
33
Api Explorer #{SlackApiExplorer::VERSION}
44
5-
© Daniel Doubrovkine & Contributors, MIT License
6-
https://twitter.com/dblockdotorg
5+
© Daniel Doubrovkine, Vestris LLC & Contributors, MIT License
6+
https://www.vestris.com
77
88
Free Service at http://slack-api-explorer.playplay.io
99
Open-Source at https://github.com/slack-ruby/slack-api-explorer

0 commit comments

Comments
 (0)