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
docs: Record that upstream code in ui/ is not covered by the Stackable CLA
The vendored UI is a fork of the MPL-2.0-licensed Antora Default UI and
periodically ports upstream commits with their authorship preserved. Those
authors have not signed the Stackable CLA; their code is included under the
MPL-2.0 alone. Document this in ui/NOTICE and ui/README.adoc so provenance
is clear for anyone doing due diligence, and note that the CLA check on
port PRs (like this one) fails by design and needs an admin override.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: ui/README.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,23 @@ Copyright (C) 2017-present OpenDevise Inc. and the Antora Project.
92
92
Use of this software is granted under the terms of the https://www.mozilla.org/en-US/MPL/2.0/[Mozilla Public License Version 2.0] (MPL-2.0).
93
93
See link:LICENSE[] to find the full license text.
94
94
95
+
=== Provenance and the Stackable CLA
96
+
97
+
This directory is a fork of the MPL-2.0-licensed https://gitlab.com/antora/antora-ui-default[Antora Default UI], and upstream commits are periodically ported into it (see link:UPSTREAM[]).
98
+
Ported commits keep their original upstream authorship in the git history.
99
+
100
+
The upstream authors have not signed the Stackable CLA and are not expected to.
101
+
Their code is included solely under the terms of the MPL-2.0 (see link:LICENSE[]), not under the CLA.
102
+
This is intentional and applies only to the contents of this directory.
103
+
As a practical consequence, the CLA check fails on pull requests that port upstream commits; such PRs are merged with an administrative override after review.
104
+
105
+
To list the authors of ported code:
106
+
107
+
[source,bash]
108
+
----
109
+
git log --format='%an <%ae>' -- ui/ | sort -u
110
+
----
111
+
95
112
== Authors
96
113
97
114
Development of Antora is led and sponsored by {url-opendevise}[OpenDevise Inc].
0 commit comments