aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2015-07-08 18:52:25 +0200
committerRichard Carlsson <[email protected]>2016-11-23 16:34:27 +0100
commit075a74fd211d7be9f1bf9e10f48b8ebd6dee11da (patch)
treeb8c6f3ee008a7d40c481599349d813a1e2fe37fd /lib/erl_docgen
parent883344f8e14d579ff5a9a0a1c160094fced85977 (diff)
downloadotp-075a74fd211d7be9f1bf9e10f48b8ebd6dee11da.tar.gz
otp-075a74fd211d7be9f1bf9e10f48b8ebd6dee11da.tar.bz2
otp-075a74fd211d7be9f1bf9e10f48b8ebd6dee11da.zip
Correct the copyright info in docgen_edoc_xml_cb
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/src/docgen_edoc_xml_cb.erl11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/erl_docgen/src/docgen_edoc_xml_cb.erl b/lib/erl_docgen/src/docgen_edoc_xml_cb.erl
index 13ff0a139d..7cdbb502d9 100644
--- a/lib/erl_docgen/src/docgen_edoc_xml_cb.erl
+++ b/lib/erl_docgen/src/docgen_edoc_xml_cb.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,10 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
-%% %CopyrightEnd%
+%% Copyright (c) 2001-2016 Richard Carlsson. Parts written by Ericsson
+%% are Copyright (c) Ericsson AB 2001-2012. All Rights Reserved.
%%
+
-module(docgen_edoc_xml_cb).
%% This is the EDoc callback module for creating erlref
@@ -27,7 +24,7 @@
%% {preprocess,true}]).
%%
%% The origin of this file is the edoc module otpsgml_layout.erl
-%% written by Richard Carlsson.
+%% written by Richard Carlsson and Kenneth Lundin.
-export([module/2, overview/2]).