-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from graft-project/fix/license
Add license file
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
* This license automatically overrides all license headers in project files * | ||
|
||
|
||
|
||
Copyright (c) 2017-2019 GRAFT Blockchain Foundation - GRAFT Blockchain,Inc | ||
[email protected] | ||
|
||
You can redistribute and/or modify the software | ||
under the terms of the GNU General Public License version 2 as | ||
published by the Free Software Foundation. For the terms of this | ||
license, see <http://www.gnu.org/licenses/>. | ||
|
||
You are free to use this software under the terms of the GNU General | ||
Public License, but WITHOUT ANY WARRANTY; without even the implied | ||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
See the GNU General Public License for more details. | ||
|
||
|
||
|
||
------- | ||
Note: | ||
|
||
While it is our intent to have a permissive license, | ||
the project currently uses a library that's licensed under GPL2 (mongoose). | ||
In the future we will look for ways to implement a more permissive license. |