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/stringprep | |
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 '')
-rw-r--r-- | src/stringprep/stringprep.erl | 2 | ||||
-rw-r--r-- | src/stringprep/stringprep_drv.c | 2 | ||||
-rw-r--r-- | src/stringprep/stringprep_sup.erl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/stringprep/stringprep.erl b/src/stringprep/stringprep.erl index e0ec6e8a..b47b49f7 100644 --- a/src/stringprep/stringprep.erl +++ b/src/stringprep/stringprep.erl @@ -5,7 +5,7 @@ %%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@proces-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2007 Process-one +%%% ejabberd, Copyright (C) 2002-2008 Process-one %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/stringprep/stringprep_drv.c b/src/stringprep/stringprep_drv.c index c77e5195..80822987 100644 --- a/src/stringprep/stringprep_drv.c +++ b/src/stringprep/stringprep_drv.c @@ -1,5 +1,5 @@ /* - * ejabberd, Copyright (C) 2002-2007 Process-one + * ejabberd, Copyright (C) 2002-2008 Process-one * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/stringprep/stringprep_sup.erl b/src/stringprep/stringprep_sup.erl index 483d0a3e..dc58e59f 100644 --- a/src/stringprep/stringprep_sup.erl +++ b/src/stringprep/stringprep_sup.erl @@ -5,7 +5,7 @@ %%% Created : 29 Jun 2007 by Mickael Remond <mremond@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2007 Process-one +%%% ejabberd, Copyright (C) 2002-2008 Process-one %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as |