diff options
author | Peter Andersson <[email protected]> | 2013-09-03 17:11:10 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-09-03 17:11:10 +0200 |
commit | 3ab1980d6a0df1254e5a5d6a2e25c1296642b963 (patch) | |
tree | 55d21a6c463cb661afc64d9f1607ff8ccec4cb74 /lib | |
parent | 122edd2be9d6b1144fa04f6b7be8d75265473a50 (diff) | |
parent | 5b5f9f1b3a01e0cb55136bb5a14427b29c016520 (diff) | |
download | otp-3ab1980d6a0df1254e5a5d6a2e25c1296642b963.tar.gz otp-3ab1980d6a0df1254e5a5d6a2e25c1296642b963.tar.bz2 otp-3ab1980d6a0df1254e5a5d6a2e25c1296642b963.zip |
Merge branch 'peppe/common_test/missing_header' into maint
* peppe/common_test/missing_header:
Add missing copyright header
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/test/ct_gen_conn_SUITE_data/proto.erl | 25 |
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). |