Skip to content

Commit ae21e5f

Browse files
revise LF trademark/policy footer notice to recent changes cncf/foundation@a5be632
Signed-off-by: Michael Valdron <[email protected]>
1 parent 62acbb4 commit ae21e5f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

apps/landing-page/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function collectHeadings(
8383

8484
const websiteName = 'Devfile.io';
8585
const websiteDescription = 'An open standard defining containerized development environments.';
86-
const lfTrademarkUsageUrl = 'https://www.linuxfoundation.org/trademark-usage/';
86+
const lfTrademarkUsageUrl = 'https://lfprojects.org/policies/';
8787

8888
function LandingPage({ Component, pageProps }: AppProps): JSX.Element {
8989
const { markdoc } = pageProps as MarkdocNextJsPageProps;

apps/registry-viewer/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const analyticsConfig = {
2727
};
2828

2929
const websiteName = 'Devfile Registry';
30-
const lfTrademarkUsageUrl = 'https://www.linuxfoundation.org/trademark-usage/';
30+
const lfTrademarkUsageUrl = 'https://lfprojects.org/policies/';
3131

3232
function CustomApp({ Component, pageProps }: AppProps): JSX.Element {
3333
return (

libs/core/src/components/footer/footer.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ export function Footer(props: FooterProps): JSX.Element {
5151
)}
5252
{lfTrademarkUsageUrl && (
5353
<p className="text-base text-slate-500 dark:text-slate-400">
54-
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a
55-
list of TLF trademarks, see&nbsp;
54+
Copyright © Devfile a Series of LF Projects, LLC
55+
<br/>
56+
For website terms of use, trademark policy and other project policies please see&nbsp;
5657
<Link
5758
href={lfTrademarkUsageUrl}
5859
className="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"
60+
target="_blank"
5961
>
60-
Trademark Usage
62+
{lfTrademarkUsageUrl.replace(/https:\/\/|http:\/\//g, "")}
6163
</Link>
6264
.
6365
</p>

0 commit comments

Comments
 (0)