aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/cerl_trees.erl
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2015-07-08 19:23:50 +0200
committerRichard Carlsson <[email protected]>2016-11-23 16:34:27 +0100
commit51b078b1cd55b4315f165a406231fd3c57f32587 (patch)
treedd9edfc66e50d3721f466d785dc47fb959f98085 /lib/compiler/src/cerl_trees.erl
parent075a74fd211d7be9f1bf9e10f48b8ebd6dee11da (diff)
downloadotp-51b078b1cd55b4315f165a406231fd3c57f32587.tar.gz
otp-51b078b1cd55b4315f165a406231fd3c57f32587.tar.bz2
otp-51b078b1cd55b4315f165a406231fd3c57f32587.zip
Correct copyright info on cerl-related files
Diffstat (limited to 'lib/compiler/src/cerl_trees.erl')
-rw-r--r--lib/compiler/src/cerl_trees.erl9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/compiler/src/cerl_trees.erl b/lib/compiler/src/cerl_trees.erl
index b3decbec1f..f30a0b33ac 100644
--- a/lib/compiler/src/cerl_trees.erl
+++ b/lib/compiler/src/cerl_trees.erl
@@ -1,8 +1,3 @@
-%%
-%% %CopyrightBegin%
-%%
-%% Copyright Ericsson AB 2001-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,8 +10,8 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
-%% %CopyrightEnd%
-
+%% @copyright 1999-2002 Richard Carlsson.
+%% @author Richard Carlsson <[email protected]>
%% @doc Basic functions on Core Erlang abstract syntax trees.
%%
%% <p>Syntax trees are defined in the module <a