Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 022331b

Browse files
authored
Merge pull request #187 from diegonvs/license
Revert "Update license"
2 parents 91b637c + 464bfd1 commit 022331b

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

LICENSE

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
Software License Agreement (BSD License)
2-
Copyright (c) 2018, Liferay Inc. All rights reserved.
1+
MIT License
32

4-
Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
3+
Copyright (c) 2017 gatsbyjs
54

6-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
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:
711

8-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
914

10-
The name of Liferay Inc. may not be used to endorse or promote products derived from this software without specific prior written permission of Liferay Inc.
11-
12-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ If you want to check the documentation 📚 click on this [link](https://github.
1919
2. Navigate to project folder and run `yarn`
2020
3. Run `npm run develop` or `yarn develop` for development mode or run `npm run build` or `yarn build` for production mode
2121
4. If you want serve your production build just run `npm run serve` or `yarn serve`
22-
23-
## License
24-
25-
[BSD License](https://github.com/metal/metal.js/blob/master/LICENSE.md) © Liferay, Inc.

0 commit comments

Comments
 (0)