diff options
author | Sage Weil <sage@inktank.com> | 2013-08-13 17:17:54 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-08-13 17:17:54 -0700 |
commit | 0c23633762f0a9361b8b9ee22619a00221745439 (patch) | |
tree | 40c9b035d4be7e376f9b50d0938b375e0ad3ed27 | |
parent | 2206f55761c675b31078dea4e7dd66f2666d7d03 (diff) | |
download | ceph-0c23633762f0a9361b8b9ee22619a00221745439.tar.gz |
pybind/ceph_argparse: GPL -> LGPL2
Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Dan Mick <dan.mick@inktank.com>
both consented to this change via email.
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/pybind/ceph_argparse.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pybind/ceph_argparse.py b/src/pybind/ceph_argparse.py index 9e56d38384c..427a4621216 100644 --- a/src/pybind/ceph_argparse.py +++ b/src/pybind/ceph_argparse.py @@ -7,10 +7,7 @@ daemon. Copyright (C) 2013 Inktank Storage, Inc. -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. """ import copy import json |