From f4e81d32e300ee573c082524e220d854185890d1 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 2 Jun 2014 17:34:50 -0700 Subject: [PATCH] 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 --- src/include/rbd/librbd.h | 2 +- src/include/rbd/librbd.hpp | 2 +- src/librbd/librbd.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 1e87af9d1944f..a9a3318040441 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 caf61a65f7069..7107f58482532 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 658f24b85ca79..b265343e0250c 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. * -- 2.39.5