aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJerome Sautret <jerome.sautret@process-one.net>2013-06-18 16:56:29 +0200
committerJerome Sautret <jerome.sautret@process-one.net>2013-06-18 16:56:29 +0200
commitfedea8bca066d83d978f0a724620ee55c424ab5f (patch)
tree6579d567e827ace627f80bfb269686a6980d11df /src
parentimprove ejabberdctl, and support different node names (thanks to Zach Calvert... (diff)
Added missing license and copyright headers.
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_logger.erl18
-rw-r--r--src/p1_mnesia.erl35
2 files changed, 37 insertions, 16 deletions
diff --git a/src/ejabberd_logger.erl b/src/ejabberd_logger.erl
index afb1f3f3d..5d29c99e1 100644
--- a/src/ejabberd_logger.erl
+++ b/src/ejabberd_logger.erl
@@ -5,6 +5,24 @@
%%%
%%% @end
%%% Created : 12 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
+%%%
+%%% ejabberd, Copyright (C) 2013 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., 59 Temple Place, Suite 330, Boston, MA
+%%% 02111-1307 USA
+
%%%-------------------------------------------------------------------
-module(ejabberd_logger).
diff --git a/src/p1_mnesia.erl b/src/p1_mnesia.erl
index 97acfc352..fa308176c 100644
--- a/src/p1_mnesia.erl
+++ b/src/p1_mnesia.erl
@@ -1,19 +1,22 @@
-%% ``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 via the world wide web 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.
-%%
-%%
-%% The Initial Developer of the Original Code is ProcessOne.
-%% Portions created by ProcessOne are Copyright 2006-2013, ProcessOne
-%% 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 via the world wide web 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.
+%%%
+%%%
+%%% The Initial Developer of the Original Code is ProcessOne.
+%%% Portions created by ProcessOne are Copyright 2006-2013, ProcessOne
+%%% All Rights Reserved.''
+%%%
+%%% This software is copyright 2006-2013, ProcessOne.
-module(p1_mnesia).