Skip to content

Commit 845ac07

Browse files
committed
chore: Courtesy
1 parent 323f566 commit 845ac07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/prog/ui/MainWindow.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ private static void showAboutDialog() {
108108
"<li><b>Huffman Coding</b> - Frequency-based compression</li>" +
109109
"<li><b>LZW</b> - Dictionary-based compression</li>" +
110110
"</ul>" +
111-
"<p>This software was developed as a term project for Level 2, Term 1, " +
111+
"<p>The original software(v 1.0) was developed as a term project for Level 2, Term 1, " +
112+
"<p>Over the last few years I have refactored the code to make it more readable and maintainable." +
112113
"Department of CSE, BUET.</p>" +
113114
"<p><b>Developer:</b> Nahiyan Kamal (Student ID: 0805006)</p>" +
114115
"<p><b>Supervisor:</b> Jesun Shahariar, Department of CSE, BUET</p>" +

0 commit comments

Comments
 (0)