1
0
Fork 0
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:
Tobias Svensson 2013-09-16 12:04:38 +01:00
parent e0ebcaacd9
commit d5f73f4306
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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