From dea1ecfb210f6aff94447fac652a7010640fc878 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 27 Nov 2018 09:45:36 +0100 Subject: [PATCH] Remove copyrigth notices from empty __init__.py files Change-Id: I41cb71ef43969a24cfc37f39c97e07960f21ad00 --- tobiko/__init__.py | 13 ------------- tobiko/cmd/__init__.py | 13 ------------- tobiko/common/__init__.py | 13 ------------- tobiko/common/managers/__init__.py | 13 ------------- tobiko/common/utils/__init__.py | 13 ------------- tobiko/tests/__init__.py | 13 ------------- tobiko/tests/scenario/__init__.py | 13 ------------- 7 files changed, 91 deletions(-) diff --git a/tobiko/__init__.py b/tobiko/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/__init__.py +++ b/tobiko/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/cmd/__init__.py b/tobiko/cmd/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/cmd/__init__.py +++ b/tobiko/cmd/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/common/__init__.py b/tobiko/common/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/common/__init__.py +++ b/tobiko/common/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/common/managers/__init__.py b/tobiko/common/managers/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/common/managers/__init__.py +++ b/tobiko/common/managers/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/common/utils/__init__.py b/tobiko/common/utils/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/common/utils/__init__.py +++ b/tobiko/common/utils/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/tests/__init__.py b/tobiko/tests/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/tests/__init__.py +++ b/tobiko/tests/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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/tobiko/tests/scenario/__init__.py b/tobiko/tests/scenario/__init__.py index 953c24a79..e69de29bb 100644 --- a/tobiko/tests/scenario/__init__.py +++ b/tobiko/tests/scenario/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2018 Red Hat -# -# 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.