Skip to content

Commit

Permalink
Add license and copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-x committed Aug 11, 2021
1 parent c9e8ead commit 9160d40
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Jai Sharma

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.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## ⚠️ This project is a work in progress ⚠️

A desktop implementation of 0x40 Hues from the [0x40 Hues project](https://0x40hues.blogspot.com/).

A desktop implementation of 0x40 Hues from the [0x40 Hues project](https://0x40hues.blogspot.com/)
Inspired by [mon's Webhues](https://0x40.mon.im/)

## how to use
Expand Down Expand Up @@ -141,3 +140,16 @@ An example format of a `images.xml` is as follows:
to indicate this image is part of an animated set
* NOTE: Support to handle this element and animated images is currently
not implemented

## license and copyright

The source code for this software is licensed under the MIT license.
See `LICENSE.txt` file in this repo for more information.

The file `hues.Game.Tests/Resources/Tracks/sample.mp3` is copyright of Kevin
MacLeod and is licensed under the Creative Commons Attribution License 4.0.

The following files are copyright of The 0x40 Hues Team:
- `hues.Game.Tests/Resources/Respacks/DefaultImages.zip`
- `hues.Game.Tests/Resources/Respacks/DefaultsHQ.zip`

0 comments on commit 9160d40

Please sign in to comment.