diff --git a/examples/active.c b/examples/active.c index 9a7dc2b..3e72373 100644 --- a/examples/active.c +++ b/examples/active.c @@ -1,5 +1,5 @@ /* active.c -** XMPP client library -- basic usage example +** libstrophe XMPP client library -- basic usage example ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/examples/basic.c b/examples/basic.c index 619d766..4bf337c 100644 --- a/examples/basic.c +++ b/examples/basic.c @@ -1,5 +1,5 @@ /* basic.c -** XMPP client library -- basic usage example +** libstrophe XMPP client library -- basic usage example ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/examples/roster.c b/examples/roster.c index 1e3dc91..8503310 100644 --- a/examples/roster.c +++ b/examples/roster.c @@ -1,5 +1,5 @@ /* roster.c -** XMPP client library -- handler example +** libstrophe XMPP client library -- handler example ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/auth.c b/src/auth.c index 1272bb0..bbcab34 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,5 +1,5 @@ /* auth.c -** XMPP client library -- auth functions and handlers +** libstrophe XMPP client library -- auth functions and handlers ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/common.h b/src/common.h index 67c2230..c9519b0 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* common.h -** XMPP client library -- internal common structures +** libstrophe XMPP client library -- internal common structures ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/ctx.c b/src/ctx.c index 623aa1d..202b0e5 100644 --- a/src/ctx.c +++ b/src/ctx.c @@ -1,5 +1,5 @@ /* ctx.c -** XMPP client library -- run-time context implementation +** libstrophe XMPP client library -- run-time context implementation ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/event.c b/src/event.c index bafc650..8b7655c 100644 --- a/src/event.c +++ b/src/event.c @@ -1,5 +1,5 @@ /* event.c -** XMPP client library -- event loop and management +** libstrophe XMPP client library -- event loop and management ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/handler.c b/src/handler.c index 4ef4323..297fa98 100644 --- a/src/handler.c +++ b/src/handler.c @@ -1,5 +1,5 @@ /* handler.c -** XMPP client library -- event handler management +** libstrophe XMPP client library -- event handler management ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/hash.c b/src/hash.c index 3dd3454..fce74c0 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,5 +1,5 @@ /* hash.c -** XMPP client library +** libstrophe XMPP client library ** hash table implementation ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. diff --git a/src/hash.h b/src/hash.h index e552f2c..9a6c43e 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,5 +1,5 @@ /* hash.h -** XMPP client library -- hash table interface +** libstrophe XMPP client library -- hash table interface ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/jid.c b/src/jid.c index f81d047..64d4670 100644 --- a/src/jid.c +++ b/src/jid.c @@ -1,5 +1,5 @@ /* jid.c -** XMPP client library +** libstrophe XMPP client library ** helper functions for parsing jid's ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. diff --git a/src/ostypes.h b/src/ostypes.h index 5181790..b96c514 100644 --- a/src/ostypes.h +++ b/src/ostypes.h @@ -1,5 +1,5 @@ /* ostypes.h -** XMPP client library -- type definitions for platforms without stdint.h +** libstrophe XMPP client library -- type definitions for platforms without stdint.h ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/parser.c b/src/parser.c index 9d3ac9b..c40fd4d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,5 +1,5 @@ /* parser.c -** XMPP client library -- xml parser handlers and utility functions +** libstrophe XMPP client library -- xml parser handlers and utility functions ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/sasl.c b/src/sasl.c index 3aa13ab..adb8273 100644 --- a/src/sasl.c +++ b/src/sasl.c @@ -1,5 +1,5 @@ /* sasl.c -** XMPP client library -- SASL authentication helpers +** libstrophe XMPP client library -- SASL authentication helpers ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/sasl.h b/src/sasl.h index 1340dbf..d99194d 100644 --- a/src/sasl.h +++ b/src/sasl.h @@ -1,5 +1,5 @@ /* sasl.h -** XMPP client library -- SASL authentication helpers +** libstrophe XMPP client library -- SASL authentication helpers ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/sock.c b/src/sock.c index 62d9a3b..811d779 100644 --- a/src/sock.c +++ b/src/sock.c @@ -1,5 +1,5 @@ /* sock.c -** XMPP client library -- socket abstraction implementation +** libstrophe XMPP client library -- socket abstraction implementation ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/sock.h b/src/sock.h index b8b25b0..5897b23 100644 --- a/src/sock.h +++ b/src/sock.h @@ -1,5 +1,5 @@ /* sock.h -** XMPP client library -- socket abstraction header +** libstrophe XMPP client library -- socket abstraction header ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/stanza.c b/src/stanza.c index a28b20a..30b5db9 100644 --- a/src/stanza.c +++ b/src/stanza.c @@ -1,5 +1,5 @@ /* stanza.c -** XMPP client library -- XMPP stanza object and utilities +** libstrophe XMPP client library -- XMPP stanza object and utilities ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/util.c b/src/util.c index 6a684a9..660f0c8 100644 --- a/src/util.c +++ b/src/util.c @@ -1,5 +1,5 @@ /* util.c -** XMPP client library -- various utility functions +** libstrophe XMPP client library -- various utility functions ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/src/util.h b/src/util.h index ef6ee2e..dacd06d 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ /* util.h -** XMPP client library -- various utility functions +** libstrophe XMPP client library -- various utility functions ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_base64.c b/tests/test_base64.c index 3677ade..be27ede 100644 --- a/tests/test_base64.c +++ b/tests/test_base64.c @@ -1,5 +1,5 @@ /* test_base64.c -** XMPP client library -- test routines for the base64 codec +** libstrophe XMPP client library -- test routines for the base64 codec ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_ctx.c b/tests/test_ctx.c index 45fad97..489d406 100644 --- a/tests/test_ctx.c +++ b/tests/test_ctx.c @@ -1,5 +1,5 @@ /* test_ctx.c -** XMPP client library -- test routines for the library run-time context +** libstrophe XMPP client library -- test routines for the library run-time context ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_hash.c b/tests/test_hash.c index 37dec0c..bc53253 100644 --- a/tests/test_hash.c +++ b/tests/test_hash.c @@ -1,5 +1,5 @@ /* test_hash.c -** XMPP client library -- self-test for the hash-table implementation +** libstrophe XMPP client library -- self-test for the hash-table implementation ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_jid.c b/tests/test_jid.c index a666398..cd722dd 100644 --- a/tests/test_jid.c +++ b/tests/test_jid.c @@ -1,5 +1,5 @@ /* test_base64.c -** XMPP client library -- test routines for the jid utils +** libstrophe XMPP client library -- test routines for the jid utils ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_sasl.c b/tests/test_sasl.c index 5a222f9..a5d4d12 100644 --- a/tests/test_sasl.c +++ b/tests/test_sasl.c @@ -1,5 +1,5 @@ /* test_sasl.c -** XMPP client library -- test routines for the SASL implementation +** libstrophe XMPP client library -- test routines for the SASL implementation ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. ** diff --git a/tests/test_sock.c b/tests/test_sock.c index 7d80a55..82afaed 100644 --- a/tests/test_sock.c +++ b/tests/test_sock.c @@ -1,5 +1,5 @@ /* test_sock.c -** XMPP client library -- test routines for the socket abstraction +** libstrophe XMPP client library -- test routines for the socket abstraction ** ** Copyright (C) 2005 OGG, LCC. All rights reserved. **