From 3782ea2a7feb41fd357a52e2589e2f06c02d0e58 Mon Sep 17 00:00:00 2001 From: Max Cao Date: Thu, 24 Aug 2023 14:22:57 -0700 Subject: [PATCH] fix license config --- LOCALIZATION.md | 15 --------------- license-config.json | 3 +-- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/LOCALIZATION.md b/LOCALIZATION.md index 82520fda5..ddc23bdaf 100644 --- a/LOCALIZATION.md +++ b/LOCALIZATION.md @@ -1,18 +1,3 @@ -/* -Copyright The Cryostat Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ ## Localization with react-i18next Cryostat-web uses [i18next](https://www.i18next.com/) as an internationalization-framework. The react-i18next package is used to integrate i18next with React. To add new user strings to the project, they must be handled in the manner below. diff --git a/license-config.json b/license-config.json index 328b5f344..92f9764ba 100644 --- a/license-config.json +++ b/license-config.json @@ -17,8 +17,7 @@ "stories", "__mocks__", "**/.*", - "**/README.md", - "TESTING.md", + "**/*.md", "**/*.js", "yarn.lock", ".yarn/**/*",