File: copyright

package info (click to toggle)
mootools 1.4.5~debian1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 592 kB
  • sloc: javascript: 13,956; makefile: 10
file content (58 lines) | stat: -rw-r--r-- 2,811 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MooTools
Upstream-Contact: Valerio Proietti
Source: http://mootools.net

Files: mootools-core/*
Copyright: (c) 2006-2009 Valerio Proietti <http://mad4milk.net/>
License: MIT
Inspiration:
  - Class implementation inspired by [Base.js] (c) 2006 Dean Edwards
    <http://dean.edwards.name/weblog/2006/03/base/>
  - Some functionality inspired by [Prototype.js] (c) 2005-2007 Sam Stephenson
    <http://prototypejs.org>
  .
  About the "inspiration", Valerio Proietti wrote an email that
  can be found at BTS #500697:
    .
    "We actually never "borrow" a single line of code from anywhere. What
    we "borrow" is the technique to make some pretty obscure thing work
    cross-browser-ly. For Instance, the element dimensions. From the code
    of qoodooxo I just understood what's the technique to find the offset
    parent of an element, and I implemented my own code to do that. I
    always put the notice in the header of the file for respect of the
    technique discovery. But there isn't a single line of code that is
    actually copied and pasted from other projects. Also, as said, every
    time I do that its reported in the file header, along with the project
    homepage and license, so those comments you find in the headers are
    really all there is that didn't come out directly out of our brains."

Files: mootools-more/*
Copyright:
  (c) 2006-2009 Aaron Newton <http://clientcide.com/>,
  (c) 2006-2009 Valerio Proietti <http://mad4milk.net>
  (c) 2006-2009 the MooTools team <http://mootools.net/developers>
License: MIT

Files: debian/*
Copyright: (c) 2009 Marcelo Jorge Vieira (metal) <metal@alucinados.com>
License: MIT

License: MIT
  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.