diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2711ab3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +## Issues + +[Open an issue](https://github.com/ds300/jetzt/issues?state=open) for anything you would like to see in jetzt, but please check other issues first. + +We also have a [TODO wiki page](https://github.com/ds300/jetzt/wiki/TODO), where ideas are collected. + +## Pull Requests + +Pull requests are welcome. + +Please submit to the `dev` branch, or to `master` if it is only a small bugfix. + +## License + +By contributing to this project you agree to license your contribution under the terms of the Apache License 2.0. diff --git a/LICENSE-2.0 b/LICENSE.md similarity index 99% rename from LICENSE-2.0 rename to LICENSE.md index f4f87bd..1f824d4 100644 --- a/LICENSE-2.0 +++ b/LICENSE.md @@ -1,4 +1,8 @@ +# License +Unless otherwise stated: + +``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -200,4 +204,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - \ No newline at end of file +``` diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..6244ae0 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,7 @@ +# Notice + +Unless otherwise stated: + +``` +Copyright 2014, the jetzt contributors +``` diff --git a/README.md b/README.md index c614492..71357b8 100644 --- a/README.md +++ b/README.md @@ -12,47 +12,18 @@ Here's what jetzt looks like in your browser: - Read about [how to install](https://ds300.github.io/jetzt/#install) (Chrome extension and bookmarklet) -- Consult the [usage instructions](https://ds300.github.io/jetzt/#use). +- Consult the [usage instructions](https://ds300.github.io/jetzt/#use) - Check out the [online demo](http://ds300.github.com/jetzt/demo.html) -### ToDo - -Check out the [ToDo](https://github.com/ds300/jetzt/wiki/ToDo) section of the wiki. - ### Contributions -Open an issue for anything you would like to see in jetzt, but please check other issues first. - -Pull requests are welcome. Please submit to the `dev` branch, or to `master` if it is only a small bugfix. If it is your first time contributing to jetzt, please add your name to the list below (in alphabetical order). - -### Contributors - -- [Gustav Ahlberg](https://github.com/Gyran) -- [Martin Butt](https://github.com/martinkiva) -- [@fusillicode](https://github.com/fusillicode) -- [@h0ru5](https://github.com/h0ru5) -- [Brian Hanson](https://github.com/brianjhanson) -- [@ianzapolsky](https://github.com/ianzapolsky) -- [@j6k4m8](https://github.com/j6k4m8) -- [Noah Slater](http://github.com/nslater) -- [Peter Uithoven](https://github.com/peteruithoven) -- [Pratyush Mittal](https://github.com/pratyushmittal) +We are looking for contributions! See the [CONTRIBUTING.md](CONTRIBUTING.md) for more information. ### License - Copyright 2014 David Sheldrick and contributors - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 +Licenced under the Apache License 2.0. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +See [LICENCE.md](LICENSE.md) and [NOTICE.md](NOTICE.md) for more information. ### | (• ◡•)| (❍ᴥ❍ʋ) diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 90eddd8..0000000 Binary files a/screenshot.png and /dev/null differ