Skip to content

Commit d822cdf

Browse files
authored
refactor: add missing copyright notices (#18965)
1 parent 1ebe3a2 commit d822cdf

File tree

98 files changed

+606
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+606
-36
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
329329
<td align="center"><a href="https://github.com/Tweakified"><img src="https://avatars.githubusercontent.com/u/58192912?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Smith</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Tweakified" title="Code">💻</a> <a href="#a11y-Tweakified" title="Accessibility">️️️️♿️</a> <a href="https://github.com/carbon-design-system/carbon/commits?author=Tweakified" title="Documentation">📖</a></td>
330330
<td align="center"><a href="https://github.com/enricobguedes"><img src="https://avatars.githubusercontent.com/u/45374536?v=4?s=100" width="100px;" alt=""/><br /><sub><b>enricobguedes</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=enricobguedes" title="Code">💻</a></td>
331331
<td align="center"><a href="https://github.com/gdelory"><img src="https://avatars.githubusercontent.com/u/9974707?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Guillaume Delory</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=gdelory" title="Code">💻</a></td>
332+
</tr>
333+
<tr>
332334
<td align="center"><a href="https://github.com/Bhas-kar"><img src="https://avatars.githubusercontent.com/u/183294521?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kanchi Bhaskar</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Bhas-kar" title="Code">💻</a> <a href="https://github.com/carbon-design-system/carbon/commits?author=Bhas-kar" title="Documentation">📖</a></td>
333335
</tr>
334336
</table>

packages/cli/src/commands/sync/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright IBM Corp. 2019, 2023
33
*
44
* This source code is licensed under the Apache-2.0 license found in the
5-
* LICENSE packageJson in the root directory of this source tree.
5+
* LICENSE file in the root directory of this source tree.
66
*/
77

88
'use strict';

packages/icon-build-helpers/src/metadata/extensions/assets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright IBM Corp. 2020, 2023
33
*
4-
* This assets code is licensed under the Apache-2.0 license found in the
5-
* LICENSE file in the root directory of this assets tree.
4+
* This source code is licensed under the Apache-2.0 license found in the
5+
* LICENSE file in the root directory of this source tree.
66
*/
77

88
'use strict';

packages/react/.storybook/Welcome/welcome.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1+
//
2+
// Copyright IBM Corp. 2021, 2022
3+
//
4+
// This source code is licensed under the Apache-2.0 license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
//
7+
18
@use '@carbon/styles/scss/type';
29
@use '@carbon/styles/scss/colors';
310

411
.container-welcome {
12+
// TODO: https://github.com/carbon-design-system/carbon/issues/18891
513
/* stylelint-disable-next-line declaration-no-important */
614
padding: 0 !important;
715
}
816

917
.welcome__container {
1018
position: fixed;
19+
/* stylelint-disable-next-line csstools/use-logical */
1120
top: 0;
21+
/* stylelint-disable-next-line csstools/use-logical */
1222
left: 0;
23+
/* stylelint-disable-next-line csstools/use-logical */
1324
width: 100vw;
25+
/* stylelint-disable-next-line csstools/use-logical */
1426
height: 100vh;
1527
padding: 3rem;
1628
}
@@ -28,10 +40,12 @@
2840
.welcome__link,
2941
.welcome__link:hover,
3042
.welcome__link.cds--link:visited {
43+
/* stylelint-disable-next-line csstools/use-logical */
3144
margin-top: 1rem;
3245
color: colors.$blue-40;
3346
}
3447

3548
.welcome__link:first-child {
49+
/* stylelint-disable-next-line csstools/use-logical */
3650
margin-top: 2rem;
3751
}

packages/react/.storybook/templates/Annotation/Annotation.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright IBM Corp. 2023
3+
//
4+
// This source code is licensed under the Apache-2.0 license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
//
7+
18
@use 'sass:map';
29

310
@use '@carbon/styles/scss/colors';

packages/react/.storybook/templates/WithLayer/WithLayer.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright IBM Corp. 2023
3+
//
4+
// This source code is licensed under the Apache-2.0 license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
//
7+
18
@use '@carbon/styles/scss/theme';
29

310
@use '../prefix' as *;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
/**
2+
* Copyright IBM Corp. 2023
3+
*
4+
* This source code is licensed under the Apache-2.0 license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
export const prefix = 'carbon-storybook-template';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
//
2+
// Copyright IBM Corp. 2023
3+
//
4+
// This source code is licensed under the Apache-2.0 license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
//
7+
18
$prefix: 'carbon-storybook-template';

packages/react/code-connect/Grid/Grid.figma.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright IBM Corp. 2024
3+
*
4+
* This source code is licensed under the Apache-2.0 license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
import React from 'react';
29
import { Grid } from '@carbon/react';
310
import figma from '@figma/code-connect';

packages/react/code-connect/Slider/SliderRange.figma.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// /**
2-
// * Copyright IBM Corp. 2016, 2024
3-
// *
4-
// * This source code is licensed under the Apache-2.0 license found in the
5-
// * LICENSE file in the root directory of this source tree.
6-
// */
1+
/**
2+
* Copyright IBM Corp. 2024
3+
*
4+
* This source code is licensed under the Apache-2.0 license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
77

88
// // @ts-nocheck
99
// import React from 'react';

0 commit comments

Comments
 (0)