Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change of license #55

Closed
7 tasks done
tilladams opened this issue Aug 29, 2014 · 7 comments · Fixed by #57
Closed
7 tasks done

Change of license #55

tilladams opened this issue Aug 29, 2014 · 7 comments · Fixed by #57

Comments

@tilladams
Copy link

We must get forward changing the license from GPL especially for the server-side stuff.

Me and @marcjansen suggest to move to 3-Clause BSD-License ("Revised BSD License", "New BSD License", or "Modified BSD License", see wikipedia, and opensource.org) as it it quite simple.

Steps to be done:

  • every committer has to agree, that his/her code is switched to above license
  • change of license header in the code

For the client all code must fall under the ExtJS license conditions.

For the future I'd prefer to divide SHOGun in SHOGun Server (3-clause BSD) and SHOGun Client (follow ExtJS License) in general and perhaps a switch away from ExtJS.

Steps for completion:

@marcjansen
Copy link
Member

The Sencha document Exception for Development Version 1.04, January 18, 2013 hints that the 3-Clause BSD-License ("Revised BSD License", "New BSD License", or "Modified BSD License", see wikipedia, and opensource.org) is actually approved by Sencha.

@marcjansen
Copy link
Member

I hereby agree that my submissions to SHOGun are relicensed to 3-clause BSD.

@marcjansen
Copy link
Member

I suggest the following headers:

Java-code:

/* Copyright (c) 2012-2014, terrestris GmbH & Co. KG
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 * 3. Neither the name of the copyright holder nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 * 
 * (This is the BSD 3-Clause, sometimes called 'BSD New' or 'BSD Simplified',
 * see http://opensource.org/licenses/BSD-3-Clause)
 */

JavaScript-code (also CSS etc.):

As above, but with an additional paragraph:

/* [...]
 * 
 * The client-side code of SHOGun partly depends on the ExtJS-framework (see
 * http://www.sencha.com/products/extjs, available separately under various
 * licensing options: http://www.sencha.com/products/extjs/licensing); it is
 * released in accordance with Sencha's Exception for Development Version 1.04
 * from January 18, 2013 (see http://www.sencha.com/legal/open-source-faq/
 * open-source-license-exception-for-development/).
 */

@buehner
Copy link
Member

buehner commented Aug 29, 2014

I also agree that my submissions to SHOGun are relicensed to either
2-clause BSD http://opensource.org/licenses/BSD-2-Clause or 3-clause
BSD http://opensource.org/licenses/BSD-3-Clause.

@chrismayer
Copy link
Collaborator

I hereby agree that my submissions to SHOGun are relicensed to 3-clause BSD.

@weskamm
Copy link
Member

weskamm commented Sep 1, 2014

Hi,
I agree that all of my submissions to SHOGun may be relicensed to the
2-clause BSD http://opensource.org/licenses/BSD-2-Clause or 3-clause
BSD http://opensource.org/licenses/BSD-3-Clause.
Cheers,
Johannes

@marcjansen
Copy link
Member

Pull request for the licenses inside our files to come.

marcjansen referenced this issue in marcjansen/shogun-legacy Sep 2, 2014
All contributors agreed upon relicensing their contributions to the
BSD-3-clause license (http://opensource.org/licenses/BSD-3-Clause).

See terrestris/shogun#55 for discussion
and the respective agreements.
marcjansen referenced this issue in marcjansen/shogun-legacy Sep 2, 2014
All contributors agreed upon relicensing their contributions to the
BSD-3-clause license (http://opensource.org/licenses/BSD-3-Clause).

See terrestris/shogun#55 for discussion
and the respective agreements.
marcjansen referenced this issue in marcjansen/shogun-legacy Sep 2, 2014
All contributors agreed upon relicensing their contributions to the
BSD-3-clause license (http://opensource.org/licenses/BSD-3-Clause).

See terrestris/shogun#55 for discussion
and the respective agreements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants