From: Josh Durgin Date: Tue, 3 Jun 2014 00:34:50 +0000 (-0700) Subject: librbd: clarify license header X-Git-Tag: v0.83~148^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4e81d32e300ee573c082524e220d854185890d1;p=ceph.git librbd: clarify license header These were meant to say LGPL, but a typo was propagated and it referred to the non-existent GPL2.1, and also to COPYING which correctly indicated these files were LGPL2.1. Signed-off-by: Josh Durgin --- diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 1e87af9d1944..a9a331804044 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -6,7 +6,7 @@ * Copyright (C) 2011 New Dream Network * * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * diff --git a/src/include/rbd/librbd.hpp b/src/include/rbd/librbd.hpp index caf61a65f706..7107f5848253 100644 --- a/src/include/rbd/librbd.hpp +++ b/src/include/rbd/librbd.hpp @@ -6,7 +6,7 @@ * Copyright (C) 2011 New Dream Network * * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * diff --git a/src/librbd/librbd.cc b/src/librbd/librbd.cc index 658f24b85ca7..b265343e0250 100644 --- a/src/librbd/librbd.cc +++ b/src/librbd/librbd.cc @@ -6,7 +6,7 @@ * Copyright (C) 2011 New Dream Network * * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. *