Re: [webkit-dev] Question related to license in WK2 EFL port

2012-07-26 Thread Darin Adler
There’s some specific policy about this that’s displayed in bugs.webkit.org 
when you attach a patch for review:

 Hello and thank you for contributing a patch. Here is our licensing policy 
 and terms for contributing code to the WebKit project.
 
   • If you are sending in a patch to existing WebKit code, you agree by 
 clicking below that your changes are licensed under the existing license 
 terms of the file you are modifying (i.e., BSD license or GNU Lesser General 
 Public License v.2.1, LGPL v. 2.1). Please also add your copyright (name and 
 year) to the relevant files for changes that are more than 10 lines of code.
   • If you are sending in a new file for inclusion in WebKit (no code 
 copied from another source), the preferred license is BSD, but LGPL 2.1 is an 
 option as well. Please include your copyright (name and year) and license 
 preference (BSD or LGPL 2.1). By clicking below you agree that your file is 
 licensed under either the BSD license or LGPL 2.1, as indicated in your file.
   • If you aren't the author of the patch, you agree to include the 
 original copyright notices and licensing terms with it, to the extent that 
 they exist. If there wasn't a copyright notice or license, please make a note 
 of it. Generally we can only take in patches that are BSD- or LGPL-licensed 
 in order to maintain license compatibility within the project.

Note that it’s specifically LGPL 2.1. Other versions of LGPL are likely to be 
unacceptable.

-- Darin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Question related to license in WK2 EFL port

2012-07-25 Thread Dumez, Christophe
Hi,

This kind of decision is not easy to take and cannot necessarily be taken
by us developers (our employers may favor one particular license).

The WebKit project allows both Apple's new BSD or LGPL as far as I know.
So, as long as contributors use one of those 2 licenses for WebKit-EFL, I
don't see any problem with it.

Kr,

On Wed, Jul 25, 2012 at 8:50 AM, Gyuyoung Kim gyuyoung@samsung.comwrote:

 Hello WebKit folks,

 I'd like to have your opinions on EFL port licensing. Currently it uses
 both LGPL and BSD, and there's no explicit rule in EFL port so far. So the
 license was decided by individual contributor when new file was submitted.
 Nowadays, some EFL contributors are confused which license should be used.

 I would like to know whether EFL folks can continue to choose which
 license to use. Or, is there any rule related to license?

 Gyuyoung
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




-- 
Christophe Dumez
Linux Software Engineer, PhD
Intel Finland Oy - Open Source Technology Center
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Question related to license in WK2 EFL port

2012-07-25 Thread Kenneth Rohde Christiansen
Hi,

The license is basically up to the contributor, though there might be
a few advantages using the BSD license.

Using BSD licensed code means that the code can be re-factored in the
future and parts can be moved into WebCore or elsewhere. If you use
LGPL you have to make sure to not reuse the code in any file licensed
as BSD.

Having the code licensed as BSD also means that your employer can
reuse code parts in other internal products. That is also possible if
the code is already under your copyright, but when other people start
contributing to it, it becomes less clear.

Cheers
Kenneth

On Wed, Jul 25, 2012 at 8:36 AM, Dumez, Christophe
christophe.du...@intel.com wrote:
 Hi,

 This kind of decision is not easy to take and cannot necessarily be taken by
 us developers (our employers may favor one particular license).

 The WebKit project allows both Apple's new BSD or LGPL as far as I know. So,
 as long as contributors use one of those 2 licenses for WebKit-EFL, I don't
 see any problem with it.

 Kr,


 On Wed, Jul 25, 2012 at 8:50 AM, Gyuyoung Kim gyuyoung@samsung.com
 wrote:

 Hello WebKit folks,

 I'd like to have your opinions on EFL port licensing. Currently it uses
 both LGPL and BSD, and there's no explicit rule in EFL port so far. So the
 license was decided by individual contributor when new file was submitted.
 Nowadays, some EFL contributors are confused which license should be used.

 I would like to know whether EFL folks can continue to choose which
 license to use. Or, is there any rule related to license?

 Gyuyoung
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




 --
 Christophe Dumez
 Linux Software Engineer, PhD
 Intel Finland Oy - Open Source Technology Center


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




-- 
Kenneth Rohde Christiansen
Senior Engineer
Nokia Mobile Phones, Browser / WebKit team
Phone  +45 4093 0598 / E-mail kenneth at webkit.org

http://codeposts.blogspot.com ﹆﹆﹆
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Question related to license in WK2 EFL port

2012-07-25 Thread Gyuyoung Kim
Thank you for your kind reply. My curiosities are solved. 
I will discuss which license we will use with my co-workers. 

Cheers,
Gyuyoung.

--- Original Message ---
Sender : Kenneth Rohde Christiansenkenneth.christian...@gmail.com
Date : 2012-07-25 18:46 (GMT+09:00)
Title : Re: [webkit-dev] Question related to license in WK2 EFL port

Hi,

The license is basically up to the contributor, though there might be
a few advantages using the BSD license.

Using BSD licensed code means that the code can be re-factored in the
future and parts can be moved into WebCore or elsewhere. If you use
LGPL you have to make sure to not reuse the code in any file licensed
as BSD.

Having the code licensed as BSD also means that your employer can
reuse code parts in other internal products. That is also possible if
the code is already under your copyright, but when other people start
contributing to it, it becomes less clear.

Cheers
Kenneth

On Wed, Jul 25, 2012 at 8:36 AM, Dumez, Christophe
wrote:
 Hi,

 This kind of decision is not easy to take and cannot necessarily be taken by
 us developers (our employers may favor one particular license).

 The WebKit project allows both Apple's new BSD or LGPL as far as I know. So,
 as long as contributors use one of those 2 licenses for WebKit-EFL, I don't
 see any problem with it.

 Kr,


 On Wed, Jul 25, 2012 at 8:50 AM, Gyuyoung Kim 
 wrote:

 Hello WebKit folks,

 I'd like to have your opinions on EFL port licensing. Currently it uses
 both LGPL and BSD, and there's no explicit rule in EFL port so far. So the
 license was decided by individual contributor when new file was submitted.
 Nowadays, some EFL contributors are confused which license should be used.

 I would like to know whether EFL folks can continue to choose which
 license to use. Or, is there any rule related to license?

 Gyuyoung
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




 --
 Christophe Dumez
 Linux Software Engineer, PhD
 Intel Finland Oy - Open Source Technology Center


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




-- 
Kenneth Rohde Christiansen
Senior Engineer
Nokia Mobile Phones, Browser / WebKit team
Phone  +45 4093 0598 / E-mail kenneth at webkit.org

http://codeposts.blogspot.com ???
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Question related to license in WK2 EFL port

2012-07-24 Thread Gyuyoung Kim
Hello WebKit folks,
 
I'd like to have your opinions on EFL port licensing. Currently it uses both 
LGPL and BSD, and there's no explicit rule in EFL port so far. So the license 
was decided by individual contributor when new file was submitted. Nowadays, 
some EFL contributors are confused which license should be used.
 
I would like to know whether EFL folks can continue to choose which license to 
use. Or, is there any rule related to license?
 
Gyuyoung
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev