From bc0bcda300da0e57d23a7279790828bd838fec50 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 23 Sep 2020 09:44:53 -0700 Subject: [PATCH] Fix license headers for less files Summary: Failing OSS requirements due to missing headers right now: P143086435 Reviewed By: mweststrate Differential Revision: D23843532 fbshipit-source-id: 759daefbec641d59adff6ecee8d06dd90c7a6b5b --- desktop/themes/base.less | 7 +++++++ desktop/themes/dark.less | 7 +++++++ desktop/themes/light.less | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/desktop/themes/base.less b/desktop/themes/base.less index ae725f6ef..515dbfa0e 100644 --- a/desktop/themes/base.less +++ b/desktop/themes/base.less @@ -1,3 +1,10 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + */ @import '../node_modules/antd/dist/antd.less'; /* Based on: https://www.figma.com/file/4e6BMdm2SuZ1L7FSuOPQVC/Flipper?node-id=620%3A84636 */ @border-radius-base: 6px; diff --git a/desktop/themes/dark.less b/desktop/themes/dark.less index d758516e6..b07355ead 100644 --- a/desktop/themes/dark.less +++ b/desktop/themes/dark.less @@ -1,3 +1,10 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + */ @import '../node_modules/antd/lib/style/themes/dark.less'; @import './base.less'; diff --git a/desktop/themes/light.less b/desktop/themes/light.less index 18c6517c4..8424d9237 100644 --- a/desktop/themes/light.less +++ b/desktop/themes/light.less @@ -1,3 +1,10 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + */ @import '../node_modules/antd/lib/style/themes/default.less'; @import './base.less';