diff options
author | Ikram Ikramullah <ikram@research.att.com> | 2018-01-31 15:34:28 -0500 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2018-01-31 16:17:44 -0500 |
commit | 81f14ef5301036c0e5ff955431c786864ad19879 (patch) | |
tree | 05c00da0347a960e37ecdac96d3a88467fcd54ac /conductor | |
parent | bfecfd9e7f8000ee0ebc26866853af9f7635012c (diff) |
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 <ikram@research.att.com>
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/conductor/api/__init__.py | 19 |
1 files changed, 0 insertions, 19 deletions
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. -# -# ------------------------------------------------------------------------- -# - |