Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d023a78

Browse files
committed
Conform to standard boilerplate.
1 parent 6b9da45 commit d023a78

1 file changed

Lines changed: 34 additions & 3 deletions

File tree

Include/pythread.h

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
1-
#ifndef _THREAD_H_included
2-
#define _THREAD_H_included
1+
#ifndef Py_PYTHREAD_H
2+
#define Py_PYTHREAD_H
3+
4+
/***********************************************************
5+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
6+
The Netherlands.
7+
8+
All Rights Reserved
9+
10+
Permission to use, copy, modify, and distribute this software and its
11+
documentation for any purpose and without fee is hereby granted,
12+
provided that the above copyright notice appear in all copies and that
13+
both that copyright notice and this permission notice appear in
14+
supporting documentation, and that the names of Stichting Mathematisch
15+
Centrum or CWI or Corporation for National Research Initiatives or
16+
CNRI not be used in advertising or publicity pertaining to
17+
distribution of the software without specific, written prior
18+
permission.
19+
20+
While CWI is the initial source for this software, a modified version
21+
is made available by the Corporation for National Research Initiatives
22+
(CNRI) at the Internet address ftp://ftp.python.org.
23+
24+
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
25+
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
26+
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
27+
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
28+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
29+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
30+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31+
PERFORMANCE OF THIS SOFTWARE.
32+
33+
******************************************************************/
334

435
#define NO_EXIT_PROG /* don't define PyThread_exit_prog() */
536
/* (the result is no use of signals on SGI) */
@@ -53,4 +84,4 @@ DL_IMPORT(void *) PyThread_get_key_value Py_PROTO((int));
5384
}
5485
#endif
5586

56-
#endif
87+
#endif /* !Py_PYTHREAD_H */

0 commit comments

Comments
 (0)