mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
update OS bits
This commit is contained in:
parent
5c8865e954
commit
089a0b7829
4 changed files with 43 additions and 22 deletions
18
CONTRIBUTING.md
Normal file
18
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Getting Involved
|
||||
|
||||
New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another.
|
||||
|
||||
### Coding
|
||||
|
||||
* Pick a task:
|
||||
* Offer feedback on open [pull requests](https://github.com/fog/fog/pulls).
|
||||
* Review open [issues](https://github.com/fog/fog/issues) for things to help on.
|
||||
* [Create an issue](https://github.com/fog/fog/issues/new) to start a discussion on additions or features.
|
||||
* Fork the project, add your changes and tests to cover them in a topic branch.
|
||||
* Commit your changes and rebase against `fog/fog` to ensure everything is up to date.
|
||||
* [Submit a pull request](https://github.com/fog/fog/compare/).
|
||||
|
||||
### Non-Coding
|
||||
|
||||
* Offer feedback on open [issues](https://github.com/fog/fog/issues).
|
||||
* Organize or volunteer at events.
|
5
CONTRIBUTORS.md
Normal file
5
CONTRIBUTORS.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
* Frederick Cheung <frederick.cheung@gmail.com>
|
||||
* Josh Lane <lanej@users.noreply.github.com>
|
||||
* Josh Lane <me@joshualane.com>
|
||||
* Wesley Beary <geemus@gmail.com>
|
||||
* geemus <geemus@gmail.com>
|
20
LICENSE.md
Normal file
20
LICENSE.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2015 [CONTRIBUTORS.md](https://github.com/fog/fog/blob/master/CONTRIBUTORS.md)
|
||||
|
||||
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.
|
22
LICENSE.txt
22
LICENSE.txt
|
@ -1,22 +0,0 @@
|
|||
Copyright (c) 2014 Josh Lane
|
||||
|
||||
MIT License
|
||||
|
||||
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.
|
Loading…
Reference in a new issue