Skip to content

Commit

Permalink
Updated README, added license
Browse files Browse the repository at this point in the history
  • Loading branch information
johnl committed Nov 19, 2010
1 parent 1100c2a commit 0fdd084
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2010 Brightbox Systems Ltd.
Copyright (c) 2010 John Leach, Brightbox Systems Ltd <john@brightbox.co.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
40 changes: 31 additions & 9 deletions README
@@ -1,9 +1,11 @@
= Brightbox Cloud Command Line Interface

bbcloud is a cli tool to interact with the (forthcoming) Brightbox
cloud API.
brightbox-cli is a set of cli tools to interact with the Brightbox
Cloud API.

http://www.brightbox.co.uk
http://beta.brightbox.com

http://docs.brightbox.com/cli

== Packaging

Expand All @@ -12,11 +14,6 @@ http://www.brightbox.co.uk
gems can be vendored into lib/bbcloud/vendor for packaging and will be
prioritized over any gems.

=== GEM packaging

The gem currently has our branch of fog vendored, as the official fog
gem doesn't have our work merged in yet.

=== Debian/Ubuntu packaging

Any gems that have equivalent packages available are set as
Expand All @@ -31,4 +28,29 @@ to packaging. These are:
* ini

Rubygems support can be disabled by defining the DISABLE_RUBYGEMS
constant in lib/bbcloud/os_config.rb
constant in lib/bbcloud/os_config.rb

Ubuntu packaging scripts are available on the packaging-lucid git
branch.

== License

Copyright (c) 2010 John Leach, Brightbox Systems Ltd <john@brightbox.co.uk>

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.

0 comments on commit 0fdd084

Please sign in to comment.