From f2335adb75e55b4f2390e7a5ca0c86652fb15525 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 29 Jun 2005 14:38:24 +0000 Subject: [PATCH] Conform the copyright headers. --- src/conn.c | 12 ++++++++++-- src/hash.c | 3 +-- src/jid.c | 3 +-- src/thread.c | 4 ++-- src/thread.h | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/conn.c b/src/conn.c index 912e34d..d5240a3 100644 --- a/src/conn.c +++ b/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 diff --git a/src/hash.c b/src/hash.c index fce74c0..4391cfa 100644 --- a/src/hash.c +++ b/src/hash.c @@ -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. ** diff --git a/src/jid.c b/src/jid.c index 64d4670..a2afd07 100644 --- a/src/jid.c +++ b/src/jid.c @@ -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. ** diff --git a/src/thread.c b/src/thread.c index 38159a7..f72c88c 100644 --- a/src/thread.c +++ b/src/thread.c @@ -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. diff --git a/src/thread.h b/src/thread.h index 8b5d938..4a5a81b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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.