diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2018-02-23 17:07:02 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2018-02-23 17:08:33 +0800 |
commit | b7165820de2d5bd56e874c496e85dfc5dadda94d (patch) | |
tree | 10bfe8dec13096ca0af47225253ee8f7304db692 | |
parent | 740c665b1201afb0f24267802a999e8f3dc6e103 (diff) |
Add license info for py files
Cuurently There isn't any license for __init__.py files
the patch will fix it.
Issue-ID: MODELING-64
Change-Id: I0c517848598ce3ea1ff9d28bd74750280fd3571c
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
-rw-r--r-- | .gitreview | 12 | ||||
-rw-r--r-- | nfvparser/.coveragerc | 12 | ||||
-rw-r--r-- | nfvparser/.gitreview | 12 | ||||
-rw-r--r-- | nfvparser/.mailmap | 12 | ||||
-rw-r--r-- | nfvparser/.testr.conf | 12 | ||||
-rw-r--r-- | nfvparser/MANIFEST.in | 12 | ||||
-rw-r--r-- | nfvparser/babel.cfg | 12 | ||||
-rw-r--r-- | nfvparser/toscaparser/common/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/elements/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/extensions/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/extensions/nfv/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/extensions/nfv/tests/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/prereq/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/tests/__init__.py | 13 | ||||
-rw-r--r-- | nfvparser/toscaparser/utils/__init__.py | 13 |
15 files changed, 188 insertions, 0 deletions
@@ -1,3 +1,15 @@ +# 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. + [gerrit] host=gerrit.onap.org port=29418 diff --git a/nfvparser/.coveragerc b/nfvparser/.coveragerc index 3309d46..bd8cd7e 100644 --- a/nfvparser/.coveragerc +++ b/nfvparser/.coveragerc @@ -1,3 +1,15 @@ +# 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. + [run] branch = True source = toscaparser diff --git a/nfvparser/.gitreview b/nfvparser/.gitreview index 9105f23..f4e21fa 100644 --- a/nfvparser/.gitreview +++ b/nfvparser/.gitreview @@ -1,3 +1,15 @@ +# 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. + [gerrit] host=review.openstack.org port=29418 diff --git a/nfvparser/.mailmap b/nfvparser/.mailmap index cc92f17..67a1e80 100644 --- a/nfvparser/.mailmap +++ b/nfvparser/.mailmap @@ -1,3 +1,15 @@ +# 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. + # Format is: # <preferred e-mail> <other e-mail 1> # <preferred e-mail> <other e-mail 2>
\ No newline at end of file diff --git a/nfvparser/.testr.conf b/nfvparser/.testr.conf index fb62267..59b9310 100644 --- a/nfvparser/.testr.conf +++ b/nfvparser/.testr.conf @@ -1,3 +1,15 @@ +# 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. + [DEFAULT] test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ diff --git a/nfvparser/MANIFEST.in b/nfvparser/MANIFEST.in index 1fc29b3..cd12d2d 100644 --- a/nfvparser/MANIFEST.in +++ b/nfvparser/MANIFEST.in @@ -1,3 +1,15 @@ +# 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. + include AUTHORS include ChangeLog global-include *.py diff --git a/nfvparser/babel.cfg b/nfvparser/babel.cfg index efceab8..e2124f4 100644 --- a/nfvparser/babel.cfg +++ b/nfvparser/babel.cfg @@ -1 +1,13 @@ +# 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. + [python: **.py] diff --git a/nfvparser/toscaparser/common/__init__.py b/nfvparser/toscaparser/common/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/common/__init__.py +++ b/nfvparser/toscaparser/common/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/elements/__init__.py b/nfvparser/toscaparser/elements/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/elements/__init__.py +++ b/nfvparser/toscaparser/elements/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/extensions/__init__.py b/nfvparser/toscaparser/extensions/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/extensions/__init__.py +++ b/nfvparser/toscaparser/extensions/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/extensions/nfv/__init__.py b/nfvparser/toscaparser/extensions/nfv/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/extensions/nfv/__init__.py +++ b/nfvparser/toscaparser/extensions/nfv/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/extensions/nfv/tests/__init__.py b/nfvparser/toscaparser/extensions/nfv/tests/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/extensions/nfv/tests/__init__.py +++ b/nfvparser/toscaparser/extensions/nfv/tests/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/prereq/__init__.py b/nfvparser/toscaparser/prereq/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/prereq/__init__.py +++ b/nfvparser/toscaparser/prereq/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/tests/__init__.py b/nfvparser/toscaparser/tests/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/tests/__init__.py +++ b/nfvparser/toscaparser/tests/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" diff --git a/nfvparser/toscaparser/utils/__init__.py b/nfvparser/toscaparser/utils/__init__.py index e69de29..7943ea7 100644 --- a/nfvparser/toscaparser/utils/__init__.py +++ b/nfvparser/toscaparser/utils/__init__.py @@ -0,0 +1,13 @@ +# 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. + +description = "" |