fix: update mac copyright owner

This commit is contained in:
Peter Steinberger
2026-05-21 10:33:49 +01:00
parent ec67290e0b
commit 3260da003d
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Mac app: show OpenClaw Foundation as the About settings copyright owner and align the root MIT license notice.
- 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.
- fix(config): validate browser sandbox bind sources [AI]. (#84799) Thanks @pgondhi987.
- doctor: constrain legacy plugin cleanup paths [AI]. (#84801) Thanks @pgondhi987.
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2025 Peter Steinberger
Copyright (c) 2026 OpenClaw Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -77,7 +77,7 @@ struct AboutSettings: View {
}
}
Text("© 2026 Peter Steinberger — MIT License.")
Text("© 2026 OpenClaw Foundation — MIT License.")
.font(.footnote)
.foregroundStyle(.secondary)
.padding(.top, 4)