From 7d0c3c3f07cf42e894d7680594e29aea6ff61a09 Mon Sep 17 00:00:00 2001 From: Jaganathan Palanisamy Date: Thu, 6 Jul 2017 05:18:12 -0400 Subject: [PATCH] Copyright content changes Copyright content is available twice in parameters.py and year update in heat_capabilities.py Change-Id: I953e2d2308dda2b2d4731cf2623b6d96519ad072 --- tripleo_common/actions/heat_capabilities.py | 3 ++- tripleo_common/actions/parameters.py | 15 +-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/tripleo_common/actions/heat_capabilities.py b/tripleo_common/actions/heat_capabilities.py index 2d1019ce8..7cf93a480 100644 --- a/tripleo_common/actions/heat_capabilities.py +++ b/tripleo_common/actions/heat_capabilities.py @@ -1,4 +1,4 @@ -# Copyright 2106 Red Hat, Inc. +# Copyright 2016 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -12,6 +12,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. + import fnmatch import logging import yaml diff --git a/tripleo_common/actions/parameters.py b/tripleo_common/actions/parameters.py index 0b70869a7..2289b3cb3 100644 --- a/tripleo_common/actions/parameters.py +++ b/tripleo_common/actions/parameters.py @@ -12,20 +12,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. -# Copyright 2106 Red Hat, Inc. -# All Rights Reserved. -# -# 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 json import logging import uuid