Conform the copyright headers.
This commit is contained in:
12
src/conn.c
12
src/conn.c
@@ -1,7 +1,15 @@
|
||||
/* 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>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* hash.c
|
||||
** libstrophe XMPP client library
|
||||
** hash table implementation
|
||||
** libstrophe XMPP client library -- hash table implementation
|
||||
**
|
||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||
**
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* jid.c
|
||||
** libstrophe XMPP client library
|
||||
** helper functions for parsing jid's
|
||||
** libstrophe XMPP client library -- helper functions for parsing JIDs
|
||||
**
|
||||
** Copyright (C) 2005 OGG, LCC. All rights reserved.
|
||||
**
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* 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
|
||||
** or implied.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* thread.h
|
||||
** 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
|
||||
** or implied.
|
||||
|
||||
Reference in New Issue
Block a user