diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2009-10-03 23:53:41 -0700 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2009-10-03 23:53:41 -0700 |
| commit | 86cdeeb9867a8687b48a7771f4101b31a1d612cf (patch) | |
| tree | 9c62162112dc9201feaca8d7f9de3bdc4f163e38 /tests/timer_test.py | |
| parent | 4eb5e05a327d720121d5302471dd32ed0da7a6f9 (diff) | |
| download | eventlet-86cdeeb9867a8687b48a7771f4101b31a1d612cf.tar.gz | |
Removed copyright headers from individual files, added LICENSE and AUTHORS files to give credit instead. Linked authors list into documentation.
Diffstat (limited to 'tests/timer_test.py')
| -rw-r--r-- | tests/timer_test.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/timer_test.py b/tests/timer_test.py index 657656a..2e5a4dd 100644 --- a/tests/timer_test.py +++ b/tests/timer_test.py @@ -1,24 +1,3 @@ -# @author Donovan Preston -# -# Copyright (c) 2006-2007, Linden Research, Inc. -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - from unittest import TestCase, main from eventlet import api, timer |
