Skip to content

Commit 33e7157

Browse files
committed
Update date (2023 to 2025)
1 parent 622e73a commit 33e7157

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Hassan Draga
3+
Copyright (c) 2025 Hassan Draga
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PyPI/Package/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Hassan Draga
3+
Copyright (c) 2025 Hassan Draga
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/text-editor/ui/MainWindow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h1>WebUI Text Editor</h1>
4343
v1.1
4444
<p>Example of a text editor software in Python using WebUI library.</p>
45-
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2023 Hassan Draga</p>
45+
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2025 Hassan Draga</p>
4646
</div>
4747
</div>
4848
<script src="/webui.js"></script>

examples/text-editor/ui/css/all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/text-editor/ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h1>WebUI Text Editor</h1>
2828
v1.1
2929
<p>Example of a text editor software in Python using WebUI library.</p>
30-
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2023 Hassan Draga</p>
30+
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2025 Hassan Draga</p>
3131
</div>
3232
</div>
3333
<script src="js/codemirror.min.js"></script>

0 commit comments

Comments
 (0)