diff options
author | Badlop <badlop@process-one.net> | 2008-01-15 17:02:57 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-01-15 17:02:57 +0000 |
commit | 2d2fcc82105bbdae6d04fed7ffb40f357756d926 (patch) | |
tree | e4ed02aac29e9e088efc11e3f407f84c18bc8fe4 /src/mod_pubsub | |
parent | Merge changesets 1150 and 1151 into branch ejabberd-2.0.x: (diff) |
* doc/guide.tex: Updated copyright dates to 2008
* src/*: Likewise
SVN Revision: 1153
Diffstat (limited to 'src/mod_pubsub')
-rw-r--r-- | src/mod_pubsub/gen_pubsub_node.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/gen_pubsub_nodetree.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/mod_pubsub.erl | 8 | ||||
-rw-r--r-- | src/mod_pubsub/node.template | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_buddy.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_club.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_default.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_dispatch.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_pep.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_private.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/node_public.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/nodetree_default.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/nodetree_virtual.erl | 6 | ||||
-rw-r--r-- | src/mod_pubsub/pubsub.hrl | 6 |
14 files changed, 43 insertions, 43 deletions
diff --git a/src/mod_pubsub/gen_pubsub_node.erl b/src/mod_pubsub/gen_pubsub_node.erl index 482c80528..c46596ef1 100644 --- a/src/mod_pubsub/gen_pubsub_node.erl +++ b/src/mod_pubsub/gen_pubsub_node.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/gen_pubsub_nodetree.erl b/src/mod_pubsub/gen_pubsub_nodetree.erl index 35d1b78c1..c284244ac 100644 --- a/src/mod_pubsub/gen_pubsub_nodetree.erl +++ b/src/mod_pubsub/gen_pubsub_nodetree.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index 17053e5c0..f852e7be6 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -11,11 +11,11 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} @@ -822,7 +822,7 @@ iq_get_vcard(Lang) -> [{xmlcdata, translate:translate(Lang, "ejabberd Publish-Subscribe module") ++ - "\nCopyright (c) 2004-2007 Process-One"}]}]. + "\nCopyright (c) 2004-2008 Process-One"}]}]. iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) -> Plugins = case ets:lookup(gen_mod:get_module_proc(ServerHost, pubsub_state), plugins) of diff --git a/src/mod_pubsub/node.template b/src/mod_pubsub/node.template index 95a4e4117..82b1580fa 100644 --- a/src/mod_pubsub/node.template +++ b/src/mod_pubsub/node.template @@ -11,11 +11,11 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_buddy.erl b/src/mod_pubsub/node_buddy.erl index a4cc1a76e..86df73863 100644 --- a/src/mod_pubsub/node_buddy.erl +++ b/src/mod_pubsub/node_buddy.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_club.erl b/src/mod_pubsub/node_club.erl index a27c9f540..8d7425d22 100644 --- a/src/mod_pubsub/node_club.erl +++ b/src/mod_pubsub/node_club.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_default.erl b/src/mod_pubsub/node_default.erl index ba5b08037..df11f954f 100644 --- a/src/mod_pubsub/node_default.erl +++ b/src/mod_pubsub/node_default.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_dispatch.erl b/src/mod_pubsub/node_dispatch.erl index 04aa18237..333fe7eba 100644 --- a/src/mod_pubsub/node_dispatch.erl +++ b/src/mod_pubsub/node_dispatch.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_pep.erl b/src/mod_pubsub/node_pep.erl index 94153cbf1..205658d25 100644 --- a/src/mod_pubsub/node_pep.erl +++ b/src/mod_pubsub/node_pep.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_private.erl b/src/mod_pubsub/node_private.erl index 940297ddd..28645d79c 100644 --- a/src/mod_pubsub/node_private.erl +++ b/src/mod_pubsub/node_private.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_public.erl b/src/mod_pubsub/node_public.erl index fae4c1e1a..db5138f2e 100644 --- a/src/mod_pubsub/node_public.erl +++ b/src/mod_pubsub/node_public.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/nodetree_default.erl b/src/mod_pubsub/nodetree_default.erl index 3c8a63e6b..3d98dd07c 100644 --- a/src/mod_pubsub/nodetree_default.erl +++ b/src/mod_pubsub/nodetree_default.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/nodetree_virtual.erl b/src/mod_pubsub/nodetree_virtual.erl index ca65843e4..5bd5b5dea 100644 --- a/src/mod_pubsub/nodetree_virtual.erl +++ b/src/mod_pubsub/nodetree_virtual.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/pubsub.hrl b/src/mod_pubsub/pubsub.hrl index 37346dd08..f2ecd6eeb 100644 --- a/src/mod_pubsub/pubsub.hrl +++ b/src/mod_pubsub/pubsub.hrl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is Process-one. -%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% Portions created by Process-one are Copyright 2006-2008, Process-one %%% All Rights Reserved.'' -%%% This software is copyright 2006-2007, Process-one. +%%% This software is copyright 2006-2008, Process-one. %%% %%% -%%% @copyright 2006-2007 Process-one +%%% @copyright 2006-2008 Process-one %%% %%% This file contains pubsub types definition. %%% ==================================================================== |