diff options
author | Henrik Nord <[email protected]> | 2018-09-21 12:25:11 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-09-21 12:25:11 +0200 |
commit | e3cdf8208a08fe6ceb283108729aee6315af9547 (patch) | |
tree | 124403a63fd4ed09e029b46ecf30f87660fbacf3 /erts/emulator/beam | |
parent | ab62dd2e77afac117f431bda449da811b140c153 (diff) | |
parent | d04b53936d5e9f84a3066ecd466993671b1428bf (diff) | |
download | otp-e3cdf8208a08fe6ceb283108729aee6315af9547.tar.gz otp-e3cdf8208a08fe6ceb283108729aee6315af9547.tar.bz2 otp-e3cdf8208a08fe6ceb283108729aee6315af9547.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/erl_bif_lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_bif_lists.c b/erts/emulator/beam/erl_bif_lists.c index 01e09da34c..395be67a90 100644 --- a/erts/emulator/beam/erl_bif_lists.c +++ b/erts/emulator/beam/erl_bif_lists.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2016. All Rights Reserved. + * Copyright Ericsson AB 1999-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. |