Add the 'libstrophe' name to the copyright headers.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/* active.c
|
/* active.c
|
||||||
** XMPP client library -- basic usage example
|
** libstrophe XMPP client library -- basic usage example
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* basic.c
|
/* basic.c
|
||||||
** XMPP client library -- basic usage example
|
** libstrophe XMPP client library -- basic usage example
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* roster.c
|
/* roster.c
|
||||||
** XMPP client library -- handler example
|
** libstrophe XMPP client library -- handler example
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* auth.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* common.h
|
/* common.h
|
||||||
** XMPP client library -- internal common structures
|
** libstrophe XMPP client library -- internal common structures
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* ctx.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* event.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* handler.c
|
/* handler.c
|
||||||
** XMPP client library -- event handler management
|
** libstrophe XMPP client library -- event handler management
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* hash.c
|
/* hash.c
|
||||||
** XMPP client library
|
** libstrophe XMPP client library
|
||||||
** hash table implementation
|
** hash table implementation
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* hash.h
|
/* hash.h
|
||||||
** XMPP client library -- hash table interface
|
** libstrophe XMPP client library -- hash table interface
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* jid.c
|
/* jid.c
|
||||||
** XMPP client library
|
** libstrophe XMPP client library
|
||||||
** helper functions for parsing jid's
|
** helper functions for parsing jid's
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* ostypes.h
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* parser.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* sasl.c
|
/* sasl.c
|
||||||
** XMPP client library -- SASL authentication helpers
|
** libstrophe XMPP client library -- SASL authentication helpers
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* sasl.h
|
/* sasl.h
|
||||||
** XMPP client library -- SASL authentication helpers
|
** libstrophe XMPP client library -- SASL authentication helpers
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* sock.c
|
/* sock.c
|
||||||
** XMPP client library -- socket abstraction implementation
|
** libstrophe XMPP client library -- socket abstraction implementation
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* sock.h
|
/* sock.h
|
||||||
** XMPP client library -- socket abstraction header
|
** libstrophe XMPP client library -- socket abstraction header
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* stanza.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* util.c
|
/* util.c
|
||||||
** XMPP client library -- various utility functions
|
** libstrophe XMPP client library -- various utility functions
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* util.h
|
/* util.h
|
||||||
** XMPP client library -- various utility functions
|
** libstrophe XMPP client library -- various utility functions
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_base64.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_ctx.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_hash.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_base64.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_sasl.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* test_sock.c
|
/* 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.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
Reference in New Issue
Block a user