From 79564874be35d4414092fbb80df3214d7f282b1c Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 1 Jan 2014 22:05:03 +0100 Subject: [PATCH] ceph-disk: add copyright notice Signed-off-by: Loic Dachary (cherry picked from commit 51ee3c04777aaf6b9609dde9bc318b5c66c70787) --- src/ceph-disk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ceph-disk b/src/ceph-disk index 3f08641a5cd49..64449991b02bc 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 -- 2.39.5