diff options
Diffstat (limited to 'src/mod_pubsub/pubsub.hrl')
-rw-r--r-- | src/mod_pubsub/pubsub.hrl | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/mod_pubsub/pubsub.hrl b/src/mod_pubsub/pubsub.hrl index 7755f8a96..37346dd08 100644 --- a/src/mod_pubsub/pubsub.hrl +++ b/src/mod_pubsub/pubsub.hrl @@ -1,5 +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 2006-2007 Process-one %%% %%% This file contains pubsub types definition. %%% ==================================================================== |