Skip to content

Commit 6e1aab1

Browse files
committed
Cleanup before release
In particular statistics is licenced under BSD2 so dense-linear-algebra should be licensed under same terms
1 parent 6b38b57 commit 6e1aab1

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

dense-linear-algebra/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

dense-linear-algebra/LICENSE

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Copyright Author name here (c) 2018
2-
1+
Copyright (c) 2009, 2010 Bryan O'Sullivan
32
All rights reserved.
43

54
Redistribution and use in source and binary forms, with or without
6-
modification, are permitted provided that the following conditions are met:
5+
modification, are permitted provided that the following conditions
6+
are met:
77

88
* Redistributions of source code must retain the above copyright
99
notice, this list of conditions and the following disclaimer.
@@ -13,10 +13,6 @@ modification, are permitted provided that the following conditions are met:
1313
disclaimer in the documentation and/or other materials provided
1414
with the distribution.
1515

16-
* Neither the name of Author name here nor the names of other
17-
contributors may be used to endorse or promote products derived
18-
from this software without specific prior written permission.
19-
2016
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2117
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2218
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

dense-linear-algebra/dense-linear-algebra.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ description:
55
This library is simply collection of linear-algebra related modules
66
split from statistics library.
77

8-
-- homepage: https://github.com/githubuser/dense-linear-algebra
9-
license: BSD3
8+
license: BSD2
109
license-file: LICENSE
11-
author: Author name here
12-
maintainer: example@example.com
10+
author: Bryan O'Sullivan <[email protected]>
11+
maintainer: Alexey Khudaykov <alexey.skladnoy@gmail.com>
1312
copyright: 2018 Author name here
1413
category: Math, Statistics, Numeric
1514
build-type: Simple
@@ -48,4 +47,4 @@ test-suite spec
4847

4948
source-repository head
5049
type: git
51-
location: https://github.com/githubuser/dense-linear-algebra
50+
location: https://github.com/bos/statistics

0 commit comments

Comments
 (0)