Skip to content

Commit 965950e

Browse files
author
Ergin Turk
committed
Change License to MIT, Add more related npm keywords
1 parent 88d4d5a commit 965950e

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

LICENSE

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
License
2-
This work is licensed under the Custom Attribution-NonCommercial License.
1+
Copyright 2024 Mehmet Ergin Turk
32

4-
You are free to:
3+
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:
54

6-
Use: Copy and redistribute the material in any medium or format.
7-
Adapt: Remix, transform, and build upon the material.
8-
Under the following terms:
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
96

10-
Attribution: You must give appropriate credit, provide a link to this license, and indicate if changes were made. Attribution should be given as follows:
11-
12-
Credit to: Mehmet Ergin Turk.
13-
NonCommercial: You may not use the material for commercial purposes unless explicit permission is granted by the author.
14-
15-
Commercial Use: For commercial use, please contact Mehmet Ergin Turk at [email protected].
16-
17-
No Additional Restrictions: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
18-
19-
Copyright Year:
20-
This work is licensed under the Custom Attribution-NonCommercial License, copyright 2024 by Mehmet Ergin Turk.
7+
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.

package.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pixeltone.js",
3-
"version": "1.0.4",
4-
"description": "A tool to convert images to audio based on their RGB data.",
3+
"version": "1.0.5",
4+
"description": "An auditory creation tool that turns your images into sounds. ",
55
"main": "dist/index.cjs",
66
"module": "dist/index.esm.js",
77
"types": "dist/index.d.ts",
@@ -13,11 +13,28 @@
1313
"image",
1414
"audio",
1515
"image-to-music",
16+
"generative",
17+
"music",
18+
"auditory-creation",
19+
"sound-generator",
20+
"rgb-to-frequency",
21+
"image-processing",
22+
"creative-coding",
23+
"pixel-art",
24+
"sound-art",
25+
"frequency-mapping",
26+
"audiovisual",
27+
"javascript-library",
1628
"npm-package",
17-
"rgb-to-frequency"
29+
"generative-art",
30+
"interactive-media",
31+
"music-visualization",
32+
"typescript",
33+
"typescript-library",
34+
"typescript-support"
1835
],
1936
"author": "M. Ergin Turk",
20-
"license": "Custom Attribution-NonCommercial License",
37+
"license": "MIT",
2138
"repository": {
2239
"type": "git",
2340
"url": "https://github.com/RecursiveVoid/pixeltonejs.git"

0 commit comments

Comments
 (0)