@@ -39,7 +39,7 @@ The Python standard library provides two different profilers:
39392. :mod: `profile `, a pure Python module whose interface is imitated by
4040 :mod: `cProfile `. Adds significant overhead to profiled programs. If you're
4141 trying to extend the profiler in some way, the task might be easier with this
42- module. Copyright © 1994, by InfoSeek Corporation.
42+ module.
4343
4444The :mod: `profile ` and :mod: `cProfile ` modules export the same interface, so
4545they are mostly interchangeable; :mod: `cProfile ` has a much lower overhead but
@@ -592,27 +592,3 @@ The resulting profiler will then call :func:`your_time_func`.
592592 functions should be used with care and should be as fast as possible. For the
593593 best results with a custom timer, it might be necessary to hard-code it in the C
594594 source of the internal :mod: `_lsprof ` module.
595-
596-
597- Copyright and License Notices
598- =============================
599-
600- Copyright © 1994, by InfoSeek Corporation, all rights reserved.
601-
602- Permission to use, copy, modify, and distribute this Python software and its
603- associated documentation for any purpose (subject to the restriction in the
604- following sentence) without fee is hereby granted, provided that the above
605- copyright notice appears in all copies, and that both that copyright notice and
606- this permission notice appear in supporting documentation, and that the name of
607- InfoSeek not be used in advertising or publicity pertaining to distribution of
608- the software without specific, written prior permission. This permission is
609- explicitly restricted to the copying and modification of the software to remain
610- in Python, compiled Python, or other languages (such as C) wherein the modified
611- or derived code is exclusively imported into a Python module.
612-
613- INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
614- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
615- SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
616- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
617- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
618- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 commit comments