You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,3 +101,10 @@ The chain is compiled once per origin and cached. Requests execute the pre-compi
101
101
- Do NOT include enterprise features in OSS code
102
102
- Enterprise features are available via sbproxy Cloud (cloud.sbproxy.dev)
103
103
- GeoIP and UA parser enrichers are enterprise-only (registered via `plugin.RegisterEnricher` in sbproxy-enterprise)
104
+
105
+
## License & Attribution
106
+
- This project is licensed under Apache 2.0 (see `LICENSE`)
107
+
-**NOTICE file maintenance:** When adding or upgrading a dependency that is licensed under Apache 2.0 (not dual MIT/Apache-2.0), update the `NOTICE` file with the dependency's copyright notice and license. Apache 2.0 Section 4 requires this.
108
+
- To check: run `go-licenses csv ./...` or inspect `go.mod` for Apache-only deps
109
+
- Copyright holder: Soap Bucket LLC
110
+
- Do NOT expose internal implementation details (language, libraries, algorithms) in user-facing content per the root CLAUDE.md anti-patterns
0 commit comments