Skip to content

Commit dd609ab

Browse files
JoaquinEtchegarayskydiverFelipeCabreraBnoelreissig
authored
License update to GPL3 (#166)
* Update license to GPL3 * Fix grammar error * Update license file * Wishlist functionality mods (#167) * Product detail wishlist functionality * update product detail wishlist logic * wishlist on product list page functionality * Update wishlist logic to global store * Check if user is authenticated * Tooltip please log in to use this functionality * Wishlist functionality * Style enhancements * Change metadata title * wishlist enhancements * wishlist page enhancements * remove unused component * refactor wishlist on products listing * remove unused actions * remove unused store * refactor wishlist check for product * fix for non logged users * possible cache fix * wishlist enhancements * switch wishlist to client side rendering * remove unused code * switch wishlist to client side rendering * fixed loading wishlist bug * fixed loading wishlist bug * fixed wishlist page * Add isAuthenticated prop to ProductHighlight --------- Co-authored-by: Felipe Cabrera <[email protected]> Co-authored-by: JoaquinEtchegaray <[email protected]> * fix for anon users (#170) * Readme file/deploys buttons (#168) * Add Vercel and Azure deploy buttons Readme File * Add style for buttons * Update azureDeploy file * Add netlify button for deployment * update netlify template * Update readme as per Deployment section * Add minor info in readme * Update readme * netlify.toml file update * Wishlist functionality mods (#167) * Product detail wishlist functionality * update product detail wishlist logic * wishlist on product list page functionality * Update wishlist logic to global store * Check if user is authenticated * Tooltip please log in to use this functionality * Wishlist functionality * Style enhancements * Change metadata title * wishlist enhancements * wishlist page enhancements * remove unused component * refactor wishlist on products listing * remove unused actions * remove unused store * refactor wishlist check for product * fix for non logged users * possible cache fix * wishlist enhancements * switch wishlist to client side rendering * remove unused code * switch wishlist to client side rendering * fixed loading wishlist bug * fixed loading wishlist bug * fixed wishlist page * Add isAuthenticated prop to ProductHighlight --------- Co-authored-by: Felipe Cabrera <[email protected]> Co-authored-by: JoaquinEtchegaray <[email protected]> * fix for anon users (#170) * Temporally removed azure button * Add Vercel and Azure deploy buttons Readme File * Add style for buttons * Update azureDeploy file * Add netlify button for deployment * update netlify template * Update readme as per Deployment section * Add minor info in readme * Update readme * netlify.toml file update * Temporally removed azure button --------- Co-authored-by: Martin M <[email protected]> Co-authored-by: Felipe Cabrera <[email protected]> Co-authored-by: JoaquinEtchegaray <[email protected]> * Update license to GPL3 * Fix grammar error * Update license file --------- Co-authored-by: Martin M <[email protected]> Co-authored-by: Felipe Cabrera <[email protected]> Co-authored-by: Maria N. Reissig <[email protected]>
1 parent 0aa343e commit dd609ab

File tree

2 files changed

+87
-26
lines changed

2 files changed

+87
-26
lines changed

LICENSE

+51-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,51 @@
1-
MIT License
2-
3-
Copyright (c) 2023 Commit Studio
4-
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:
11-
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.
1+
# Extended General Public License (GPL) version 3.0
2+
3+
The Extended General Public License (GPL) is a free, copyleft license for software and other kinds of works, which extends the terms of the original GPL version 3.0 to encompass certain explicit permissions and restrictions pertaining to the utilization of themes.
4+
5+
# Preamble
6+
7+
The Extended GPL3 license preserves the core principles of the GPL3 license such as the freedom to run the program, to study and change it, and to redistribute copies with or without changes. This specific version, however, modifies the redistribution principle to align with certain provisions listed below, especially focusing on theme utilization.
8+
9+
# Terms and Conditions
10+
11+
0. Definitions
12+
13+
---
14+
15+
"This License" refers to the Extended General Public License.
16+
17+
"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
18+
19+
A "theme" in this context refers to a predefined set of aesthetics and design elements that can be applied to an end product.
20+
21+
1. Permissions
22+
23+
---
24+
25+
Under this License, you are permitted to:
26+
27+
1.1. Use the theme to create unlimited end products.
28+
29+
1.2. Modify the theme to create your own version of the store. Those store themes are subject to this License.
30+
31+
1.3. Use the theme to create unlimited end products for unlimited clients.
32+
33+
1.4. Use the theme to create end products where the end product is sold to end users.
34+
35+
1.5. Use the theme to create end products that are open source and freely available to end users.
36+
37+
2. Restrictions
38+
39+
---
40+
41+
Under this License, you are not permitted to:
42+
43+
2.1. Use the theme to create end products that are designed to allow an end user to build their own end products using the theme or derivatives of the theme.
44+
45+
2.2. Re-distribute the theme or derivatives of the theme separately from an end product, neither in code or as design assets.
46+
47+
# NO WARRANTY
48+
49+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
50+
51+
# End of Terms and Conditions

README.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,42 @@ To run the store locally:
6262

6363
## 6. License
6464

65-
MIT License
66-
Copyright (c) 2023 Commit Studio
67-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
68-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
69-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65+
The Extended General Public License (GPL) is a free, copyleft license for software and other kinds of works, which extends the terms of the original GPL version 3.0 to encompass certain explicit permissions and restrictions pertaining to the utilization of themes.
66+
67+
### Preamble
68+
69+
The Extended GPL3 license preserves the core principles of the GPL3 license such as the freedom to run the program, to study and change it, and to redistribute copies with or without changes. This specific version, however, modifies the redistribution principle to align with certain provisions listed below, especially focusing on theme utilization.
70+
71+
### Terms and Conditions
72+
73+
#### 0. Definitions
74+
75+
- "This License" refers to the Extended General Public License.
76+
- "The Program" refers to any copyrightable work licensed under this License. Each license is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
77+
- A "theme" in this context refers to a predefined set of aesthetics and design elements that can be applied to an end product.
78+
79+
#### 1. Permissions
80+
81+
Under this License, you are permitted to:
82+
83+
1. Use the theme to create unlimited end products.
84+
2. Modify the theme to create your own version of the store. Those store themes are subject to this License.
85+
3. Use the theme to create unlimited end products for unlimited clients.
86+
4. Use the theme to create end products where the end product is sold to end users.
87+
5. Use the theme to create end products that are open source and freely available to end users.
88+
89+
#### 2. Restrictions
90+
91+
Under this License, you are not permitted to:
92+
93+
1. Use the theme to create end products that are designed to allow an end user to build their own end products using the theme or derivatives of the theme.
94+
2. Re-distribute the theme or derivatives of the theme separately from an end product, neither in code or as design assets.
95+
96+
### NO WARRANTY
97+
98+
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
99+
100+
## End of Terms and Conditions
70101

71102
---
72103

0 commit comments

Comments
 (0)