From 3f4ec3deb5533d3b6a5a5d257069620fb44aeb98 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 30 Apr 2025 14:10:31 +0100 Subject: [PATCH] [RNW]Fix missing license in css files --- website/src/theme/Blog/Components/Author/styles.module.css | 7 +++++++ website/src/theme/DocItem/Footer/styles.module.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/website/src/theme/Blog/Components/Author/styles.module.css b/website/src/theme/Blog/Components/Author/styles.module.css index a9ee3f0e43d..5251af55a11 100644 --- a/website/src/theme/Blog/Components/Author/styles.module.css +++ b/website/src/theme/Blog/Components/Author/styles.module.css @@ -1,3 +1,10 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + .authorImage { background: var(--home-hero-grid-icon); --ifm-avatar-photo-size: 3.6rem; diff --git a/website/src/theme/DocItem/Footer/styles.module.css b/website/src/theme/DocItem/Footer/styles.module.css index 83a6ef7cdd5..b5eea27caa8 100644 --- a/website/src/theme/DocItem/Footer/styles.module.css +++ b/website/src/theme/DocItem/Footer/styles.module.css @@ -1,3 +1,10 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + .lastUpdated { margin-top: 0.2rem; font-style: italic;