Skip to content

Update source file headers not to point to LICENSE.txt #31

Closed
@tdi

Description

@tdi

Now, every source file points to license in LICENSE.txt. This prevents using files from libstrophe outside the libstrophe. My suggestion is to change this to put there a whole LICENSE.txt text in every file.

Example (was):

 /* handler.c
 ** strophe XMPP client library -- event handler management
 **
 ** Copyright (C) 2005-2009 Collecta, Inc. 
 **
 **  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.
 */

To:

 /* handler.c
 ** strophe XMPP client library -- event handler management
 **
 ** Copyright (C) 2005-2009 Collecta, Inc. 
 **
 **  This software is provided AS-IS with no warranty, either express
 **  or implied.
 **
 ** This program is dual licensed under the MIT and GPLv3 licenses.
 */

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions