aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl/cerl_closurean.erl
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2015-07-08 20:00:17 +0200
committerRichard Carlsson <[email protected]>2016-11-23 16:34:28 +0100
commit1752df3ee5e0c0c66772e22dd3360ed7da05e692 (patch)
tree5db0826e57bbea57837ebce4e2d02e749bcd0749 /lib/hipe/cerl/cerl_closurean.erl
parent51b078b1cd55b4315f165a406231fd3c57f32587 (diff)
downloadotp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.tar.gz
otp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.tar.bz2
otp-1752df3ee5e0c0c66772e22dd3360ed7da05e692.zip
Correct copyright info on hipe cerl files
Diffstat (limited to 'lib/hipe/cerl/cerl_closurean.erl')
-rw-r--r--lib/hipe/cerl/cerl_closurean.erl17
1 files changed, 3 insertions, 14 deletions
diff --git a/lib/hipe/cerl/cerl_closurean.erl b/lib/hipe/cerl/cerl_closurean.erl
index d37c91e5c6..a2bd7fe0f0 100644
--- a/lib/hipe/cerl/cerl_closurean.erl
+++ b/lib/hipe/cerl/cerl_closurean.erl
@@ -1,8 +1,3 @@
-%%
-%% %CopyrightBegin%
-%%
-%% Copyright Ericsson AB 2003-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.
%% You may obtain a copy of the License at
@@ -15,15 +10,9 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
-%% %CopyrightEnd%
-%%
-%% =====================================================================
-%% Closure analysis of Core Erlang programs.
-%%
-%% Copyright (C) 2001-2002 Richard Carlsson
-%%
-%% Author contact: [email protected]
-%% =====================================================================
+%% @copyright 2001-2002 Richard Carlsson
+%% @author Richard Carlsson <[email protected]>
+%% @doc Closure analysis of Core Erlang programs.
%% TODO: might need a "top" (`any') element for any-length value lists.