diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-10 20:05:49 -0500 |
---|---|---|
committer | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-10 20:05:49 -0500 |
commit | 5b7673cfc13876cde061d454982daac1bafacfd2 (patch) | |
tree | 1d6f26e20c54d69baa7b2a85372ef4aad7a30674 | |
parent | cda6af12eedcf5685d0ecbfec449acffda4f174c (diff) |
Moved license and contribution section to the top
-rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,6 +1,15 @@ # Go Hue Phillips Hue Golang Library. +## License +Copyright (C) 2016 Collin Guarino (Collinux) +GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +GoHue project maintained by Collin Guarino, collin.guarino@gmail.com + +## Contributing +Pull requests happily accepted on GitHub + + ## Features - [ ] Lights - [x] Get all lights @@ -57,11 +66,3 @@ Phillips Hue Golang Library. - [ ] Info - [ ] Get all timezones - [ ] Search for bridges - -## License -Copyright (C) 2016 Collin Guarino (Collinux) -GPL version 2 or higher http://www.gnu.org/licenses/gpl.html -GoHue project maintained by Collin Guarino, collin.guarino@gmail.com - -## Contributing -Pull requests happily accepted on GitHub |