Skip to content

Commit d4b9b39

Browse files
committed
Update the license, bump the version, and update the authors list
1 parent 51a7c17 commit d4b9b39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "lapack-src"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
license = "Apache-2.0/MIT"
55
authors = [
66
"Balasubramanian Narasimhan <b.naras@gmail.com>",
77
"Ivan Ukhov <ivan.ukhov@gmail.com>",
8+
"Michael Zietz <michael.zietz@gmail.com>",
89
"Mitsutoshi Aoe <me@maoe.name>",
910
"Stefan Kroboth <stefan.kroboth@gmail.com>",
1011
"Toshiki Teramura <toshiki.teramura@gmail.com>",

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following two notices apply to every file of the project.
1111
## The Apache License
1212

1313
```
14-
Copyright 2017–2023 The lapack-src Developers
14+
Copyright 2017–2024 The lapack-src Developers
1515
1616
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
1717
this file except in compliance with the License. You may obtain a copy of the
@@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License.
2828
## The MIT License
2929

3030
```
31-
Copyright 2017–2023 The lapack-src Developers
31+
Copyright 2017–2024 The lapack-src Developers
3232
3333
Permission is hereby granted, free of charge, to any person obtaining a copy of
3434
this software and associated documentation files (the “Software”), to deal in

0 commit comments

Comments
 (0)