diff options
author | Paragon Initiative Enterprises <security@paragonie.com> | 2017-03-13 12:27:32 -0400 |
---|---|---|
committer | Paragon Initiative Enterprises <security@paragonie.com> | 2017-03-13 12:27:32 -0400 |
commit | 634bae8e911eefa89c1abfbf1b66da679ac8f54d (patch) | |
tree | d8b1e8a9a14600e8891a91b5141d2fcc56adc13f /lib | |
parent | 1ba2dbeb5f96fb6c054b01d93e94d4d2d5ea1032 (diff) | |
download | random_compat-master.zip random_compat-master.tar.gz random_compat-master.tar.bz2 |
Update CHANGELOG, comments.HEADv2.0.10origin/masterorigin/HEADmaster
Diffstat (limited to 'lib')
-rw-r--r-- | lib/byte_safe_strings.php | 2 | ||||
-rw-r--r-- | lib/cast_to_int.php | 2 | ||||
-rw-r--r-- | lib/error_polyfill.php | 2 | ||||
-rw-r--r-- | lib/random.php | 6 | ||||
-rw-r--r-- | lib/random_bytes_com_dotnet.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_dev_urandom.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_libsodium.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_libsodium_legacy.php | 2 | ||||
-rw-r--r-- | lib/random_bytes_mcrypt.php | 2 | ||||
-rw-r--r-- | lib/random_int.php | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/lib/byte_safe_strings.php b/lib/byte_safe_strings.php index 6de294f..3de86b2 100644 --- a/lib/byte_safe_strings.php +++ b/lib/byte_safe_strings.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/cast_to_int.php b/lib/cast_to_int.php index 5a57a55..be7388d 100644 --- a/lib/cast_to_int.php +++ b/lib/cast_to_int.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/error_polyfill.php b/lib/error_polyfill.php index 69ee379..6a91990 100644 --- a/lib/error_polyfill.php +++ b/lib/error_polyfill.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random.php b/lib/random.php index 2b43f8a..df74c8a 100644 --- a/lib/random.php +++ b/lib/random.php @@ -3,12 +3,12 @@ * Random_* Compatibility Library * for using the new PHP 7 random_* API in PHP 5 projects * - * @version 2.0.4 - * @released 2016-11-07 + * @version 2.0.10 + * @released 2017-03-13 * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_com_dotnet.php b/lib/random_bytes_com_dotnet.php index 97df3f3..fc1926e 100644 --- a/lib/random_bytes_com_dotnet.php +++ b/lib/random_bytes_com_dotnet.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_dev_urandom.php b/lib/random_bytes_dev_urandom.php index 05a9693..df5b915 100644 --- a/lib/random_bytes_dev_urandom.php +++ b/lib/random_bytes_dev_urandom.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_libsodium.php b/lib/random_bytes_libsodium.php index 025b900..4af1a24 100644 --- a/lib/random_bytes_libsodium.php +++ b/lib/random_bytes_libsodium.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_libsodium_legacy.php b/lib/random_bytes_libsodium_legacy.php index 81023b9..02160b9 100644 --- a/lib/random_bytes_libsodium_legacy.php +++ b/lib/random_bytes_libsodium_legacy.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_bytes_mcrypt.php b/lib/random_bytes_mcrypt.php index f18736d..aac9c01 100644 --- a/lib/random_bytes_mcrypt.php +++ b/lib/random_bytes_mcrypt.php @@ -5,7 +5,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/random_int.php b/lib/random_int.php index 0014d33..b2ea02d 100644 --- a/lib/random_int.php +++ b/lib/random_int.php @@ -7,7 +7,7 @@ if (!is_callable('random_int')) { * * The MIT License (MIT) * - * Copyright (c) 2015 - 2016 Paragon Initiative Enterprises + * Copyright (c) 2015 - 2017 Paragon Initiative Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |