Skip to content

Commit f7daa13

Browse files
authored
Merge pull request #16510 from IgniteUI/rmirchev/add-license-readme
chore(*): add-license-readme
2 parents 382635a + 8d62f6f commit f7daa13

File tree

2 files changed

+189
-72
lines changed

2 files changed

+189
-72
lines changed

LICENSE

Lines changed: 123 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,133 @@
1+
=================================================================
2+
3+
Dual License for Ignite UI for Angular
4+
5+
=================================================================
6+
7+
This software package is offered under a dual-license model, which allows for both commercial and permissive open-source use, depending on the components, modules, directives, and services being used.
8+
9+
It is crucial to understand which license applies to which part of the package.
10+
11+
-----------------------------------------------------------------
12+
13+
MIT License
14+
15+
-----------------------------------------------------------------
16+
17+
The MIT License applies exclusively to the components (encompassing all related modules and directives), directives, and services listed below and their associated source code. **All other parts of this package remain under the Infragistics Commercial License.**
18+
19+
**Covered Components, Directives and Services with MIT License:**
20+
21+
- `igx-accordion`
22+
- `igxAutocomplete`
23+
- `igx-avatar`
24+
- `igx-badge`
25+
- `igx-banner`
26+
- `igx-bottom-nav`
27+
- `igx-button`
28+
- `igx-card`
29+
- `igx-carousel`
30+
- `igx-checkbox`
31+
- `igx-chip`
32+
- `igx-circular-bar`
33+
- `igx-combo`
34+
- `igx-date-picker`
35+
- `igx-date-range-picker`
36+
- `igx-dialog`
37+
- `igx-divider`
38+
- `igx-drop-down`
39+
- `igx-expansion-panel`
40+
- `igx-icon`
41+
- `igx-input-group`
42+
- `igx-linear-bar`
43+
- `igx-list`
44+
- `igx-navbar`
45+
- `igx-nav-drawer`
46+
- `igx-paginator`
47+
- `igx-radio`
48+
- `igx-radio-group`
49+
- `igx-rating`
50+
- `igx-select`
51+
- `igx-simple-combo`
52+
- `igx-slider`
53+
- `igx-snackbar`
54+
- `igx-splitter-pane`
55+
- `igx-switch`
56+
- `igx-tabs`
57+
- `igx-toast`
58+
- `igx-tooltip`
59+
- `igx-tree`
60+
- `igx-time-picker`
61+
- `igx-stepper`
62+
- `igx-month-picker`
63+
- `igx-action-strip`
64+
- `igx-buttongroup`
65+
- `igx-calendar`
66+
- `igx-chip-area`
67+
- `igxDateTimeEditor`
68+
- `igxDrag`
69+
- `igxDrop`
70+
- `igxFor`
71+
- `igxIconButton`
72+
- `igxInput`
73+
- `igxLabel`
74+
- `igxLayout`
75+
- `igxMask`
76+
- `igxRipple`
77+
- `IgxOverlayService`
78+
- `IgxTextHighlightDirective`
79+
- `IgxTextHighlightService`
80+
- `igxToggle`
81+
82+
The MIT License applies exclusively to the components (encompassing all related modules and directives), directives, and services listed above and their associated source code.
83+
All other parts of this package remain under the Infragistics Commercial License.
84+
85+
The MIT License (MIT)
86+
87+
Copyright (c) 2025 Infragistics
88+
89+
Permission is hereby granted, free of charge, to any person obtaining a copy
90+
of this software and associated documentation files (the "Software"), to deal
91+
in the Software without restriction, including without limitation the rights
92+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
93+
copies of the Software, and to permit persons to whom the Software is
94+
furnished to do so, subject to the following conditions:
95+
96+
The above copyright notice and this permission notice shall be included in all
97+
copies or substantial portions of the Software.
98+
99+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105+
SOFTWARE.
106+
107+
-----------------------------------------------------------------
108+
109+
Infragistics Commercial License
110+
111+
-----------------------------------------------------------------
112+
113+
All components (encompassing all related modules and directives), modules, directives, services, and code within this package, **except those listed under the MIT License section above**, are licensed under the Infragistics Commercial License (EULA).
114+
1115
This is a commercial product, requiring a valid paid-for license for commercial use.
2116
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.
117+
or University programs, and for educators to use in a classroom setting as examples/tools in their curriculum.
4118

5-
In order for us to verify your eligibility for free usage, please register for trial at
6-
https://Infragistics.com/Angular and open a support ticket with a request for free license.
119+
To verify eligibility for free usage, please register for trial at:
120+
https://www.infragistics.com/angular and open a support ticket with a request for free license.
7121

8-
To acquire a license for commercial usage, please register for trial at https://Infragistics.com/Angular
9-
and refer to the purchasing options in the pricing section on the product page.
122+
To acquire a license for commercial usage, please register for trial at:
123+
https://www.infragistics.com/angular and refer to the purchasing options in the pricing section on the product page.
10124

11125
This repository includes code originally copied from https://github.com/zloirock/core-js
12126
in the projects/igniteui-angular/src/lib/core/setImmediate.ts file. The original version of the code is MIT licensed. See the file header for details.
13127

14128
© Copyright 2025 INFRAGISTICS. All Rights Reserved.
15129
The Infragistics Ultimate license & copyright applies to this distribution.
16-
For information on that license, please go to our website https://www.infragistics.com/legal/license.
130+
For information on that license, please go to:
131+
https://www.infragistics.com/legal/license
132+
133+
For details, see https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)