diff --git a/billingstack/__init__.py b/billingstack/__init__.py index e69de29..f7ed5c6 100644 --- a/billingstack/__init__.py +++ b/billingstack/__init__.py @@ -0,0 +1,15 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. diff --git a/billingstack/api/base.py b/billingstack/api/base.py index 9f8d036..8ba2c79 100644 --- a/billingstack/api/base.py +++ b/billingstack/api/base.py @@ -1,3 +1,19 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. + import functools import mimetypes diff --git a/billingstack/api/utils.py b/billingstack/api/utils.py index 85346fe..d0bc991 100644 --- a/billingstack/api/utils.py +++ b/billingstack/api/utils.py @@ -1,5 +1,7 @@ # -*- encoding: utf-8 -*- -## +# +# Author: Endre Karlson +# # 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 diff --git a/billingstack/biller/__init__.py b/billingstack/biller/__init__.py index 6bbc360..7c6e629 100644 --- a/billingstack/biller/__init__.py +++ b/billingstack/biller/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg cfg.CONF.register_group(cfg.OptGroup( diff --git a/billingstack/biller/rpcapi.py b/billingstack/biller/rpcapi.py index 85f69e4..30e5b63 100644 --- a/billingstack/biller/rpcapi.py +++ b/billingstack/biller/rpcapi.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common.rpc import proxy diff --git a/billingstack/biller/service.py b/billingstack/biller/service.py index 9ff366a..71cf27f 100644 --- a/billingstack/biller/service.py +++ b/billingstack/biller/service.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common import log as logging from billingstack.openstack.common.rpc import service as rpc_service diff --git a/billingstack/biller/storage/__init__.py b/billingstack/biller/storage/__init__.py index 0ad0cfc..5aef594 100644 --- a/billingstack/biller/storage/__init__.py +++ b/billingstack/biller/storage/__init__.py @@ -1,3 +1,19 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.storage import base diff --git a/billingstack/biller/storage/impl_sqlalchemy.py b/billingstack/biller/storage/impl_sqlalchemy.py index 394adf5..aaf25c7 100644 --- a/billingstack/biller/storage/impl_sqlalchemy.py +++ b/billingstack/biller/storage/impl_sqlalchemy.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/billingstack/central/__init__.py b/billingstack/central/__init__.py index ecdf98b..e7b0032 100644 --- a/billingstack/central/__init__.py +++ b/billingstack/central/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg cfg.CONF.register_group(cfg.OptGroup( diff --git a/billingstack/central/rpcapi.py b/billingstack/central/rpcapi.py index 461dd96..604fdc8 100644 --- a/billingstack/central/rpcapi.py +++ b/billingstack/central/rpcapi.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common.rpc import proxy diff --git a/billingstack/central/service.py b/billingstack/central/service.py index f18c855..e055b37 100644 --- a/billingstack/central/service.py +++ b/billingstack/central/service.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. import functools from oslo.config import cfg from billingstack.openstack.common import log as logging diff --git a/billingstack/central/storage/__init__.py b/billingstack/central/storage/__init__.py index c62cee2..d58b705 100644 --- a/billingstack/central/storage/__init__.py +++ b/billingstack/central/storage/__init__.py @@ -13,6 +13,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +# # Copied: Moniker from oslo.config import cfg from billingstack.openstack.common import log as logging diff --git a/billingstack/central/storage/impl_sqlalchemy/__init__.py b/billingstack/central/storage/impl_sqlalchemy/__init__.py index a73ef88..49819f8 100644 --- a/billingstack/central/storage/impl_sqlalchemy/__init__.py +++ b/billingstack/central/storage/impl_sqlalchemy/__init__.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/billingstack/central/storage/impl_sqlalchemy/models.py b/billingstack/central/storage/impl_sqlalchemy/models.py index f745f95..5252331 100644 --- a/billingstack/central/storage/impl_sqlalchemy/models.py +++ b/billingstack/central/storage/impl_sqlalchemy/models.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/billingstack/collector/__init__.py b/billingstack/collector/__init__.py index 322c56b..c3aaa39 100644 --- a/billingstack/collector/__init__.py +++ b/billingstack/collector/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg cfg.CONF.register_group(cfg.OptGroup( diff --git a/billingstack/collector/rpcapi.py b/billingstack/collector/rpcapi.py index 3d4d99e..f678f6e 100644 --- a/billingstack/collector/rpcapi.py +++ b/billingstack/collector/rpcapi.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common.rpc import proxy diff --git a/billingstack/collector/service.py b/billingstack/collector/service.py index b302d30..906d6ac 100644 --- a/billingstack/collector/service.py +++ b/billingstack/collector/service.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. """ A service that does calls towards the PGP web endpoint or so """ diff --git a/billingstack/conf.py b/billingstack/conf.py index fd88d31..0e56443 100644 --- a/billingstack/conf.py +++ b/billingstack/conf.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. import os from oslo.config import cfg diff --git a/billingstack/exceptions.py b/billingstack/exceptions.py index e229b90..3ca9d50 100644 --- a/billingstack/exceptions.py +++ b/billingstack/exceptions.py @@ -1,6 +1,9 @@ +# -*- encoding: utf-8 -*- +# # Copyright 2012 Managed I.T. # # Author: Kiall Mac Innes +# Author: Endre Karlson # # 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 diff --git a/billingstack/manage/__init__.py b/billingstack/manage/__init__.py index 06f4f6b..92d5c66 100644 --- a/billingstack/manage/__init__.py +++ b/billingstack/manage/__init__.py @@ -13,6 +13,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +# +# Copied: Moniker from oslo.config import cfg from cliff.app import App from cliff.commandmanager import CommandManager diff --git a/billingstack/manage/base.py b/billingstack/manage/base.py index 76402e7..e28e566 100644 --- a/billingstack/manage/base.py +++ b/billingstack/manage/base.py @@ -13,6 +13,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +# +# Copied: Moniker from cliff.command import Command as CliffCommand from cliff.lister import Lister from cliff.show import ShowOne diff --git a/billingstack/manage/database.py b/billingstack/manage/database.py index 06c00cf..667240e 100644 --- a/billingstack/manage/database.py +++ b/billingstack/manage/database.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -11,8 +13,6 @@ # 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 oslo.config import cfg from billingstack.openstack.common import log from billingstack.manage.base import Command diff --git a/billingstack/manage/provider.py b/billingstack/manage/provider.py index 8251fb6..ac31ad8 100644 --- a/billingstack/manage/provider.py +++ b/billingstack/manage/provider.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 billingstack.openstack.common.context import get_admin_context from billingstack.payment_gateway import register_providers from billingstack.manage.base import ListCommand diff --git a/billingstack/payment_gateway/__init__.py b/billingstack/payment_gateway/__init__.py index 3e47b87..b9f13ac 100644 --- a/billingstack/payment_gateway/__init__.py +++ b/billingstack/payment_gateway/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 stevedore.extension import ExtensionManager from billingstack import exceptions diff --git a/billingstack/payment_gateway/base.py b/billingstack/payment_gateway/base.py index f60ce2f..5a9f229 100644 --- a/billingstack/payment_gateway/base.py +++ b/billingstack/payment_gateway/base.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 billingstack.central.storage import get_connection from billingstack.plugin import Plugin diff --git a/billingstack/payment_gateway/dummy.py b/billingstack/payment_gateway/dummy.py index 3cc2997..7cd373e 100644 --- a/billingstack/payment_gateway/dummy.py +++ b/billingstack/payment_gateway/dummy.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 billingstack.payment_gateway.base import Provider diff --git a/billingstack/plugin.py b/billingstack/plugin.py index 31560ab..ee92afb 100644 --- a/billingstack/plugin.py +++ b/billingstack/plugin.py @@ -1,6 +1,6 @@ -# Copyright 2012 Bouvet ASA +# -*- encoding: utf-8 -*- # -# Author: Endre Karlson +# Author: Endre Karlson # # 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 diff --git a/billingstack/rater/__init__.py b/billingstack/rater/__init__.py index 4b07b70..ef1989d 100644 --- a/billingstack/rater/__init__.py +++ b/billingstack/rater/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg cfg.CONF.register_group(cfg.OptGroup( diff --git a/billingstack/rater/rpcapi.py b/billingstack/rater/rpcapi.py index 87868ae..2e53c78 100644 --- a/billingstack/rater/rpcapi.py +++ b/billingstack/rater/rpcapi.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common.rpc import proxy diff --git a/billingstack/rater/service.py b/billingstack/rater/service.py index 0181d93..c450c6f 100644 --- a/billingstack/rater/service.py +++ b/billingstack/rater/service.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.openstack.common import log as logging from billingstack.openstack.common.rpc import service as rpc_service diff --git a/billingstack/rater/storage/__init__.py b/billingstack/rater/storage/__init__.py index 3f01725..078b25c 100644 --- a/billingstack/rater/storage/__init__.py +++ b/billingstack/rater/storage/__init__.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 oslo.config import cfg from billingstack.storage import base diff --git a/billingstack/rater/storage/impl_sqlalchemy.py b/billingstack/rater/storage/impl_sqlalchemy.py index f6a503f..4ebac66 100644 --- a/billingstack/rater/storage/impl_sqlalchemy.py +++ b/billingstack/rater/storage/impl_sqlalchemy.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/billingstack/samples.py b/billingstack/samples.py index 333d134..b55fe6c 100644 --- a/billingstack/samples.py +++ b/billingstack/samples.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. import glob import os.path diff --git a/billingstack/service.py b/billingstack/service.py index ce3bfaa..182bdb9 100644 --- a/billingstack/service.py +++ b/billingstack/service.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- # # Copyright © 2012 eNovance @@ -16,7 +15,6 @@ # 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 oslo.config import cfg from billingstack.openstack.common import rpc from billingstack.openstack.common import context diff --git a/billingstack/sqlalchemy/__init__.py b/billingstack/sqlalchemy/__init__.py index e69de29..f7ed5c6 100644 --- a/billingstack/sqlalchemy/__init__.py +++ b/billingstack/sqlalchemy/__init__.py @@ -0,0 +1,15 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. diff --git a/billingstack/sqlalchemy/api.py b/billingstack/sqlalchemy/api.py index b123b71..a9c44be 100644 --- a/billingstack/sqlalchemy/api.py +++ b/billingstack/sqlalchemy/api.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- +# # Author: Endre Karlson # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -10,8 +12,7 @@ # 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 - +# under the License. from sqlalchemy.orm import exc diff --git a/billingstack/sqlalchemy/utils.py b/billingstack/sqlalchemy/utils.py index 1357869..50e0465 100644 --- a/billingstack/sqlalchemy/utils.py +++ b/billingstack/sqlalchemy/utils.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 sqlalchemy.orm.properties import ColumnProperty, RelationshipProperty from billingstack.openstack.common import uuidutils diff --git a/billingstack/storage/__init__.py b/billingstack/storage/__init__.py index e69de29..f7ed5c6 100644 --- a/billingstack/storage/__init__.py +++ b/billingstack/storage/__init__.py @@ -0,0 +1,15 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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. diff --git a/billingstack/storage/filterer.py b/billingstack/storage/filterer.py index aecf248..f04b5bc 100644 --- a/billingstack/storage/filterer.py +++ b/billingstack/storage/filterer.py @@ -1,3 +1,18 @@ +# -*- encoding: utf-8 -*- +# +# Author: Endre Karlson +# +# 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 billingstack import exceptions from billingstack.openstack.common import log diff --git a/billingstack/utils.py b/billingstack/utils.py index dd6bb32..ca429cb 100644 --- a/billingstack/utils.py +++ b/billingstack/utils.py @@ -1,3 +1,16 @@ +# -*- encoding: utf-8 -*- +## +# 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. import os import pycountry import re