diff --git a/LICENSE b/LICENSE index 9c6ab63..8b5dc3c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,21 @@ -To avoid future confusion, we recommend that you include a license with your plugin. -This file is simply a reminder. +The MIT License (MIT) -For a template license you can have a look at: http://www.opensource.org/licenses/ +Copyright (c) 2015 Carolyn Van Slyck -Atlassian releases most of its modules under the Apache2 license: http://opensource.org/licenses/Apache-2.0 +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. \ No newline at end of file diff --git a/README b/README deleted file mode 100644 index 94e6a43..0000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -You have successfully created an Atlassian Plugin! - -Here are the SDK commands you'll use immediately: - -* atlas-run -- installs this plugin into the product and starts it on localhost -* atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005 -* atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window: - - 'pi' reinstalls the plugin into the running product instance -* atlas-help -- prints description for all commands in the SDK - -Full documentation is always available at: - -https://developer.atlassian.com/display/DOCS/Introduction+to+the+Atlassian+Plugin+SDK diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca98376 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Git ALL THE THINGS! + +Git ALL THE THINGS! is a plugin for Bamboo which provides some (hopefully) useful features to your Bamboo builds + +* Automatically create branch plans for GitHub pull requests +* Update GitHub publl requests with the build status +* Git Checkout task clones a git repository using the git client. It never creates detached heads, always fetches tags and keeps it clean.