Skip to content

Commit 238c177

Browse files
damyanpetevdidimmovarkaraivanov
authored
chore(license): update project license to MIT (#1970)
Update project license to MIT --------- Co-authored-by: Dilyana Yarabanova <45598235+didimmova@users.noreply.github.com> Co-authored-by: Radoslav Karaivanov <rkaraivanov@infragistics.com>
1 parent 02d7101 commit 238c177

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
- #### Tooltip
1010
- Do not show tooltip when target is clicked [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
1111

12+
## [6.3.5] - 2025-11-13
13+
### Changed
14+
- **License Update**: The project license has been updated to the MIT License, providing greater flexibility and openness for the community. This change reflects our commitment to fostering an inclusive and collaborative development environment while maintaining the high-quality standards you expect from Ignite UI Web Components.
15+
1216
## [6.3.4] - 2025-10-22
1317
### Fixed
1418
- #### Date picker
@@ -1055,6 +1059,7 @@ Initial release of Ignite UI Web Components
10551059
- Ripple component
10561060
- Switch component
10571061

1062+
[6.3.5]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.4...6.3.5
10581063
[6.3.4]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.3...6.3.4
10591064
[6.3.3]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.2...6.3.3
10601065
[6.3.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.1...6.3.2

LICENSE

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
This is a commercial product, requiring a valid paid-for license for commercial use.
2-
This product is free to use for non-commercial educational use for students in K through 12 grades
3-
or University programs, and for educators to use in a classroom setting as examples / tools in their curriculum.
1+
MIT License
42

5-
In order for us to verify your eligibility for free usage, please register for trial at
6-
https://www.infragistics.com/products/ignite-ui-web-components and open a support ticket with a request for free license.
3+
Copyright (c) 2025 INFRAGISTICS
74

8-
To acquire a license for commercial usage, please register for trial at https://www.infragistics.com/products/ignite-ui-web-components
9-
and refer to the purchasing options in the pricing section on the product page.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1011

11-
© Copyright 2025 INFRAGISTICS. All Rights Reserved.
12-
The Infragistics Ultimate license & copyright applies to this distribution.
13-
For information on that license, please go to our website https://www.infragistics.com/legal/license.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "Ignite UI Web Components",
55
"author": "Infragistics",
6-
"license": "SEE LICENSE IN LICENSE",
6+
"license": "MIT",
77
"exports": {
88
".": "./src/index.js",
99
"./types": "./src/types.js",

scripts/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.",
55
"author": "Infragistics",
6-
"license": "SEE LICENSE IN LICENSE",
6+
"license": "MIT",
77
"homepage": "https://www.infragistics.com/products/ignite-ui-web-components",
88
"exports": {
99
".": {

0 commit comments

Comments
 (0)