Skip to content

Commit

Permalink
copyright linee and name fix for pre-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Apr 14, 2021
1 parent f8647a6 commit 8d1cec3
Show file tree
Hide file tree
Showing 322 changed files with 792 additions and 792 deletions.
6 changes: 3 additions & 3 deletions GNUmakefile.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @configure_input@
# --------------------------------------------------------------------------
#
# pthreads-win32 / Pthreads4w - POSIX Threads for Windows
# pthreads-win32 / pthreads4w - POSIX Threads for Windows
# Copyright 1998 John E. Bossom
# Copyright 1999-2018, pthreads-win32 / Pthreads4w contributors
# Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
#
# Homepage: http://sources.redhat.com/pthreads-win32
#
Expand Down Expand Up @@ -149,7 +149,7 @@ LFLAGS = $(ARCH)
# POSIX says that applications should assume that thread IDs can be
# recycled. However, Solaris and some other systems use a [very large]
# sequence number as the thread ID, which provides virtual uniqueness.
# Pthreads-win32 provides pseudo-unique IDs when the default increment
# pthreads-win32 provides pseudo-unique IDs when the default increment
# (1) is used, but pthread_t is not a scalar type like Solaris's.
#
# Usage:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ files, e.g. PTW32_* changes to PTW32_*, ptw32_* to ptw32_*, etc.

License Change
--------------
With the agreement of all substantial relevant contributors pthreads-win32 / Pthreads4w
With the agreement of all substantial relevant contributors pthreads-win32 / pthreads4w
version 3, with the exception of four files, is being released under the
terms of the Apache License v2.0. The APLv2 is compatible with the GPLv3
and LGPLv3 licenses and therefore this code may continue to be legally
Expand Down Expand Up @@ -43,7 +43,7 @@ Alexander Terekhov
Vladimir Kliatchko
Ross Johnson

pthreads-win32 / Pthreads4w version 2 releases will remain LGPL but version 2.11 and later
pthreads-win32 / pthreads4w version 2 releases will remain LGPL but version 2.11 and later
will be released under v3 of that license so that any additions to
pthreads4w version 3 code that is backported to v2 will not pollute that
code.
Expand Down Expand Up @@ -110,7 +110,7 @@ pre Windows 2000 systems.

License Change to LGPL v3
-------------------------
pthreads-win32 / Pthreads4w version 2.11 and all future 2.x versions will be released
pthreads-win32 / pthreads4w version 2.11 and all future 2.x versions will be released
under the Lesser GNU Public License version 3 (LGPLv3).

Planned Release Under the Apache License v2
Expand Down
4 changes: 2 additions & 2 deletions _ptw32.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## aclocal.m4
## --------------------------------------------------------------------------
##
## pthreads-win32 / Pthreads4w - POSIX Threads for Windows
## pthreads-win32 / pthreads4w - POSIX Threads for Windows
## Copyright 1998 John E. Bossom
## Copyright 1999-2018, pthreads-win32 / Pthreads4w contributors
## Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
##
## Homepage: http://sources.redhat.com/pthreads-win32
##
Expand Down
6 changes: 3 additions & 3 deletions cleanup.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -40,7 +40,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
6 changes: 3 additions & 3 deletions cmake/version.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -160,7 +160,7 @@ BEGIN
VALUE "InternalName", PTW32_VERSIONINFO_NAME
VALUE "OriginalFilename", PTW32_VERSIONINFO_NAME
VALUE "CompanyName", "Open Source Software community\0"
VALUE "LegalCopyright", "Copyright - Project contributors 1999-2018\0"
VALUE "LegalCopyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors 1999-2018\0"
VALUE "Comments", "https://sourceforge.net/p/pthreads4w/wiki/Contributors/\0"
END
END
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# configure.ac
# --------------------------------------------------------------------------
#
# pthreads-win32 / Pthreads4w - POSIX Threads for Windows
# pthreads-win32 / pthreads4w - POSIX Threads for Windows
# Copyright 1998 John E. Bossom
# Copyright 1999-2018, pthreads-win32 / Pthreads4w contributors
# Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
#
# Homepage: http://sources.redhat.com/pthreads-win32
#
Expand Down
4 changes: 2 additions & 2 deletions context.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down
6 changes: 3 additions & 3 deletions create.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -39,7 +39,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
6 changes: 3 additions & 3 deletions dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -39,7 +39,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
2 changes: 1 addition & 1 deletion docs/ANNOUNCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Maintainer: Ross Johnson <firstname dot lastname at loungebythelake dot net>


