Skip to content

Commit 0268c37

Browse files
committed
Update date from 2024 to 2025
1 parent 7f60505 commit 0268c37

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

.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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.

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) 2024 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

bridge/build.ps1

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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 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-2024 Hassan Draga.
5+
# Copyright (c) 2020-2025 Hassan Draga.
66
# Licensed under MIT License.
77
# All rights reserved.
88
# Canada.

bridge/js2c.py

Lines changed: 2 additions & 2 deletions
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-2024 Hassan Draga.
3+
# Copyright (c) 2020-2025 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
# Canada.
@@ -16,7 +16,7 @@ def js_to_c_header(input_filename, output_filename):
1616
"// WebUI v2.5.0-beta.3\n"
1717
"// https://webui.me\n"
1818
"// https://github.com/webui-dev/webui\n"
19-
"// Copyright (c) 2020-2024 Hassan Draga.\n"
19+
"// Copyright (c) 2020-2025 Hassan Draga.\n"
2020
"// Licensed under MIT License.\n"
2121
"// All rights reserved.\n"
2222
"// Canada.\n\n"

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-2024 Hassan Draga.
4+
Copyright (c) 2020-2025 Hassan Draga.
55
Licensed under MIT License.
66
All rights reserved.
77
Canada.

0 commit comments

Comments
 (0)