fix: update mac copyright owner · openclaw/openclaw@3260da0
steipete
·
2026-05-21
·
via Recent Commits to openclaw:main
File tree
apps/macos/Sources/OpenClaw
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,6 +11,7 @@ Docs: https://docs.openclaw.ai
|
11 | 11 | |
12 | 12 | ### Fixes |
13 | 13 | |
| 14 | +- Mac app: show OpenClaw Foundation as the About settings copyright owner and align the root MIT license notice. |
14 | 15 | - Memory/search: stop recall tracking from writing dreaming side-effect artifacts when `dreaming.enabled=false`, while preserving normal search results. Fixes #84436. (#84444) Thanks @NianJiuZst. |
15 | 16 | - fix(config): validate browser sandbox bind sources [AI]. (#84799) Thanks @pgondhi987. |
16 | 17 | - doctor: constrain legacy plugin cleanup paths [AI]. (#84801) Thanks @pgondhi987. |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | MIT License |
2 | 2 | |
3 | | -Copyright (c) 2025 Peter Steinberger |
| 3 | +Copyright (c) 2026 OpenClaw Foundation |
4 | 4 | |
5 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy |
6 | 6 | of this software and associated documentation files (the "Software"), to deal |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -77,7 +77,7 @@ struct AboutSettings: View {
|
77 | 77 | } |
78 | 78 | } |
79 | 79 | |
80 | | -Text("© 2026 Peter Steinberger — MIT License.") |
| 80 | +Text("© 2026 OpenClaw Foundation — MIT License.") |
81 | 81 | .font(.footnote) |
82 | 82 | .foregroundStyle(.secondary) |
83 | 83 | .padding(.top, 4) |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。