Skip to content

Commit 688a5aa

Browse files
committed
Migrate to MIT license
1 parent f3577de commit 688a5aa

File tree

3 files changed

+18
-28
lines changed

3 files changed

+18
-28
lines changed

LICENSE

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
Copyright (c) Alberto Gómez Corona 2008
1+
Copyright © 2008-2016 Alberto G. Corona <https://github.com/agocorona>
2+
2016 Arthur S. Fayzrakhmanov <https://github.com/geraldus>
23

3-
All rights reserved.
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of
5+
this software and associated documentation files (the "Software"), to deal in
6+
the Software without restriction, including without limitation the rights to
7+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8+
the Software, and to permit persons to whom the Software is furnished to do so,
9+
subject to the following conditions:
410

5-
Redistribution and use in source and binary forms, with or without
6-
modification, are permitted provided that the following conditions
7-
are met:
8-
1. Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
13-
3. Neither the name of the author nor the names of his contributors
14-
may be used to endorse or promote products derived from this software
15-
without specific prior written permission.
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
1613

17-
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20-
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
21-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23-
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26-
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27-
SUCH DAMAGE.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ghcjs-hplay.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ghcjs-hplay
22
version: 0.3.2
33
cabal-version: >=1.10
44
build-type: Simple
5-
license: BSD3
5+
license: MIT
66
license-file: LICENSE
77
maintainer: [email protected]
88
stability: experimental
@@ -37,5 +37,3 @@ library
3737
buildable: True
3838
default-language: Haskell2010
3939
hs-source-dirs: src .
40-
41-

src/GHCJS/HPlay/Cell.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--
33
-- Module : Cell
44
-- Copyright :
5-
-- License : BSD3
5+
-- License : MIT
66
--
77
-- Maintainer : [email protected]
88
-- Stability : experimental

0 commit comments

Comments
 (0)