diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35934382..2ec6cd79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5512e7a8..103bf883 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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. diff --git a/.github/workflows/linux_arm.yml b/.github/workflows/linux_arm.yml index b728404f..55e3a501 100644 --- a/.github/workflows/linux_arm.yml +++ b/.github/workflows/linux_arm.yml @@ -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. diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f387fe0c..4fb95a02 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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. diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3048d08a..77af70ad 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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. diff --git a/LICENSE b/LICENSE index 77e9be3f..7b9eb017 100644 --- a/LICENSE +++ b/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 diff --git a/bridge/build.ps1 b/bridge/build.ps1 index 296ee717..5cd9a78f 100644 --- a/bridge/build.ps1 +++ b/bridge/build.ps1 @@ -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. diff --git a/bridge/build.sh b/bridge/build.sh index f54f6fe7..e5001ea5 100755 --- a/bridge/build.sh +++ b/bridge/build.sh @@ -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. diff --git a/bridge/js2c.py b/bridge/js2c.py index 93ddbd5e..98d5b6f8 100644 --- a/bridge/js2c.py +++ b/bridge/js2c.py @@ -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" diff --git a/bridge/utils.ts b/bridge/utils.ts index 326c9341..0a31d3fa 100644 --- a/bridge/utils.ts +++ b/bridge/utils.ts @@ -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. diff --git a/bridge/webui.ts b/bridge/webui.ts index 6d5ec356..e989150d 100644 --- a/bridge/webui.ts +++ b/bridge/webui.ts @@ -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. diff --git a/bridge/webui_bridge.h b/bridge/webui_bridge.h index c1057530..74ba4d15 100644 --- a/bridge/webui_bridge.h +++ b/bridge/webui_bridge.h @@ -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. diff --git a/examples/C/text-editor/ui/index.html b/examples/C/text-editor/ui/index.html index ee547d45..dd1650d2 100644 --- a/examples/C/text-editor/ui/index.html +++ b/examples/C/text-editor/ui/index.html @@ -27,7 +27,7 @@

WebUI Text Editor

v1.1

Example of a text editor software in C using WebUI library.

-

webui.me | (C)2024 Hassan Draga

+

webui.me | (C)2025 Hassan Draga

diff --git a/include/webui.h b/include/webui.h index 30507cb4..cf67a2cc 100644 --- a/include/webui.h +++ b/include/webui.h @@ -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. diff --git a/include/webui.hpp b/include/webui.hpp index 4a07cf62..a467db6c 100644 --- a/include/webui.hpp +++ b/include/webui.hpp @@ -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. diff --git a/src/webui.c b/src/webui.c index 3b2ec2d3..89b5c3a2 100644 --- a/src/webui.c +++ b/src/webui.c @@ -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. diff --git a/src/webview/wkwebview.m b/src/webview/wkwebview.m index 7ec757a1..f2715ce9 100644 --- a/src/webview/wkwebview.m +++ b/src/webview/wkwebview.m @@ -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.