diff options
author | Niko Tyni <ntyni@iki.fi> | 2007-09-13 22:43:39 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2007-09-13 22:43:39 +0200 |
commit | 7200da12e6f38bc18d0b32f71bb3557eed442b90 (patch) | |
tree | 08a9382b25355599c4a15a74ebb9e53d80bd5b00 | |
parent | 7176812d4b8f8520557aab44c3ac7378374b676b (diff) | |
download | smokeping-7200da12e6f38bc18d0b32f71bb3557eed442b90.tar.gz smokeping-7200da12e6f38bc18d0b32f71bb3557eed442b90.tar.xz |
* include the prototype.js license for completeness -- niko
[ apologies for the license nitpicking; Debian requires that all the
applicable licenses are included instead of referrals to their possibly
volatile locations on the web, and I think the requirement makes sense. ]
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | htdocs/cropper/lib/prototype.js.LICENSE | 25 |
2 files changed, 26 insertions, 0 deletions
@@ -1,4 +1,5 @@ * fixed problem with rounding error in calculating stddev +* include the prototype.js license for completeness -- niko 2007/9/06 -- released version 2.2.3 * alter ajax grapher mode to use seconds timestamps and not iso dates diff --git a/htdocs/cropper/lib/prototype.js.LICENSE b/htdocs/cropper/lib/prototype.js.LICENSE new file mode 100644 index 0000000..d056efd --- /dev/null +++ b/htdocs/cropper/lib/prototype.js.LICENSE @@ -0,0 +1,25 @@ +For the sake of completeness, below is the license that is referred +to by 'prototype.js'. It was obtained from + + http://svn.rubyonrails.org/rails/spinoffs/prototype/tags/rel_1-5-0/LICENSE + +after verifying that there had been no changes since 1.5.0_rc0. + +-- Niko Tyni <ntyni@iki.fi> Thu, 13 Sep 2007 23:36:01 +0300 + + Copyright (c) 2005 Sam Stephenson + + 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 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. |