~ubuntu-branches/ubuntu/saucy/haskell-wai-extra/saucy

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-15 00:58:38 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120515005838-zicbz35rrqbn305y
Tags: 1.2.0.4-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
The following license covers this documentation, and the source code, except
2
 
where otherwise indicated.
3
 
 
4
 
Copyright 2010, Michael Snoyman. All rights reserved.
5
 
 
6
 
Redistribution and use in source and binary forms, with or without
7
 
modification, are permitted provided that the following conditions are met:
8
 
 
9
 
* Redistributions of source code must retain the above copyright notice, this
10
 
  list of conditions and the following disclaimer.
11
 
 
12
 
* Redistributions in binary form must reproduce the above copyright notice,
13
 
  this list of conditions and the following disclaimer in the documentation
14
 
  and/or other materials provided with the distribution.
15
 
 
16
 
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
17
 
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18
 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
19
 
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21
 
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
22
 
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
23
 
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
24
 
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25
 
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
1
Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/
 
2
 
 
3
Permission is hereby granted, free of charge, to any person obtaining
 
4
a copy of this software and associated documentation files (the
 
5
"Software"), to deal in the Software without restriction, including
 
6
without limitation the rights to use, copy, modify, merge, publish,
 
7
distribute, sublicense, and/or sell copies of the Software, and to
 
8
permit persons to whom the Software is furnished to do so, subject to
 
9
the following conditions:
 
10
 
 
11
The above copyright notice and this permission notice shall be
 
12
included in all copies or substantial portions of the Software.
 
13
 
 
14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
15
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
16
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
17
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 
18
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 
19
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 
20
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.