Skip to content

Commit 04e1169

Browse files
committed
Switch to Luuxis License v1.0
Replaced the previous CC-BY-NC 4.0 license with the new Luuxis License v1.0 across all source files and documentation. Updated LICENSE.md with the full text of the new custom license in French and English, and referenced it in docs and code headers for clarity and compliance.
1 parent e515a32 commit 04e1169

19 files changed

Lines changed: 71 additions & 152 deletions

File tree

LICENSE.md

Lines changed: 52 additions & 135 deletions
Large diffs are not rendered by default.

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
</a>
1717
</p>
1818

19+
---
20+
📝 Licence : Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
1921
---
2022
### **<ins><p align="center">Conditions d'utilisation:</p>**
2123
- Pour utiliser le code vous devez faire un fork du projet.

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55

66
const { app, ipcMain, nativeTheme } = require('electron');

src/assets/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55

66
const { ipcRenderer, shell } = require('electron');

src/assets/js/launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55
// import panel
66
import Login from './panels/login.js';

src/assets/js/panels/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55
import { config, database, logger, changePanel, appdata, setStatus, pkg, popup } from '../utils.js'
66

src/assets/js/panels/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55
const { AZauth, Mojang } = require('minecraft-java-core');
66
const { ipcRenderer } = require('electron');

src/assets/js/panels/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55

66
import { changePanel, accountSelect, database, Slider, config, setStatus, popup, appdata, setBackground } from '../utils.js'

src/assets/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55

66
const { ipcRenderer } = require('electron')

src/assets/js/utils/Skin/skin2D.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Luuxis
3-
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0
3+
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
44
*/
55
const nodeFetch = require('node-fetch')
66

0 commit comments

Comments
 (0)