Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
bup licensing oversight
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Avery Pennarun  
View profile  
 More options Mar 23 2010, 2:23 pm
From: Avery Pennarun <apenw...@gmail.com>
Date: Tue, 23 Mar 2010 14:23:58 -0400
Local: Tues, Mar 23 2010 2:23 pm
Subject: bup licensing oversight
Hi all,

As a detail-oriented person, I have naturally dedicated myself to all
the details of bup without attending to one rather important detail:
the license.  I release almost all my software under the GNU LGPLv2,
which I think provides a nice balance between a) letting people build
commercial products based on the original product, while b) making
sure that if people make and distribute changes, they need to
contribute the changes back.

If you're not familiar with the differences between the "normal" GPL
and the LGPL, the main difference is in the level of infectiousness:
the GPL infects *everything* linked with the GPLed program, while the
LGPL only affects changes to the program itself, even if another
bigger program is made that includes the original code.  I don't
really want to force the licensing of your program; I just want to
protect mine.

Anyway, I think the LGPLv2 is suitable for bup as well, so that's how
I'm licensing the code I've written.  I just pushed a change to github
that includes a LICENSE file and a SIGNED-OFF-BY file that indicates
what a Signed-off-by: git header means if you include it in a patch.

Of course, this doesn't retroactively affect any contributions from
other people, which leaves us with a bit of a mess.  If you've
contributed to bup in the past (as everyone on the To: line of this
email has), please reply to this message and indicate whether or not
you agree that your past contributions to bup can be licensed under
the LGPLv2.  Please reply to the list so that there's a public record
of your license offer.

Please let me know if you see any problem with this.

Thanks, and sorry for the inconvenience.  Hope you're still enjoying bup!

Have fun,

Avery


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Coombs  
View profile  
 More options Mar 23 2010, 3:53 pm
From: Dave Coombs <dcoo...@gmail.com>
Date: Tue, 23 Mar 2010 15:53:54 -0400
Local: Tues, Mar 23 2010 3:53 pm
Subject: Re: bup licensing oversight
No, those Makefile tweaks are mine, mine, mine!

Where, by "no", I mean "yes", and by "mine", I mean "not mine".  You know, in case it wasn't clear.

Go nuts,
 -Dave

PS: when's bup-restore coming? :)

On 2010-03-23, at 14:23, Avery Pennarun wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lukasz Kosewski  
View profile  
 More options Mar 23 2010, 11:31 pm
From: Lukasz Kosewski <lkose...@gmail.com>
Date: Tue, 23 Mar 2010 23:31:01 -0400
Local: Tues, Mar 23 2010 11:31 pm
Subject: Re: bup licensing oversight
Each line of the precious code I wrote is such a gift to humanity,
that I don't know how I could bear to see it rot away in a private
repository.  As such, I freely consent to LGPLv2ing the mountainous
heap of code I've contributed.

I'll make sure to add Signed-off-by tags in my github fork for your
pulling pleasure in the future.

Cheers,

Luke


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Browning  
View profile  
 More options Mar 24 2010, 12:05 am
From: Rob Browning <r...@defaultvalue.org>
Date: Tue, 23 Mar 2010 21:05:08 -0700
Local: Wed, Mar 24 2010 12:05 am
Subject: Re: bup licensing oversight

Avery Pennarun <apenw...@gmail.com> writes:
> Anyway, I think the LGPLv2 is suitable for bup as well, so that's how
> I'm licensing the code I've written.  I just pushed a change to github
> that includes a LICENSE file and a SIGNED-OFF-BY file that indicates
> what a Signed-off-by: git header means if you include it in a patch.

> Of course, this doesn't retroactively affect any contributions from
> other people, which leaves us with a bit of a mess.  If you've
> contributed to bup in the past (as everyone on the To: line of this
> email has), please reply to this message and indicate whether or not
> you agree that your past contributions to bup can be licensed under
> the LGPLv2.  Please reply to the list so that there's a public record
> of your license offer.

> Please let me know if you see any problem with this.

No problem here.  I'll add the header when I (actually) send the
patches.  (Apparently I couldn't type last night.)

--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Wolever  
View profile  
 More options Mar 24 2010, 1:11 am
From: David Wolever <da...@wolever.net>
Date: Wed, 24 Mar 2010 01:11:31 -0400
Local: Wed, Mar 24 2010 1:11 am
Subject: Re: bup licensing oversight
On 23-Mar-10, at 2:23 PM, Avery Pennarun wrote:

> Of course, this doesn't retroactively affect any contributions from
> other people, which leaves us with a bit of a mess.  If you've
> contributed to bup in the past (as everyone on the To: line of this
> email has), please reply to this message and indicate whether or not
> you agree that your past contributions to bup can be licensed under
> the LGPLv2.  Please reply to the list so that there's a public record
> of your license offer.

> Please let me know if you see any problem with this.

I would be more than happy to release my contribution to bup under the  
LGPLv2.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Schleifer  
View profile  
 More options Mar 24 2010, 5:26 pm
From: Andrew Schleifer <m...@andrewschleifer.name>
Date: Wed, 24 Mar 2010 16:26:12 -0500
Local: Wed, Mar 24 2010 5:26 pm
Subject: Re: bup licensing oversight
On Mar 23, 2010, at 1:23 PM, Avery Pennarun wrote:

> If you've contributed to bup in the past (as everyone on the To: line
> of this email has), please reply to this message and indicate whether
> or not you agree that your past contributions to bup can be licensed
> under the LGPLv2.

I agree that my past contributions to bup can be licensed under the
LGPLv2.

--
andrew.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Wolf  
View profile  
 More options Mar 24 2010, 11:05 pm
From: Michael Wolf <m...@pobox.com>
Date: Wed, 24 Mar 2010 21:05:46 -0600
Local: Wed, Mar 24 2010 11:05 pm
Subject: Re: bup licensing oversight
2010/3/23 Avery Pennarun <apenw...@gmail.com>:

> Of course, this doesn't retroactively affect any contributions from
> other people, which leaves us with a bit of a mess.  If you've
> contributed to bup in the past (as everyone on the To: line of this
> email has), please reply to this message and indicate whether or not
> you agree that your past contributions to bup can be licensed under
> the LGPLv2.  Please reply to the list so that there's a public record
> of your license offer.

I am fine with this.

Michael.

--
Ma patrie, c'est la langue anglaise.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Avery Pennarun  
View profile  
 More options Mar 29 2010, 4:35 pm
From: Avery Pennarun <apenw...@gmail.com>
Date: Mon, 29 Mar 2010 16:35:32 -0400
Local: Mon, Mar 29 2010 4:35 pm
Subject: Re: bup licensing oversight
Thanks for replying, everybody.  I guess we're in the clear.  <phew>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »