Skip to content

Commit 6e4cb72

Browse files
committed
docs: update project definitions
1 parent 5ab6973 commit 6e4cb72

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

LICENCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# **LICENSE - Non-Commercial Use Only**
22

3-
**Copyright © [2024] [Lucas S. M.]**
3+
**Copyright © [2025] [Lucas S. M.]**
44

5-
This software, **mem-gui**, is licensed under the following terms:
5+
This software, **MemGui**, is licensed under the following terms:
66

77
## **1. Permissions**
88

@@ -25,4 +25,4 @@ THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2525

2626
Any violation of these terms will result in the immediate termination of this license. The author reserves the right to revoke or modify this license at any time.
2727

28-
For inquiries regarding alternative licensing options, please contact **[your email or GitHub profile]**.
28+
For inquiries regarding alternative licensing options, please contact **[lucassm02](https://github.com/lucassm02)**.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252

5353
## 📜 License
5454

55-
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
55+
This project is licensed under the **Non-Commercial Use Only License**. You are granted a limited, non-exclusive, and non-transferable license to use this software for personal, educational, or non-commercial research purposes only. Commercial use—including selling, offering paid services, or integrating this software into commercial products—is strictly prohibited. For the full details, please see the [LICENSE](LICENSE) file.

website/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>Mem GUI - Download Page</title>
6+
<title>MemGUI - Download Page</title>
77
<link
88
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
99
rel="stylesheet"
@@ -179,8 +179,8 @@
179179
</head>
180180
<body>
181181
<header class="hero">
182-
<img src="https://raw.githubusercontent.com/lucassm02/mem-gui/main/assets/mem-gui.svg" alt="Mem GUI Logo" />
183-
<h1>Mem GUI</h1>
182+
<img src="https://raw.githubusercontent.com/lucassm02/mem-gui/main/assets/mem-gui.svg" alt="MemGUI Logo" />
183+
<h1>MemGUI</h1>
184184
<p>Manage and monitor your system's memory in an intuitive and efficient way.</p>
185185
</header>
186186
<nav>
@@ -195,9 +195,9 @@ <h1>Mem GUI</h1>
195195
</nav>
196196
<main>
197197
<section id="about">
198-
<h2>About Mem GUI</h2>
198+
<h2>About MemGUI</h2>
199199
<p>
200-
Mem GUI is a modern and intuitive application for memory management and monitoring.
200+
MemGUI is a modern and intuitive application for memory management and monitoring.
201201
Developed with a focus on performance and usability, it offers a clean and efficient interface to track your system's resources.
202202
</p>
203203
</section>
@@ -213,32 +213,32 @@ <h2>Features</h2>
213213
<section id="download">
214214
<h2>Download</h2>
215215
<p>
216-
Download the latest version of Mem GUI directly from GitHub. Click the button below to start your download.
216+
Download the latest version of MemGUI directly from GitHub. Click the button below to start your download.
217217
</p>
218218
<a class="download-button" href="https://github.com/lucassm02/mem-gui/releases/latest" target="_blank">
219-
Download Mem GUI
219+
Download MemGUI
220220
</a>
221221
</section>
222222
<section id="example">
223223
<h2>Example</h2>
224-
<p>See an example of the Mem GUI interface below:</p>
224+
<p>See an example of the MemGUI interface below:</p>
225225
<div class="screenshot">
226-
<img src="https://raw.githubusercontent.com/lucassm02/mem-gui/main/screenshots/screnshot-02.png" alt="Mem GUI Screenshot" />
226+
<img src="https://raw.githubusercontent.com/lucassm02/mem-gui/main/screenshots/screnshot-02.png" alt="MemGUI Screenshot" />
227227
</div>
228228
</section>
229229
<section id="installation">
230230
<h2>Installation</h2>
231231
<p>
232232
After downloading, run the installer and follow the on-screen instructions.
233-
The installation is simple and fast, allowing you to start using Mem GUI within minutes.
233+
The installation is simple and fast, allowing you to start using MemGUI within minutes.
234234
</p>
235235
</section>
236236
<section id="license">
237237
<h2>License</h2>
238238
<p>
239-
This project is open source and licensed under the
240-
<a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.
239+
This project is licensed under the <strong>Non-Commercial Use Only License</strong>. You are granted a limited, non-exclusive, and non-transferable license to use this software for personal, educational, or non-commercial research purposes only. Commercial use—including selling, offering paid services, or integrating this software into commercial products—is strictly prohibited. For the full details, please see the <a href="https://github.com/lucassm02/mem-gui/blob/main/LICENCE.md">LICENSE</a> file.
241240
</p>
241+
242242
</section>
243243
<section id="contact">
244244
<h2>Contact</h2>
@@ -251,7 +251,7 @@ <h2>Contact</h2>
251251
</section>
252252
</main>
253253
<footer>
254-
<p>&copy; 2025 Mem GUI. All rights reserved.</p>
254+
<p>&copy; 2025 MemGUI. All rights reserved.</p>
255255
</footer>
256256
</body>
257257
</html>

0 commit comments

Comments
 (0)