diff --git a/LICENSE.txt b/LICENSE.txt index 17adef5..1e57ae1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,8 @@ -libstrophe XMPP client library -Copyright (C) 2005 OGG, LLC. +strophe XMPP client library +Copyright (C) 2005-2008 OGG, LLC. + +Free Software License +--------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -16,6 +19,10 @@ along with this program (in a file named COPYING). If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Commericial Licenses +-------------------- + For information about purchasing an exemption for use with proprietary software under terms other than the above, please contact . diff --git a/README.txt b/README.txt index e11e78e..bde8449 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,10 @@ -This is libstrophe, our experimental XMPP C client library. +This is strophe, our XMPP client library. Our goals are: - (a) usable quickly - (b) well documented - (c) reliable - (d) not suck - -And to implement the complete XMPP spec, but not the historical Jabber -bits. + * usable quickly + * well documented + * reliable == Build Instructions == diff --git a/names.txt b/names.txt deleted file mode 100644 index ad87a08..0000000 --- a/names.txt +++ /dev/null @@ -1,9 +0,0 @@ -Melissa's suggestions: - something to do with note passing in high school - something related to telephones/switchboards, etc - - ganglion - thalamus - -jack's suggestion: - eloquence and eloq for sure. libeloq etc. diff --git a/strophe.h b/strophe.h index e030922..bc8d947 100644 --- a/strophe.h +++ b/strophe.h @@ -1,7 +1,8 @@ /* strophe.h -** libstrophe XMPP client library API +** strophe XMPP client library C API ** -** Copyright (C) 2005 OGG, LLC. All rights reserved. +** Copyright (C) 2005-2008 OGG, LLC. +** Please see LICENSE.txt for details. */ #ifndef __LIBSTROPHE_STROPHE_H__ diff --git a/strophepp.h b/strophepp.h index 1d2b0d5..c6af0c8 100644 --- a/strophepp.h +++ b/strophepp.h @@ -1,3 +1,10 @@ +/* strophepp.h +** strophe XMPP client library C++ API +** +** Copyright (C) 2005-2008 OGG, LLC. +** Please see LICENSE.txt for details. +*/ + #ifndef __LIBSTROPHE_STROPHEPP_H__ #define __LIBSTROPHE_STROPHEPP_H__