[commit: packages/time] master,wip/travis: use BSD license (02e4b6b)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:41:17 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/02e4b6bcacc7d6c6a92ece300e8a89b684c206ca
>---------------------------------------------------------------
commit 02e4b6bcacc7d6c6a92ece300e8a89b684c206ca
Author: Ashley Yakeley <ashley at semantic.org>
Date: Sun Jul 3 20:41:14 2005 -0700
use BSD license
darcs-hash:20050704034114-ac6dd-3e117fba8fe901eae07dbbf7462eb350e1a38931
>---------------------------------------------------------------
02e4b6bcacc7d6c6a92ece300e8a89b684c206ca
LICENSE | 10 ++++++++++
TimeLib.cabal | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..17f1f27
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,10 @@
+TimeLib is Copyright (c) Ashley Yakeley, 2004-2005.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+- Neither name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/TimeLib.cabal b/TimeLib.cabal
index 60895d0..c4b6a45 100644
--- a/TimeLib.cabal
+++ b/TimeLib.cabal
@@ -1,8 +1,8 @@
Name: time
Version: 0.1
Stability: Alpha
--- unsure of best license
-License: AllRightsReserved
+License: BSD3
+License-File: LICENSE
Author: Ashley Yakeley
Maintainer: <ashley at semantic.org>
Homepage:
More information about the ghc-commits
mailing list