diff options
| author | yangxurong <yangxurong@huawei.com> | 2014-02-22 17:16:29 +0800 |
|---|---|---|
| committer | yangxurong <yangxurong@huawei.com> | 2014-02-22 17:16:29 +0800 |
| commit | e0ca45b7d450366919af0550fda5edc009fb0be7 (patch) | |
| tree | 838d092f8b6df746aed082e2923b140d43bf0942 /taskflow/patterns/__init__.py | |
| parent | 01c040990b434cb47c25242c0b90b691a876660d (diff) | |
| download | taskflow-e0ca45b7d450366919af0550fda5edc009fb0be7.tar.gz | |
Removed copyright from empty files
According to policy change in HACKING:
http://docs.openstack.org/developer/hacking/#openstack-licensing
empty files should no longer contain copyright notices.
Change-Id: I1f825add9036623ef626b48c66206ac2b452c592
Partial-Bug: #1262424
Diffstat (limited to 'taskflow/patterns/__init__.py')
| -rw-r--r-- | taskflow/patterns/__init__.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/taskflow/patterns/__init__.py b/taskflow/patterns/__init__.py index b8e7fe5..e69de29 100644 --- a/taskflow/patterns/__init__.py +++ b/taskflow/patterns/__init__.py @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (C) 2012 Yahoo! 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. |
