From: Loic Dachary Date: Wed, 1 Jan 2014 21:05:03 +0000 (+0100) Subject: ceph-disk: add copyright notice X-Git-Tag: v0.76~56^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51ee3c04777aaf6b9609dde9bc318b5c66c70787;p=ceph.git ceph-disk: add copyright notice Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk b/src/ceph-disk index 7ac13e5c37e53..385497b46a07f 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