Added missing license and copyright headers.

This commit is contained in:
Jerome Sautret 2013-06-18 16:56:29 +02:00
parent 55fb85107e
commit fedea8bca0
2 changed files with 37 additions and 16 deletions

View File

@ -5,6 +5,24 @@
%%% %%%
%%% @end %%% @end
%%% Created : 12 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% 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). -module(ejabberd_logger).

View File

@ -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 %%% ``The contents of this file are subject to the Erlang Public License,
%% compliance with the License. You should have received a copy of the %%% Version 1.1, (the "License"); you may not use this file except in
%% Erlang Public License along with this software. If not, it can be %%% compliance with the License. You should have received a copy of the
%% retrieved via the world wide web at http://www.erlang.org/. %%% 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 %%% Software distributed under the License is distributed on an "AS IS"
%% the License for the specific language governing rights and limitations %%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
%% under the License. %%% 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 %%% The Initial Developer of the Original Code is ProcessOne.
%% All Rights Reserved.'' %%% Portions created by ProcessOne are Copyright 2006-2013, ProcessOne
%%% All Rights Reserved.''
%%%
%%% This software is copyright 2006-2013, ProcessOne.
-module(p1_mnesia). -module(p1_mnesia).