diff options
Diffstat (limited to 'src/mod_pubsub/node_private.erl')
-rw-r--r-- | src/mod_pubsub/node_private.erl | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/mod_pubsub/node_private.erl b/src/mod_pubsub/node_private.erl index 9b17cb29..940297dd 100644 --- a/src/mod_pubsub/node_private.erl +++ b/src/mod_pubsub/node_private.erl @@ -1,7 +1,22 @@ %%% ==================================================================== -%%% This software is copyright 2007, Process-one. +%%% ``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 Process-one. +%%% Portions created by Process-one are Copyright 2006-2007, Process-one +%%% All Rights Reserved.'' +%%% This software is copyright 2006-2007, Process-one. %%% -%%% @copyright 2007 Process-one +%%% +%%% @copyright 2006-2007 Process-one %%% @author Christophe romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} |