From 81f14ef5301036c0e5ff955431c786864ad19879 Mon Sep 17 00:00:00 2001 From: Ikram Ikramullah Date: Wed, 31 Jan 2018 15:34:28 -0500 Subject: Copyright Message in 'empty' files While packaging/verification of the jjb job, saw error (on many files, not just this) that the file cannot have 'only comments in it' - since all the ONAP files need to have this copyright message, these __init__.py (a module specifier marker file only) can be excluded from this requirement? - This will be a good test for our jjb tempaltes as well. Change-Id: I7d297338f31327aac94947d31a831b53e0913814 Issue-ID: OPTFRA-60: Signed-off-by: Ikram Ikramullah --- conductor/conductor/api/__init__.py | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'conductor') diff --git a/conductor/conductor/api/__init__.py b/conductor/conductor/api/__init__.py index f2bbdfd..e69de29 100644 --- a/conductor/conductor/api/__init__.py +++ b/conductor/conductor/api/__init__.py @@ -1,19 +0,0 @@ -# -# ------------------------------------------------------------------------- -# Copyright (c) 2015-2017 AT&T Intellectual Property -# -# 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. -# -# ------------------------------------------------------------------------- -# - -- cgit 1.2.3-korg