From 4261eb5ec105b9c27605360910602dc367fd79f5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 13 Aug 2013 17:16:08 -0700 Subject: [PATCH] rbd.cc: relicense as LGPL2 All past authors for rbd.cc have consented to relicensing from GPL to LGPL2 via email: --- Date: Sat, 27 Jul 2013 01:59:36 +0200 From: Sylvain Munaut Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I hereby consent to the relicensing of any contribution I made to the aforementioned rbd.cc file from GPL to LGPL2.1. (I hope that'll be impressive enough, I did my best :p) btw, tnt@246tNt.com and s.munaut@whatever-company.com are both me. Cheers, Sylvain --- Date: Fri, 26 Jul 2013 17:00:48 -0700 From: Yehuda Sadeh Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent. --- Date: Fri, 26 Jul 2013 17:02:24 -0700 From: Josh Durgin Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent. --- Date: Fri, 26 Jul 2013 18:17:46 -0700 From: Stanislav Sedov Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent. Thanks for taking care of it! --- Date: Fri, 26 Jul 2013 18:24:15 -0700 From: Colin McCabe I consent. cheers, Colin --- Date: Sat, 27 Jul 2013 07:08:12 +0200 From: Christian Brunner Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent Christian --- Date: Sat, 27 Jul 2013 12:17:34 +0300 From: Stratos Psomadakis Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change Hi, I consent with the GPL -> LGL2.1 re-licensing. Thanks Stratos --- Date: Sat, 27 Jul 2013 16:13:13 +0200 From: Wido den Hollander Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent! You have my permission to re-license the code I wrote for rbd.cc to LGPL2.1 --- Date: Sun, 11 Aug 2013 10:40:32 +0200 From: Danny Al-Gaaf Subject: Re: btw Hi Sage, I agree to switch the license of ceph_argparse.py and rbd.cc from GPL2 to LGPL2. Regards Danny Al-Gaaf --- Date: Tue, 13 Aug 2013 17:15:24 -0700 From: Dan Mick Subject: Re: Ceph rbd.cc GPL -> LGPL2 license change I consent to relicense any contributed code that I wrote under LGPL2.1 license. --- ...and I consent too. Drop the exception from COPYING and debian/copyright files. Signed-off-by: Sage Weil (cherry picked from commit 2206f55761c675b31078dea4e7dd66f2666d7d03) --- COPYING | 5 ----- debian/copyright | 5 ----- src/rbd.cc | 7 ++----- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/COPYING b/COPYING index fe6ffaac0f80f..5e18e66bf5a9e 100644 --- a/COPYING +++ b/COPYING @@ -10,11 +10,6 @@ Files: src/client/hadoop/ceph Copyright: Copyright (C) New Dream Network and contributors License: Apache License v2 -Files: src/rbd.cc -Copyright: - Copyright (C) 2004-2006 Sage Weil -License: GPL2 - Files: src/mount/canonicalize.c Copyright: Copyright (C) 1993 Rick Sladkey License: LGPL2 or later diff --git a/debian/copyright b/debian/copyright index e94a11b996267..0dc2160ae9c41 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,11 +11,6 @@ Files: src/client/hadoop/ceph Copyright: Copyright (C) New Dream Network and contributors License: Apache License v2 -Files: src/rbd.cc -Copyright: - Copyright (C) 2004-2006 Sage Weil -License: GPL2 - Files: src/mount/canonicalize.c Copyright: Copyright (C) 1993 Rick Sladkey License: LGPL2 or later diff --git a/src/rbd.cc b/src/rbd.cc index 7f90c1f118eaf..7d5d46611ec02 100644 --- a/src/rbd.cc +++ b/src/rbd.cc @@ -3,12 +3,9 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2004-2012 Sage Weil and others * - * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public - * License version 2, as published by the Free Software - * Foundation. See file COPYING. + * LGPL2. See file COPYING. * */ -- 2.39.5