diff --git a/openstack-common.conf b/openstack-common.conf index 4e1c04b..7ffe1b1 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,4 +4,4 @@ modules=setup # The base module to hold the copy of openstack.common -base=sync +base=swsync diff --git a/swsync/objects.py b/swsync/objects.py index 58c4a1e..82f8e6f 100644 --- a/swsync/objects.py +++ b/swsync/objects.py @@ -1,4 +1,19 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- +# Copyright (C) 2013 eNovance SAS +# +# Author: Chmouel Boudjnah +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. from swiftclient import client as swiftclient from swift.common.bufferedhttp import http_connect_raw from swift.common.http import is_success