mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Fix licensing info.
This commit is contained in:
parent
e0ebcaacd9
commit
d5f73f4306
2 changed files with 5 additions and 3 deletions
4
LICENSE
4
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2012-2013, Tobias Svensson <tobias@musicglue.com>
|
||||
Copyright (c) 2012-2013, Tobias Svensson <tob@tobiassvensson.co.uk>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -21,4 +21,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
|
|
@ -28,7 +28,9 @@ module Sidetiq
|
|||
private
|
||||
|
||||
def motd
|
||||
info "Sidetiq v#{VERSION::STRING} booting ..."
|
||||
info "Sidetiq v#{VERSION::STRING} - Copyright (c) 2012-2013, Tobias Svensson <tob@tobiassvensson.co.uk>"
|
||||
info "Sidetiq is covered by the 3-clause BSD license."
|
||||
info "See LICENSE and http://opensource.org/licenses/BSD-3-Clause for licensing details."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue