Follow up on #591: update authors and add new copyright where missed
This commit is contained in:
parent
f4857217eb
commit
a50042d9d4
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.5.5" # NB: When modifying, also modify html_root_url in lib.rs
|
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"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/rust-random/rand"
|
repository = "https://github.com/rust-random/rand"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
Copyright 2018 Developers of the Rand project
|
||||||
Copyright (c) 2014 The Rust Project Developers
|
Copyright (c) 2014 The Rust Project Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013-2018 The Rust Project Developers.
|
// Copyright 2013-2018 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013-2018 The Rust Project Developers.
|
// Copyright 2013-2018 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rand_core"
|
name = "rand_core"
|
||||||
version = "0.2.1" # NB: When modifying, also modify html_root_url in lib.rs
|
version = "0.2.1" # 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"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/rust-random/rand"
|
repository = "https://github.com/rust-random/rand"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
Copyright 2018 Developers of the Rand project
|
||||||
Copyright (c) 2014 The Rust Project Developers
|
Copyright (c) 2014 The Rust Project Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rand_isaac"
|
name = "rand_isaac"
|
||||||
version = "0.1.0" # NB: When modifying, also modify html_root_url in lib.rs
|
version = "0.1.0" # 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"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/rust-random/rand"
|
repository = "https://github.com/rust-random/rand"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
Copyright 2018 Developers of the Rand project
|
||||||
Copyright (c) 2014 The Rust Project Developers
|
Copyright (c) 2014 The Rust Project Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013-2018 The Rust Project Developers.
|
// Copyright 2013-2018 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013-2018 The Rust Project Developers.
|
// Copyright 2013-2018 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2017-2018 The Rust Project Developers.
|
// Copyright 2017-2018 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rand_xorshift"
|
name = "rand_xorshift"
|
||||||
version = "0.1.0" # NB: When modifying, also modify html_root_url in lib.rs
|
version = "0.1.0" # 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"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/rust-random/rand"
|
repository = "https://github.com/rust-random/rand"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Copyright (c) 2018 The Rust Project Developers
|
Copyright 2018 Developers of the Rand project
|
||||||
|
Copyright (c) 2014 The Rust Project Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
person obtaining a copy of this software and associated
|
person obtaining a copy of this software and associated
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2017 The Rust Project Developers.
|
// Copyright 2017 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2014 The Rust Project Developers.
|
// Copyright 2014 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2018 Developers of the Rand project.
|
||||||
// Copyright 2013 The Rust Project Developers.
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
|
# Copyright 2018 Developers of the Rand project.
|
||||||
# Copyright 2013 The Rust Project Developers.
|
# Copyright 2013 The Rust Project Developers.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
@ -103,7 +104,8 @@ def render_table(name, values):
|
|||||||
|
|
||||||
|
|
||||||
with open('ziggurat_tables.rs', 'w') as f:
|
with open('ziggurat_tables.rs', 'w') as f:
|
||||||
f.write('''// Copyright 2013 The Rust Project Developers.
|
f.write('''// Copyright 2018 Developers of the Rand project.
|
||||||
|
// Copyright 2013 The Rust Project Developers.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user