Permalink
Browse files

add license.md for rCharts and add section in Readme.md

  • Loading branch information...
1 parent 2643135 commit 7ec40416a546e35cb56567dcae27d305d3414ef5 @timelyportfolio timelyportfolio committed Jun 19, 2013
Showing with 4 additions and 1 deletion.
  1. +3 −0 License.md
  2. +1 −1 README.md
View
@@ -0,0 +1,3 @@
+## License
+
+rCharts is licensed under the MIT License. However, the JavaScript charting libraries that are included with this package are licensed under their own terms. All of them are free for non-commercial use, but some of them are not free for commercial use. So please make sure to check the licensing terms of the charting library you are working with, before using them commercially. Each of the charting libraries contains a License.md file detailing the terms of their license.
View
@@ -219,7 +219,7 @@ Most of the implementation in `rCharts` is inspired by [rHighcharts](https://git
### License
-`rCharts` is licensed under the MIT License. However, the Polycharts JavaScript library that is included in this package is not free for commercial use, and is licensed under Creative Commons 3.0 Attribution & Non-commercial. Read more about its license at http://polychart.com/js/license.
+rCharts is licensed under the MIT License. However, the JavaScript charting libraries that are included with this package are licensed under their own terms. All of them are free for non-commercial use, but some of them are not free for commercial use. So please make sure to check the licensing terms of the charting library you are working with, before using them commercially. Each of the charting libraries contains a `License.md` file detailing the terms of their license.
### See Also

0 comments on commit 7ec4041

Please sign in to comment.