diff options
author | Björn Gustavsson <[email protected]> | 2011-08-25 11:38:20 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-25 11:38:20 +0200 |
commit | bb92a8ee06841754910150d8ec05b2022a9fbe94 (patch) | |
tree | 76700512b2666c01dc99cc87ca1f78312897b4cd /bootstrap/lib/stdlib/include | |
parent | 142700357d3c76aa4c916f0cd5f915a947cbf94c (diff) | |
download | otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.tar.gz otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.tar.bz2 otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/include')
-rw-r--r-- | bootstrap/lib/stdlib/include/erl_bits.hrl | 2 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/include/erl_compile.hrl | 2 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/include/ms_transform.hrl | 2 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/include/qlc.hrl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/lib/stdlib/include/erl_bits.hrl b/bootstrap/lib/stdlib/include/erl_bits.hrl index aca213c08c..54ebe58585 100644 --- a/bootstrap/lib/stdlib/include/erl_bits.hrl +++ b/bootstrap/lib/stdlib/include/erl_bits.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2011. All Rights Reserved. +%% Copyright Ericsson AB 1999-2009. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/bootstrap/lib/stdlib/include/erl_compile.hrl b/bootstrap/lib/stdlib/include/erl_compile.hrl index 2e0d90dfad..f779c4382c 100644 --- a/bootstrap/lib/stdlib/include/erl_compile.hrl +++ b/bootstrap/lib/stdlib/include/erl_compile.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2011. All Rights Reserved. +%% Copyright Ericsson AB 1997-2009. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/bootstrap/lib/stdlib/include/ms_transform.hrl b/bootstrap/lib/stdlib/include/ms_transform.hrl index 2b89a4df2f..9937d48fef 100644 --- a/bootstrap/lib/stdlib/include/ms_transform.hrl +++ b/bootstrap/lib/stdlib/include/ms_transform.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2002-2011. All Rights Reserved. +%% Copyright Ericsson AB 2002-2009. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/bootstrap/lib/stdlib/include/qlc.hrl b/bootstrap/lib/stdlib/include/qlc.hrl index cccedcbd2c..067fb83060 100644 --- a/bootstrap/lib/stdlib/include/qlc.hrl +++ b/bootstrap/lib/stdlib/include/qlc.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2011. All Rights Reserved. +%% Copyright Ericsson AB 2004-2009. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in |