summaryrefslogtreecommitdiff
path: root/taskflow/patterns/__init__.py
diff options
context:
space:
mode:
authoryangxurong <yangxurong@huawei.com>2014-02-22 17:16:29 +0800
committeryangxurong <yangxurong@huawei.com>2014-02-22 17:16:29 +0800
commite0ca45b7d450366919af0550fda5edc009fb0be7 (patch)
tree838d092f8b6df746aed082e2923b140d43bf0942 /taskflow/patterns/__init__.py
parent01c040990b434cb47c25242c0b90b691a876660d (diff)
downloadtaskflow-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__.py15
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.