From: Loic Dachary Date: Wed, 1 Jan 2014 21:05:03 +0000 (+0100) Subject: ceph-disk: add copyright notice X-Git-Tag: v0.67.6~1^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79564874be35d4414092fbb80df3214d7f282b1c;p=ceph.git ceph-disk: add copyright notice Signed-off-by: Loic Dachary (cherry picked from commit 51ee3c04777aaf6b9609dde9bc318b5c66c70787) --- diff --git a/src/ceph-disk b/src/ceph-disk index 3f08641a5cd..64449991b02 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -1,4 +1,20 @@ #!/usr/bin/env python +# +# Copyright (C) 2014 Inktank +# Copyright (C) 2014 Cloudwatt +# +# Author: Loic Dachary +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Library Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library Public License for more details. +# import argparse import errno