aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-03 17:09:20 +0200
committerPeter Andersson <[email protected]>2013-09-03 17:09:20 +0200
commit5b5f9f1b3a01e0cb55136bb5a14427b29c016520 (patch)
tree55d21a6c463cb661afc64d9f1607ff8ccec4cb74 /lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl
parent122edd2be9d6b1144fa04f6b7be8d75265473a50 (diff)
downloadotp-5b5f9f1b3a01e0cb55136bb5a14427b29c016520.tar.gz
otp-5b5f9f1b3a01e0cb55136bb5a14427b29c016520.tar.bz2
otp-5b5f9f1b3a01e0cb55136bb5a14427b29c016520.zip
Add missing copyright header
Diffstat (limited to 'lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl')
-rw-r--r--lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl25
1 files changed, 18 insertions, 7 deletions
diff --git a/lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl b/lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl
index 8fcd35e0a4..1d08ce167b 100644
--- a/lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl
+++ b/lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl
@@ -1,10 +1,21 @@
-%%% @author Peter Andersson <[email protected]>
-%%% @copyright (C) 2013, Peter Andersson
-%%% @doc
-%%%
-%%% @end
-%%% Created : 24 May 2013 by Peter Andersson <[email protected]>
-
+%%
+%% %CopyrightBegin%
+%%
+%% Copyright Ericsson AB 2012. 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
+%% compliance with the License. You should have received a copy of the
+%% Erlang Public License along with this software. If not, it can be
+%% retrieved online at http://www.erlang.org/.
+%%
+%% Software distributed under the License is distributed on an "AS IS"
+%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%% the License for the specific language governing rights and limitations
+%% under the License.
+%%
+%% %CopyrightEnd%
+%%
-module(proto).
-compile(export_all).