Changeset 630
- Timestamp:
- 07/24/05 16:57:39 (3 years ago)
- Files:
-
- trunk/src/acl.c (modified) (1 diff)
- trunk/src/browse.c (modified) (1 diff)
- trunk/src/conf.c (modified) (1 diff)
- trunk/src/disco.c (modified) (1 diff)
- trunk/src/encoding.c (modified) (1 diff)
- trunk/src/forms.c (modified) (1 diff)
- trunk/src/gg_versions.c (modified) (1 diff)
- trunk/src/iq.c (modified) (1 diff)
- trunk/src/jabber.c (modified) (1 diff)
- trunk/src/jid.c (modified) (1 diff)
- trunk/src/main.c (modified) (1 diff)
- trunk/src/message.c (modified) (1 diff)
- trunk/src/presence.c (modified) (1 diff)
- trunk/src/register.c (modified) (1 diff)
- trunk/src/requests.c (modified) (1 diff)
- trunk/src/search.c (modified) (1 diff)
- trunk/src/sessions.c (modified) (1 diff)
- trunk/src/stats.c (modified) (1 diff)
- trunk/src/status.c (modified) (1 diff)
- trunk/src/stream.c (modified) (1 diff)
- trunk/src/users.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/acl.c
r525 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/browse.c
r525 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/conf.c
r203 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/disco.c
r569 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/encoding.c
r448 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/forms.c
r344 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/gg_versions.c
r545 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/iq.c
r619 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jabber.c
r525 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jid.c
r525 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/main.c
r525 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/message.c
r628 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/presence.c
r618 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/register.c
r620 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/requests.c
r609 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/search.c
r621 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/sessions.c
r627 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stats.c
r444 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/status.c
r183 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stream.c
r606 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/users.c
r626 r630 2 2 3 3 /* 4 * (C) Copyright 2002 Jacek Konieczny <jajcus@pld.org.pl>4 * (C) Copyright 2002-2005 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
