Conform the copyright headers.

This commit is contained in:
Ralph Giles
2005-06-29 14:38:24 +00:00
parent fe4d7beb98
commit f2335adb75
5 changed files with 15 additions and 9 deletions

View File

@@ -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>

View File

@@ -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.
** **

View File

@@ -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.
** **

View File

@@ -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.

View File

@@ -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.