From 7abd4ddb38f71ab4c85f243063c34fb8e62d356a Mon Sep 17 00:00:00 2001 From: Wykks Date: Sun, 19 Nov 2017 22:58:14 +0100 Subject: [PATCH] Update README. Change licence to MIT. Not gonna lie, I searched a bit how to create an external program to communicate with an extension. It's way to much work compared to how much people use this. Plus, there are some working alternative. --- README.md | 5 ++--- data/common/options/pages/about.js | 5 ----- data/common/options/translations/en.json | 2 +- data/common/options/translations/fr.json | 2 +- data/common/options/translations/zh-CN.json | 2 +- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f75ff23..a7a3f6d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ From Firefox 57 onwards, WebExtensions will be the only supported extension type UNP rely on io/file api which doesn't exist in WebExtension API (https://bugzilla.mozilla.org/show_bug.cgi?id=1246236). This means I'll have to create an external app in addition to simply porting UNP to WebExtension. To be honest, I kind of lost interest in developping browser extension (and I'm not using UNP since years). -But I'll probably to the work someday if enough people find this extension usefull (and are OK with **running an external program in addition to Firefox or Chrome**). -And, of course, patch are always welcome :) +You can do whatever you want with this. It's now MIT licenced. [Untamed Now Playing](https://github.com/Wylk/Untamed-Now-Playing-Next) ================= @@ -113,7 +112,7 @@ Nightbot support and Stream check feature disabled (not ported to Firefox yet), Licence -------------------------------------- -This software is provided "AS IS" without warranty of any kind, either expressed or implied. Licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/deed). +MIT This software uses the following libraries developed by third parties, and are licenced seperately; * [jQuery](http://jquery.com) (MIT License) diff --git a/data/common/options/pages/about.js b/data/common/options/pages/about.js index 1899f28..c94ba3d 100644 --- a/data/common/options/pages/about.js +++ b/data/common/options/pages/about.js @@ -14,11 +14,6 @@ h('p', null, h(Markup, { markup: t('about_license_1'), trim: false }) ), - h('p', null, - h('a', { rel: 'license', href: 'http://creativecommons.org/licenses/by-sa/3.0/deed' }, - h('img', { alt: 'Creative Commons Licence', style: 'border-width:0', src: 'http://i.creativecommons.org/l/by-sa/3.0/88x31.png' }) - ) - ), h('p', null, t('about_license_2')), h('ul', null, h('li', null, diff --git a/data/common/options/translations/en.json b/data/common/options/translations/en.json index 6b66b24..96a2a27 100644 --- a/data/common/options/translations/en.json +++ b/data/common/options/translations/en.json @@ -77,7 +77,7 @@ "about_limi_1": "At the moment, now playing data is only saved when the song intially plays and is only updated when the next song starts playing. Thus if you stop playing music, the output file will still contain the last song played.", "about_limi_2": "Firefox limits what directories can be saved to, if you run into problems, try saving to a subdirectory of your profile (C:\\Users\\USERNAME* or C:\\Documents and Settings\\USERNAME*).", "about_license": "License", - "about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.", + "about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a MIT.", "about_license_2": "This software uses the following libraries developed by third parties;", "about_license_3": "Additionally, the main icon was designed by CSS Creme.", "contact_1": "If you have any suggestions, feedback, etc, you can post on OBS forum or on GitHub.", diff --git a/data/common/options/translations/fr.json b/data/common/options/translations/fr.json index 9a96546..3d63bf8 100644 --- a/data/common/options/translations/fr.json +++ b/data/common/options/translations/fr.json @@ -77,7 +77,7 @@ "about_limi_1": "Pour le moment, les informations 'Playing Now' ne sont sauvegardé qu’au moment où la musique démarre. De ce fait, si vous arrêtez de jouer de la musique, la sortie continuera de contenir la dernière chanson jouée.", "about_limi_2": "Firefox impose certaine restriction comme le répertoire : si vous rencontrer un problème essayer de placer le fichier dans votre répertoire utilisateur.", "about_license": "Licence", - "about_license_1": "Ce logiciel est fourni 'TEL QUEL' sans garantie d'aucune sorte, il est mise à disposition selon les termes de la Creative Commons Attribution-ShareAlike 3.0 Unported License.", + "about_license_1": "Ce logiciel est fourni 'TEL QUEL' sans garantie d'aucune sorte, il est mise à disposition selon les termes de la MIT.", "about_license_2": "Ce logiciel utilise les bibliothèques suivantes développées par des tiers;", "about_license_3": "En outre, l'icône principale a été conçu par CSS Creme .", "contact_1": "Si vous avez des propositions, retours, etc, vous pouvez poster sur le forum d'OBS ou sur le GitHub.", diff --git a/data/common/options/translations/zh-CN.json b/data/common/options/translations/zh-CN.json index 50f03b9..edbea81 100644 --- a/data/common/options/translations/zh-CN.json +++ b/data/common/options/translations/zh-CN.json @@ -78,7 +78,7 @@ "about_limi_1": "现在,正在播放信息只会在歌曲刚开始播放时保存,并且只在下一首歌播放后更新。因此如果你停止播放音乐,输出文件仍然会保持为你播放的上一个音乐。", "about_limi_2": "Firefox限制保存目录,如果你在运行时出现问题,试着将文件保存在你的个人文档的子文件夹下(C:\\Users\\USERNAME* 或 C:\\Documents and Settings\\USERNAME*)。", "about_license": "许可", - "about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.", + "about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a MIT.", "about_license_2": "本软件使用如下第三方库:", "about_license_3": "另外,主图标是由CSS Creme设计。", "contact_1": "如果你有任何建议和反馈,可以在这里http://obsproject.com/forum/viewtopic.php?f=22&t=2614 或这里 https://github.com/Wykks/Untamed-Now-Playing-Next发帖。",