Fix email addresses in modules headers

This commit is contained in:
Badlop
2025-03-18 19:01:13 +01:00
parent c87ba45a86
commit 53dea7b6d7
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
%%%----------------------------------------------------------------------
%%% File : ejabberd_regexp.erl
%%% Author : Badlop
%%% Author : Badlop <badlop@process-one.net>
%%% Purpose : Frontend to Re OTP module
%%% Created : 8 Dec 2011 by Badlop
%%% Created : 8 Dec 2011 by Badlop <badlop@process-one.net>
%%%
%%%
%%% ejabberd, Copyright (C) 2002-2025 ProcessOne
+3 -3
View File
@@ -1,8 +1,8 @@
%%%----------------------------------------------------------------------
%%% File : mod_muc_admin.erl
%%% Author : Badlop <badlop@ono.com>
%%% Author : Badlop <badlop@process-one.net>
%%% Purpose : Tools for additional MUC administration
%%% Created : 8 Sep 2007 by Badlop <badlop@ono.com>
%%% Created : 8 Sep 2007 by Badlop <badlop@process-one.net>
%%%
%%%
%%% ejabberd, Copyright (C) 2002-2025 ProcessOne
@@ -24,7 +24,7 @@
%%%----------------------------------------------------------------------
-module(mod_muc_admin).
-author('badlop@ono.com').
-author('badlop@process-one.net').
-behaviour(gen_mod).
+1 -1
View File
@@ -1,6 +1,6 @@
%%%----------------------------------------------------------------------
%%% File : mod_muc_log.erl
%%% Author : Badlop@process-one.net
%%% Author : Badlop <badlop@process-one.net>
%%% Purpose : MUC room logging
%%% Created : 12 Mar 2006 by Alexey Shchepin <alexey@process-one.net>
%%%