We are pleased to announce the availability of a new release of pthreads-win32
(a.k.a. Pthreads-win32), an Open Source Software implementation of
(a.k.a. pthreads-win32), an Open Source Software implementation of
the Threads component of the SUSV3 Standard for Microsoft's Windows
(x86 and x64). Some relevant functions from other sections of SUSV3 are
also supported including semaphores and scheduling functions. See the
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@

2012-09-28 Daniel Richard. G <danielg at teragram dot com>

* all: #include<config.h>; renamed HAVE_PTW32_CONFIG_H define in
* all: #include"config.h"; renamed HAVE_PTW32_CONFIG_H define in
build files to HAVE_CONFIG_H since we no longer need a
uniquely-named symbol for this.
* Bmakefile: Removed _WIN32_WINNT assignment from build files since
Expand Down
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Q 11 Why isn't pthread_t defined as a scalar (e.g. pointer or int)
Q 1 What is it?
---

Pthreads-win32 is an Open Source Software implementation of the
pthreads-win32 is an Open Source Software implementation of the
Threads component of the POSIX 1003.1c 1995 Standard for Microsoft's
Win32 environment. Some functions from POSIX 1003.1b are also
supported including semaphores. Other related functions include
Expand Down Expand Up @@ -384,7 +384,7 @@ cancellation points in pthreads-win32:
pthread_rwlock_rdlock
pthread_rwlock_timedrdlock

Pthreads-win32 also provides two functions that allow you to create
pthreads-win32 also provides two functions that allow you to create
cancellation points within your application, but only for cases where
a thread is going to block on a Win32 handle. These are:

Expand Down
4 changes: 2 additions & 2 deletions docs/NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pthreads-win32 / Pthreads4w - POSIX threads for Windows
pthreads-win32 / pthreads4w - POSIX threads for Windows
Copyright 1998 John E. Bossom
Copyright 1999-2018, pthreads-win32 / Pthreads4w contributors
Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors

This product includes software developed through the colaborative
effort of several individuals, each of whom is listed in the file
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PTHREADS4W (a.k.a. PTHREADS-WIN32)
What is it?
-----------

pthreads-win32 / Pthreads4w is an Open Source Software implementation of the Threads
pthreads-win32 / pthreads4w is an Open Source Software implementation of the Threads
component of the POSIX 1003.1c 1995 Standard (or later) for Microsoft's
Windows environment. Some functions from POSIX 1003.1b are also supported,
including semaphores. Other related functions include the set of read-write
Expand Down
6 changes: 3 additions & 3 deletions errno.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -39,7 +39,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#if defined(NEED_ERRNO)
Expand Down
6 changes: 3 additions & 3 deletions global.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -39,7 +39,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
4 changes: 2 additions & 2 deletions implement.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down
6 changes: 3 additions & 3 deletions pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -40,7 +40,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
4 changes: 2 additions & 2 deletions pthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down
6 changes: 3 additions & 3 deletions pthread_attr_destroy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -38,7 +38,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
6 changes: 3 additions & 3 deletions pthread_attr_getaffinity_np.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -38,7 +38,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
6 changes: 3 additions & 3 deletions pthread_attr_getdetachstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2012 Pthreads-win32 contributors
* Copyright(C) 1999-2021 pthreads-win32 / pthreads4w contributors
*
* Homepage1: http://sourceware.org/pthreads-win32/
* Homepage2: http://sourceforge.net/projects/pthreads4w/
Expand Down Expand Up @@ -38,7 +38,7 @@
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif

#include "pthread.h"
Expand Down
Loading

0 comments on commit 8d1cec3

Please sign in to comment.