Skip to content

Commit a7243df

Browse files
committed
Update the license
1 parent a005140 commit a7243df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "random"
33
version = "0.14.0"
44
edition = "2021"
5-
license = "Apache-2.0/MIT"
5+
license = "Apache-2.0 OR MIT"
66
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
77
description = "The package provides sources of randomness."
88
documentation = "https://docs.rs/random"

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 2015–2023 The random Developers
14+
Copyright 2015–2025 The random 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 2015–2023 The random Developers
31+
Copyright 2015–2025 The random 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)