summaryrefslogtreecommitdiffstats
path: root/gluster/__init__.py
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2014-02-25 15:17:25 -0500
committerGerrit Code Review <review@dev.gluster.org>2014-03-06 10:11:17 -0800
commitaf8c19ec66a2252f46f4785c93345d60ada5268b (patch)
treef5d9142abd4163774a075dac926ac06efb0d242e /gluster/__init__.py
parente383ea4e4d20dd7ae4140b136c06ff029cbf071d (diff)
added Apache license comment to source code
Added same license as gluster-swift Change-Id: Ib190b4e6def5d2ab87b71a04142f6344060d8a6d Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'gluster/__init__.py')
-rw-r--r--gluster/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gluster/__init__.py b/gluster/__init__.py
index ca16f94..900183b 100644
--- a/gluster/__init__.py
+++ b/gluster/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012-2013 Red Hat, Inc.
+# Copyright (c) 2012-2014 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-""" Python bindings for GlusterFS libgfapi """
-
class PkgInfo(object):
def __init__(self, canonical_version, release, name, final):