1. 18 Nov, 2012 1 commit
  2. 15 Nov, 2012 3 commits
  3. 12 Nov, 2012 12 commits
  4. 11 Nov, 2012 1 commit
  5. 01 Nov, 2012 2 commits
    • Rusty Russell's avatar
      hash: switch to CC0 license. · 6585f22b
      Rusty Russell authored
      As per email from Andreas (the only other contributor):
      From: Andreas Schlick <schlick@lavabit.com>
      Subject: Re: Changing from Public Domain to CC0
      To: Rusty Russell <rusty@rustcorp.com.au>
      Date: Thu, 01 Nov 2012 12:51:47 +0100
      
      Hi!
      
      > Since Public Domain is a slippery concept outside certain countries,
      > it has been suggested that I formalize it to Creative Commons Zero.
      >
      > I want to change the License string (and add a symlink) to the
      > following trivial modules.  Please Ack.
      
      Sure, ack.
      
       Andreas
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      6585f22b
    • Rusty Russell's avatar
      Relicense all public domain modules to CC0. · 516c4779
      Rusty Russell authored
      I wrote all of most of them, for the others, here's the CCAN mailing
      list thread authorizing it:
      
      From: Timothy B. Terriberry <tterribe@xiph.org>
      Subject: Re: [ccan] Changing from Public Domain to CC0
      To: Rusty Russell <rusty@rustcorp.com.au>
      Cc: ccan@ozlabs.org
      Date: Wed, 31 Oct 2012 02:53:50 -0400
      
      Rusty Russell <rusty@rustcorp.com.au> wrote:
      
      > I want to change the License string (and add a symlink) to the following
      > trivial modules.  Please Ack.
      
      > isaac
      
      Ack.
      
      From: Alessandro Guido <ag@alessandroguido.name>
      Subject: Re: Changing from Public Domain to CC0
      To: Rusty Russell <rusty@rustcorp.com.au>
      Date: Wed, 31 Oct 2012 10:59:53 +0100
      Acked-by: default avatarAlessandro Guido <ag@alessandroguido.name>
      
      From: Brad Hards <bradh@frogmouth.net>
      Subject: Re: Changing from Public Domain to CC0
      To: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Joey Adams <joeyadams3.14159@gmail.com>, Alessandro Guido <ag@alessandroguido.name>, Andreas Schlick <schlick@lavabit.com>, ccan@ozlabs.org
      Date: Wed, 31 Oct 2012 23:43:24 +1100
      
      On 31/10/12 17:43, Rusty Russell wrote:
      > Damn lawyers!
      >
      > Since Public Domain is a slippery concept outside certain countries, it
      > has been suggested that I formalize it to Creative Commons Zero.
      >
      > I want to change the License string (and add a symlink) to the following
      > trivial modules.  Please Ack.
      
      Ack.
      
      More generally, anything I've put into CCAN is so trivial that you can
      relicense it (to any Free / Open Source license) as part of any
      relicensing you can otherwise get agreement to.
      
      Brad
      
      [Sorry if this comes out in HTML - I'm stuck with unsat tools while
      travelling].
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      516c4779
  6. 31 Oct, 2012 16 commits
  7. 22 Oct, 2012 1 commit
  8. 10 Oct, 2012 1 commit
  9. 08 Oct, 2012 2 commits
  10. 05 Oct, 2012 1 commit
    • David Gibson's avatar
      rfc822: Allow test infrastructure to handle headers with minor errors · 85036414
      David Gibson authored
      Currently the test infrastructure for constructing example messages then
      parsing them assumes that constructed headers never have errors of any
      kind.  That's true so far, but it limits the versatility of this test
      apparatus.  This patch extends the infrastructure to allow minor errors
      (that is things other than a missing colon) to be handled.  The existing
      test data is also extended to include cases which use this.
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      85036414