]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add header comments and Inktank copyrights to ceph.in/ceph_argparse.py
authorDan Mick <dan.mick@inktank.com>
Sat, 22 Jun 2013 01:39:59 +0000 (18:39 -0700)
committerDan Mick <dan.mick@inktank.com>
Sat, 22 Jun 2013 01:39:59 +0000 (18:39 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/ceph.in
src/pybind/ceph_argparse.py

index 652abf0736da3d2182e8873cfcb3b16266b90b62..47ae6fe2bbf555941240d1930bbdd3c6b5ad3131 100755 (executable)
@@ -4,6 +4,17 @@
 #
 # vim: ts=4 sw=4 smarttab expandtab
 
+"""
+ceph.in becomes ceph, the command-line management tool for Ceph clusters.
+This is a replacement for tools/ceph.cc and tools/common.cc.
+
+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.
+"""
 
 import os
 import sys
index 020ad5b3a806498d3441099c65370c828d2baf8b..c6a5711057fb35c218cd788d61b1d1406f8241ad 100644 (file)
@@ -1,3 +1,17 @@
+"""
+Types and routines used by the ceph CLI as well as the RESTful
+interface.  These have to do with querying the daemons for
+command-description information, validating user command input against
+those descriptions, and submitting the command to the appropriate
+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.
+"""
 import copy
 import json
 import os