diff options
author | Richard Carlsson <[email protected]> | 2015-07-08 20:00:17 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 16:34:28 +0100 |
commit | 1752df3ee5e0c0c66772e22dd3360ed7da05e692 (patch) | |
tree | 5db0826e57bbea57837ebce4e2d02e749bcd0749 /lib/hipe/cerl/cerl_to_icode.erl | |
parent | 51b078b1cd55b4315f165a406231fd3c57f32587 (diff) | |
download | otp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.tar.gz otp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.tar.bz2 otp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.zip |
Correct copyright info on hipe cerl files
Diffstat (limited to 'lib/hipe/cerl/cerl_to_icode.erl')
-rw-r--r-- | lib/hipe/cerl/cerl_to_icode.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/hipe/cerl/cerl_to_icode.erl b/lib/hipe/cerl/cerl_to_icode.erl index ab131c2d01..fa1899ae0f 100644 --- a/lib/hipe/cerl/cerl_to_icode.erl +++ b/lib/hipe/cerl/cerl_to_icode.erl @@ -1,9 +1,5 @@ %% -*- erlang-indent-level: 4 -*- %% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2003-2015. 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. %% You may obtain a copy of the License at @@ -15,8 +11,6 @@ %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. %% See the License for the specific language governing permissions and %% limitations under the License. -%% -%% %CopyrightEnd% %% %% @author Richard Carlsson <[email protected]> %% @copyright 2000-2006 Richard Carlsson |