diff --git a/Cargo.toml b/Cargo.toml index a0c1c525798..230f1a5a703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rand" version = "0.5.5" # NB: When modifying, also modify html_root_url in lib.rs -authors = ["The Rust Project Developers"] +authors = ["The Rand Project Developers", "The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-random/rand" diff --git a/LICENSE-MIT b/LICENSE-MIT index 39d4bdb5acd..d93b5baf341 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,3 +1,4 @@ +Copyright 2018 Developers of the Rand project Copyright (c) 2014 The Rust Project Developers Permission is hereby granted, free of charge, to any diff --git a/examples/monte-carlo.rs b/examples/monte-carlo.rs index ae08826876e..91629968610 100644 --- a/examples/monte-carlo.rs +++ b/examples/monte-carlo.rs @@ -1,3 +1,4 @@ +// Copyright 2018 Developers of the Rand project. // Copyright 2013-2018 The Rust Project Developers. // // Licensed under the Apache License, Version 2.0 or the MIT license