Skip to content

Commit

Permalink
chore: updates to address os license requirements (#19)
Browse files Browse the repository at this point in the history
* chore: update license files to correctly note font licenses, remove unnecessary directory-specific license

* chore: add/fix file license headers to comply with OS licensing requirements
  • Loading branch information
anthony9187 authored Jul 16, 2024
1 parent b369b30 commit 860b411
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 215 deletions.
5 changes: 0 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,3 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


https://github.com/sindresorhus/ts-extras is
Copyright (c) Sindre Sorhus [email protected] (https://sindresorhus.com)
Licensed under the MIT License
9 changes: 4 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ within the component is also subject to the terms and conditions
of these licenses. The LICENSE file contains the text of all the
licenses which apply within this component,except as indicated in the following paragraphs.

The packages/shared/public/fonts/notoSans directory within this component contains fonts which are licensed under the Open Font License. The notoSans
directory contains its own license file, called LICENSE, which describes the licensing of the
files in the notoSans directory.

The packages/shared/public/fonts/roboto directory within this component
contains fonts which are licensed under the Apache License, Version 2.0.
Copyright 2017 Google inc. All rights reserved

https://github.com/sindresorhus/ts-extras is
Copyright (c) Sindre Sorhus [email protected] (https://sindresorhus.com)
Licensed under the MIT License
Licensed under the MIT License
7 changes: 3 additions & 4 deletions packages/shared/AppCoreExtensions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2023 Comcast
*
* Licensed under the Apache License, Version 2.0 (the License);
/*
* Copyright 2024 Comcast Cable Communications Management, LLC
* 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
*
Expand Down
201 changes: 0 additions & 201 deletions packages/shared/public/fonts/roboto/LICENSE.txt

This file was deleted.

17 changes: 17 additions & 0 deletions packages/solid/.storybook/customTheme.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright 2024 Comcast Cable Communications Management, LLC
* 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.
*
* SPDX-License-Identifier: Apache-2.0
*/

import { create, themes } from '@storybook/theming/create';
import brand from '../assets/images/lightningjs-icon.png';

Expand Down
17 changes: 17 additions & 0 deletions packages/solid/components/Artwork/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright 2024 Comcast Cable Communications Management, LLC
* 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.
*
* SPDX-License-Identifier: Apache-2.0
*/

export { default as default } from './Artwork.jsx';
export { default as artworkStyles } from './Artwork.styles.js';
export type { ArtworkProps, ArtworkStyles } from './Artwork.types.js';

0 comments on commit 860b411

Please sign in to comment.