Skip to content

Commit 527cc7d

Browse files
joyenjoyerclaude
andcommitted
chore(many): fix incorrect copyright header text
Correct license headers that drifted from the canonical text and were missed by the old loose oxlint notice check: wrong copyright start years (2018/2021 instead of 2015) in ui-date-time-input, ui-editable, ui-i18n and ui-tree-browser, a "copyrigfht" typo in ui-color-picker, and an extra period after "(MIT)" in vitest.config.mts, vitest.setup.ts, vitest.setup.browser.ts, and a ui-portal test file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c6e637b commit 527cc7d

21 files changed

Lines changed: 22 additions & 24 deletions

File tree

packages/ui-color-picker/src/ColorMixer/v1/ColorPalette/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* copies of the Software, and to permit persons to whom the Software is
1111
* furnished to do so, subject to the following conditions:
1212
*
13-
* The above copyrigfht notice and this permission notice shall be included in all
13+
* The above copyright notice and this permission notice shall be included in all
1414
* copies or substantial portions of the Software.
1515
*
1616
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

packages/ui-color-picker/src/ColorMixer/v2/ColorPalette/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* copies of the Software, and to permit persons to whom the Software is
1111
* furnished to do so, subject to the following conditions:
1212
*
13-
* The above copyrigfht notice and this permission notice shall be included in all
13+
* The above copyright notice and this permission notice shall be included in all
1414
* copies or substantial portions of the Software.
1515
*
1616
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

packages/ui-date-time-input/src/DateTimeInput/__tests__/DateTimeInput.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-date-time-input/src/DateTimeInput/v1/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-date-time-input/src/DateTimeInput/v2/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-editable/src/Editable/__tests__/Editable.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-editable/src/Editable/v1/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -21,6 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24+
2425
import { Component } from 'react'
2526

2627
import { deepEqual } from '@instructure/ui-utils'

packages/ui-editable/src/InPlaceEdit/__tests__/InPlaceEdit.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-editable/src/InPlaceEdit/v1/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

packages/ui-editable/src/InPlaceEdit/v2/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2018 - present Instructure, Inc.
4+
* Copyright (c) 2015 - present Instructure, Inc.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)