diff options
author | Henrik Nord <[email protected]> | 2016-04-13 09:53:56 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-04-13 09:53:56 +0200 |
commit | 08ab8c8534ecabb2797165f5508a8c42d4dae926 (patch) | |
tree | fb1d68ab6cdcdcc2e9db31aec3d0e3cff6c074c8 /lib/crypto/test | |
parent | 1579de1ff38471e70df20fcdd79c42c4a5a89a50 (diff) | |
parent | 6664eed554974336909d3ffe03f20349cc4c38fd (diff) | |
download | otp-08ab8c8534ecabb2797165f5508a8c42d4dae926.tar.gz otp-08ab8c8534ecabb2797165f5508a8c42d4dae926.tar.bz2 otp-08ab8c8534ecabb2797165f5508a8c42d4dae926.zip |
Merge branch 'henrik/update-copyrightyear'
* henrik/update-copyrightyear:
update copyright-year
Diffstat (limited to 'lib/crypto/test')
-rw-r--r-- | lib/crypto/test/blowfish_SUITE.erl | 2 | ||||
-rw-r--r-- | lib/crypto/test/crypto_SUITE.erl | 2 | ||||
-rw-r--r-- | lib/crypto/test/old_crypto_SUITE.erl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/crypto/test/blowfish_SUITE.erl b/lib/crypto/test/blowfish_SUITE.erl index 19f60450e9..d7c50dc6de 100644 --- a/lib/crypto/test/blowfish_SUITE.erl +++ b/lib/crypto/test/blowfish_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2011. All Rights Reserved. +%% Copyright Ericsson AB 2009-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl index f34d27649a..fc85019705 100644 --- a/lib/crypto/test/crypto_SUITE.erl +++ b/lib/crypto/test/crypto_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2013. All Rights Reserved. +%% Copyright Ericsson AB 1999-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/crypto/test/old_crypto_SUITE.erl b/lib/crypto/test/old_crypto_SUITE.erl index 61cdd0ad7e..f57e9ff341 100644 --- a/lib/crypto/test/old_crypto_SUITE.erl +++ b/lib/crypto/test/old_crypto_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2013. All Rights Reserved. +%% Copyright Ericsson AB 1999-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. |