Skip to content

Commit b053b93

Browse files
committed
chore: Revert back to US spelling of License, for consistency
1 parent 847ef00 commit b053b93

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

esbuild.config.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SOFTWARE.
3636
*/
3737
3838
/*
39-
Licence rrule (included library):
39+
License rrule (included library):
4040
rrule.js: Library for working with recurrence rules for calendar dates.
4141
=======================================================================
4242
@@ -105,61 +105,61 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
105105
*/
106106
107107
/*
108-
Licence chrono-node (included library):
108+
License chrono-node (included library):
109109
The MIT License
110110
111111
Copyright (c) 2014, Wanasit Tanakitrungruang
112112
*/
113113
114114
/*
115-
Licence flatpickr (included library):
115+
License flatpickr (included library):
116116
The MIT License (MIT)
117117
118118
Copyright (c) 2017 Gregory Petrosyan
119119
*/
120120
121121
/*
122-
Licence @floating-ui/dom (included library):
122+
License @floating-ui/dom (included library):
123123
124124
MIT License
125125
126126
Copyright (c) 2021 Floating UI contributors
127127
*/
128128
129129
/*
130-
Licence boon-js (included library):
130+
License boon-js (included library):
131131
132132
The MIT License (MIT)
133133
134134
Copyright (c) 2020-present Jake Chorley
135135
*/
136136
137137
/*
138-
Licence eventemitter2 (included library):
138+
License eventemitter2 (included library):
139139
140140
The MIT License (MIT)
141141
142142
Copyright (c) 2016 Paolo Fragomeni <http://www.github.com/0x00a> and Contributors
143143
*/
144144
145145
/*
146-
Licence i18next (included library):
146+
License i18next (included library):
147147
148148
The MIT License (MIT)
149149
150150
Copyright (c) 2025 i18next
151151
*/
152152
153153
/*
154-
Licence i18next-browser-languagedetector (included library):
154+
License i18next-browser-languagedetector (included library):
155155
156156
The MIT License (MIT)
157157
158158
Copyright (c) 2024 i18next
159159
*/
160160
161161
/*
162-
Licence mustache (included library):
162+
License mustache (included library):
163163
164164
The MIT License
165165
@@ -169,7 +169,7 @@ Copyright (c) 2010-2015 The mustache.js community
169169
*/
170170
171171
/*
172-
Licence mustache-validator (included library):
172+
License mustache-validator (included library):
173173
174174
MIT License
175175

tests/Integration/ESBuildConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('Check esbuild.config.mjs', () => {
4747
it.each(getReleasedDependencies())('check dependency is in banner: "%s"', (filter: string) => {
4848
// For files that we embed in main.js, we need to honour the project license,
4949
// which we do by pasting it in to esbuild.config.mjs.
50-
const expectedLine = `Licence ${filter} (included library):`;
50+
const expectedLine = `License ${filter} (included library):`;
5151
expect(bannerContent).toContain(expectedLine);
5252

5353
// If this fails, you need to go to:

0 commit comments

Comments
 (0)