mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update date from 2024 to 2025
This commit is contained in:
parent
7f60505709
commit
0268c3723b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
2
.github/workflows/linux_arm.yml
vendored
2
.github/workflows/linux_arm.yml
vendored
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Hassan Draga
|
||||
Copyright (c) 2025 Hassan Draga
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://webui.me
|
||||
# https://github.com/webui-dev/webui
|
||||
# Copyright (c) 2020-2024 Hassan Draga.
|
||||
# Copyright (c) 2020-2025 Hassan Draga.
|
||||
# Licensed under MIT License.
|
||||
# All rights reserved.
|
||||
# Canada.
|
||||
@ -16,7 +16,7 @@ def js_to_c_header(input_filename, output_filename):
|
||||
"// WebUI v2.5.0-beta.3\n"
|
||||
"// https://webui.me\n"
|
||||
"// https://github.com/webui-dev/webui\n"
|
||||
"// Copyright (c) 2020-2024 Hassan Draga.\n"
|
||||
"// Copyright (c) 2020-2025 Hassan Draga.\n"
|
||||
"// Licensed under MIT License.\n"
|
||||
"// All rights reserved.\n"
|
||||
"// Canada.\n\n"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
@ -1,7 +1,7 @@
|
||||
// WebUI v2.5.0-beta.3
|
||||
// https://webui.me
|
||||
// https://github.com/webui-dev/webui
|
||||
// Copyright (c) 2020-2024 Hassan Draga.
|
||||
// Copyright (c) 2020-2025 Hassan Draga.
|
||||
// Licensed under MIT License.
|
||||
// All rights reserved.
|
||||
// Canada.
|
||||
|
@ -27,7 +27,7 @@
|
||||
<h1>WebUI Text Editor</h1>
|
||||
v1.1
|
||||
<p>Example of a text editor software in C using WebUI library.</p>
|
||||
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2024 Hassan Draga</p>
|
||||
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2025 Hassan Draga</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/codemirror.min.js"></script>
|
||||
|
@ -2,7 +2,7 @@
|
||||
WebUI Library
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
@ -2,7 +2,7 @@
|
||||
WebUI Library
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
@ -2,7 +2,7 @@
|
||||
WebUI Library
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
@ -2,7 +2,7 @@
|
||||
WebUI Library
|
||||
https://webui.me
|
||||
https://github.com/webui-dev/webui
|
||||
Copyright (c) 2020-2024 Hassan Draga.
|
||||
Copyright (c) 2020-2025 Hassan Draga.
|
||||
Licensed under MIT License.
|
||||
All rights reserved.
|
||||
Canada.
|
||||
|
Loading…
x
Reference in New Issue
Block a user