diff options
author | Henrik Nord <[email protected]> | 2018-06-18 14:57:03 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-06-18 14:57:03 +0200 |
commit | 9d5af99762b3795c763fb62c1516247bd3f8e12f (patch) | |
tree | 98dba4a6a899786ffaafa9edf1b02bb3634b50d1 /erts/lib_src | |
parent | 2e0559f21d2d77c44dbc579f0d6fef7a4d6564c4 (diff) | |
parent | 5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b (diff) | |
download | otp-9d5af99762b3795c763fb62c1516247bd3f8e12f.tar.gz otp-9d5af99762b3795c763fb62c1516247bd3f8e12f.tar.bz2 otp-9d5af99762b3795c763fb62c1516247bd3f8e12f.zip |
Merge remote-tracking branch 'origin/henrik/Update-copyright'
* origin/henrik/Update-copyright:
Update copyright year
Diffstat (limited to 'erts/lib_src')
-rw-r--r-- | erts/lib_src/Makefile.in | 2 | ||||
-rw-r--r-- | erts/lib_src/common/erl_printf.c | 2 | ||||
-rw-r--r-- | erts/lib_src/common/erl_printf_format.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/erts/lib_src/Makefile.in b/erts/lib_src/Makefile.in index dfaf664a18..8e1f5b58c4 100644 --- a/erts/lib_src/Makefile.in +++ b/erts/lib_src/Makefile.in @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2004-2016. All Rights Reserved. +# Copyright Ericsson AB 2004-2018. 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/erts/lib_src/common/erl_printf.c b/erts/lib_src/common/erl_printf.c index 1de0f81e84..259ba8c81d 100644 --- a/erts/lib_src/common/erl_printf.c +++ b/erts/lib_src/common/erl_printf.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2005-2016. All Rights Reserved. + * Copyright Ericsson AB 2005-2018. 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/erts/lib_src/common/erl_printf_format.c b/erts/lib_src/common/erl_printf_format.c index 5a680d6f9d..8f9e0b4a90 100644 --- a/erts/lib_src/common/erl_printf_format.c +++ b/erts/lib_src/common/erl_printf_format.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2005-2016. All Rights Reserved. + * Copyright Ericsson AB 2005-2018. 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. |