aboutsummaryrefslogtreecommitdiff
path: root/src/xmpp_stream_pkix.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-20 19:56:19 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-20 19:56:19 +0300
commit17fe272dc5a545a2643149c23fdbcc45c406555e (patch)
tree1c1d63e05f223ad94fc8828a0eafb50efbea0ac8 /src/xmpp_stream_pkix.erl
parentMerge branch 'new_stream' (diff)
Update copyright headers in new files
Diffstat (limited to 'src/xmpp_stream_pkix.erl')
-rw-r--r--src/xmpp_stream_pkix.erl23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/xmpp_stream_pkix.erl b/src/xmpp_stream_pkix.erl
index 5d64c5eb6..9d3da58be 100644
--- a/src/xmpp_stream_pkix.erl
+++ b/src/xmpp_stream_pkix.erl
@@ -1,10 +1,23 @@
%%%-------------------------------------------------------------------
-%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%% @copyright (C) 2016, Evgeny Khramtsov
-%%% @doc
-%%%
-%%% @end
%%% Created : 13 Dec 2016 by Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2017 ProcessOne
+%%%
+%%% This program is free software; you can redistribute it and/or
+%%% modify it under the terms of the GNU General Public License as
+%%% published by the Free Software Foundation; either version 2 of the
+%%% License, or (at your option) any later version.
+%%%
+%%% This program is distributed in the hope that it will be useful,
+%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+%%% General Public License for more details.
+%%%
+%%% You should have received a copy of the GNU General Public License along
+%%% with this program; if not, write to the Free Software Foundation, Inc.,
+%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+%%%
%%%-------------------------------------------------------------------
-module(xmpp_stream_pkix).