Skip to content

Commit 34fd086

Browse files
committed
Update Date 2026
1 parent 7d22079 commit 34fd086

22 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/linux_arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/linux_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/linux_redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2025 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

bridge/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://webui.me
44
# https://github.com/webui-dev/webui
5-
# Copyright (c) 2020-2025 Hassan Draga.
5+
# Copyright (c) 2020-2026 Hassan Draga.
66
# Licensed under MIT License.
77
# All rights reserved.
88
# Canada.

bridge/js2c.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// WebUI v2.5.0-beta.4
22
// https://webui.me
33
// https://github.com/webui-dev/webui
4-
// Copyright (c) 2020-2025 Hassan Draga.
4+
// Copyright (c) 2020-2026 Hassan Draga.
55
// Licensed under MIT License.
66
// All rights reserved.
77
// Canada.
@@ -10,7 +10,7 @@ async function jsToCHeader(inputFilename, outputFilename) {
1010
try {
1111
console.log(`Converting '${inputFilename}' to '${outputFilename}'...`);
1212
// Comment block
13-
const comment = `// WebUI v2.5.0-beta.4\n// https://webui.me\n// https://github.com/webui-dev/webui\n// Copyright (c) 2020-2025 Hassan Draga.\n// Licensed under MIT License.\n// All rights reserved.\n// Canada.\n\n`;
13+
const comment = `// WebUI v2.5.0-beta.4\n// https://webui.me\n// https://github.com/webui-dev/webui\n// Copyright (c) 2020-2026 Hassan Draga.\n// Licensed under MIT License.\n// All rights reserved.\n// Canada.\n\n`;
1414
// Read JS file content
1515
const fs = require('fs').promises;
1616
let content = await fs.readFile(inputFilename, 'utf-8');

bridge/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
https://webui.me
33
https://github.com/webui-dev/webui
4-
Copyright (c) 2020-2025 Hassan Draga.
4+
Copyright (c) 2020-2026 Hassan Draga.
55
Licensed under MIT License.
66
All rights reserved.
77
Canada.

0 commit comments

Comments
 (0)