diff options
Diffstat (limited to 'xlators/features/glupy/src/glupy.py')
-rw-r--r-- | xlators/features/glupy/src/glupy.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xlators/features/glupy/src/glupy.py b/xlators/features/glupy/src/glupy.py index a5daa77d32a..eda8aebb0bb 100644 --- a/xlators/features/glupy/src/glupy.py +++ b/xlators/features/glupy/src/glupy.py @@ -1,3 +1,13 @@ +## +## Copyright (c) 2006-2014 Red Hat, Inc. <http://www.redhat.com> +## This file is part of GlusterFS. +## +## This file is licensed to you under your choice of the GNU Lesser +## General Public License, version 3 or any later version (LGPLv3 or +## later), or the GNU General Public License, version 2 (GPLv2), in all +## cases as published by the Free Software Foundation. +## + import sys from ctypes import * |