]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
add license text and header 33/head
authorAnthon Pang <apang@softwaredevelopment.ca>
Wed, 20 Mar 2013 04:09:51 +0000 (00:09 -0400)
committerAnthon Pang <apang@softwaredevelopment.ca>
Wed, 20 Mar 2013 04:09:51 +0000 (00:09 -0400)
Chart.js
LICENSE.md [new file with mode: 0644]

index 08f7263635373b0b45c9696a459b19a2c755d206..1d5418a6e9254e52cabb59948d476b88d7344136 100755 (executable)
--- a/Chart.js
+++ b/Chart.js
@@ -1,3 +1,12 @@
+/*!
+ * Chart.js
+ * http://chartjs.org/
+ *
+ * Copyright 2013 Nick Downie
+ * Released under the MIT license
+ * https://github.com/nnnick/Chart.js/blob/master/LICENSE.md
+ */
+
 //Define the global Chart Variable as a class.
 var Chart = function(context){
 
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644 (file)
index 0000000..7d4dc49
--- /dev/null
@@ -0,0 +1,7 @@
+Copyright (c) 2013 Nick Downie
+
+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:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+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.