From af8c19ec66a2252f46f4785c93345d60ada5268b Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 25 Feb 2014 15:17:25 -0500 Subject: added Apache license comment to source code Added same license as gluster-swift Change-Id: Ib190b4e6def5d2ab87b71a04142f6344060d8a6d Signed-off-by: Thiago da Silva --- gluster/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gluster/__init__.py') 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): -- cgit