Skip to content

Commit

Permalink
Changed license to dual licensed: GPLv2/commercial
Browse files Browse the repository at this point in the history
  • Loading branch information
heyesr committed Jan 9, 2024
1 parent 2c145b7 commit acc09eb
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 47 deletions.
6 changes: 4 additions & 2 deletions default.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ <h2>The RGraph license</h2>

<p>
RGraph is available for you to freely use under the terms
of the MIT license. This is a well-established Open Source
of the GPL license. This is a well-established Open Source
license which gives you permission to use the RGraph
software for any purpose you choose.
software as much as you wish. If the GPL license is not
suitable for you though there's an inexpensive commercial
license available.
</p>

<p align="left">
Expand Down
36 changes: 20 additions & 16 deletions demos/bar-single-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,16 @@ <h1>A single web page Bar chart example which has inlined the RGraph libraries</

<!-- The RGraph core chart library -->
<script>
// o--------------------------------------------------------------------------------o
// | This file is part of the RGraph package - you can learn more at: |
// | |
// | https://www.rgraph.net |
// | |
// | RGraph is licensed under the Open Source MIT license. That means that it's |
// | totally free to use and there are no restrictions on what you can do with it! |
// o--------------------------------------------------------------------------------o
// o---------------------------------------------------------------------------------o
// | This file is part of the RGraph package - you can learn more at: |
// | |
// | https://www.rgraph.net/license.html |
// | |
// | RGraph is dual-licensed under the Open Source GPL license. That means that it's |
// | free to use and there are no restrictions on what you can use RGraph for! |
// | If the GPL license does not suit you however, then there's an inexpensive |
// | commercial license option avaiilable. See the URL above for more details. |
// o---------------------------------------------------------------------------------o

window.RGraph = window.RGraph || {isrgraph:true,isRGraph: true,rgraph:true};

Expand Down Expand Up @@ -10275,14 +10277,16 @@ <h1>A single web page Bar chart example which has inlined the RGraph libraries</

<!-- The RGraph Bar chart library -->
<script>
// o--------------------------------------------------------------------------------o
// | This file is part of the RGraph package - you can learn more at: |
// | |
// | https://www.rgraph.net |
// | |
// | RGraph is licensed under the Open Source MIT license. That means that it's |
// | totally free to use and there are no restrictions on what you can do with it! |
// o--------------------------------------------------------------------------------o
// o---------------------------------------------------------------------------------o
// | This file is part of the RGraph package - you can learn more at: |
// | |
// | https://www.rgraph.net/license.html |
// | |
// | RGraph is dual-licensed under the Open Source GPL license. That means that it's |
// | free to use and there are no restrictions on what you can use RGraph for! |
// | If the GPL license does not suit you however, then there's an inexpensive |
// | commercial license option avaiilable. See the URL above for more details. |
// o---------------------------------------------------------------------------------o

RGraph = window.RGraph || {isrgraph:true,isRGraph: true,rgraph:true};

Expand Down
8 changes: 4 additions & 4 deletions demos/svg-pie-sheets.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h1>An SVG Pie chart using Google Sheets</h1>
// Sheets constructor specifies the worksheet to use and has been set to
// "Bar chart".
//
// Remember that the Google Sheets import tool can be used standalone - ie
// without the RGraph core library. Along with the permissive MIT license,
// this means that you are free to incorporate it into your own projects
// or tools if you want to.
// Remember that the Google Sheets import tool can be used
// standalone - ie without the RGraph core library. Along with
// the GPL license, this means that you are free to incorporate
// it into your own projects or tools if you want to.
new RGraph.Sheets(
'AIzaSyBPofvjcDhOdet_U2Tr4-rSLItAgaCsMCM',
'1ncvARBgXaDjzuca9i7Jyep6JTv9kms-bbIzyAxbaT0E',
Expand Down

0 comments on commit acc09eb

Please sign in to comment.