Conform the copyright headers.
This commit is contained in:
12
src/conn.c
12
src/conn.c
@@ -1,7 +1,15 @@
|
|||||||
/* conn.c
|
/* conn.c
|
||||||
** connection object functions
|
** libstrophe XMPP client library -- connection object functions
|
||||||
**
|
**
|
||||||
** Copyright 2005 OGG, LLC
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
|
**
|
||||||
|
** This software is provided AS-IS with no warranty, either express
|
||||||
|
** or implied.
|
||||||
|
**
|
||||||
|
** This software is distributed under license and may not be copied,
|
||||||
|
** modified or distributed except as expressly authorized under the
|
||||||
|
** terms of the license contained in the file LICENSE.txt in this
|
||||||
|
** distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
/* hash.c
|
/* hash.c
|
||||||
** libstrophe 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,6 +1,5 @@
|
|||||||
/* jid.c
|
/* jid.c
|
||||||
** libstrophe XMPP client library
|
** libstrophe XMPP client library -- helper functions for parsing JIDs
|
||||||
** helper functions for parsing jid's
|
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* thread.c
|
/* thread.c
|
||||||
** XMPP client library -- thread abstraction
|
** libstrophe XMPP client library -- thread abstraction
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 Online Game Group. All rights reserved.
|
** Copyright (C) 2005 OGG, LLC. All rights reserved.
|
||||||
**
|
**
|
||||||
** This software is provided AS-IS with no warranty, either express
|
** This software is provided AS-IS with no warranty, either express
|
||||||
** or implied.
|
** or implied.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* thread.h
|
/* thread.h
|
||||||
** XMPP client library -- thread abstraction header
|
** XMPP client library -- thread abstraction header
|
||||||
**
|
**
|
||||||
** Copyright (C) 2005 Online Game Group. All rights reserved.
|
** Copyright (C) 2005 OGG, LLC. All rights reserved.
|
||||||
**
|
**
|
||||||
** This software is provided AS-IS with no warranty, either express
|
** This software is provided AS-IS with no warranty, either express
|
||||||
** or implied.
|
** or implied.
|
||||||
|
|||||||
Reference in New Issue
Block a user