COPYING
上传用户:zhenyu
上传日期:2022-04-24
资源大小:268k
文件大小:6k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. pthreads-win32 - a POSIX threads library for Microsoft Windows
  2. This file is Copyrighted
  3. ------------------------
  4.     This file is covered under the following Copyright:
  5. Copyright (C) 2001,2006 Ross P. Johnson
  6. All rights reserved.
  7. Everyone is permitted to copy and distribute verbatim copies
  8. of this license document, but changing it is not allowed.
  9. Pthreads-win32 is covered by the GNU Lesser General Public License
  10. ------------------------------------------------------------------
  11.     Pthreads-win32 is open software; you can redistribute it and/or
  12.     modify it under the terms of the GNU Lesser General Public License
  13.     as published by the Free Software Foundation version 2.1 of the
  14.     License.
  15.     Pthreads-win32 is several binary link libraries, several modules,
  16.     associated interface definition files and scripts used to control
  17.     its compilation and installation.
  18.     Pthreads-win32 is distributed in the hope that it will be useful,
  19.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21.     GNU Lesser General Public License for more details.
  22.     A copy of the GNU Lesser General Public License is distributed with
  23.     pthreads-win32 under the filename:
  24.     COPYING.LIB
  25.     You should have received a copy of the version 2.1 GNU Lesser General
  26.     Public License with pthreads-win32; if not, write to:
  27.     Free Software Foundation, Inc.
  28.     59 Temple Place
  29.     Suite 330
  30.     Boston, MA 02111-1307
  31.     USA
  32.     The contact addresses for pthreads-win32 is as follows:
  33.         Web: http://sources.redhat.com/pthreads-win32
  34.         Email:  Ross Johnson
  35.                 Please use: Firstname.Lastname@homemail.com.au
  36. Pthreads-win32 copyrights and exception files
  37. ---------------------------------------------
  38.     With the exception of the files listed below, Pthreads-win32
  39.     is covered under the following GNU Lesser General Public License
  40.     Copyrights:
  41. Pthreads-win32 - POSIX Threads Library for Win32
  42. Copyright(C) 1998 John E. Bossom
  43. Copyright(C) 1999,2006 Pthreads-win32 contributors
  44. The current list of contributors is contained
  45.         in the file CONTRIBUTORS included with the source
  46. code distribution. The current list of CONTRIBUTORS
  47. can also be seen at the following WWW location:
  48.         http://sources.redhat.com/pthreads-win32/contributors.html
  49.     Contact Email: Ross Johnson
  50.                    Please use: Firstname.Lastname@homemail.com.au
  51.     These files are not covered under one of the Copyrights listed above:
  52.             COPYING
  53.     COPYING.LIB
  54.             tests/rwlock7.c
  55.     This file, COPYING, is distributed under the Copyright found at the
  56.     top of this file.  It is important to note that you may distribute
  57.     verbatim copies of this file but you may not modify this file.
  58.     The file COPYING.LIB, which contains a copy of the version 2.1
  59.     GNU Lesser General Public License, is itself copyrighted by the
  60.     Free Software Foundation, Inc.  Please note that the Free Software
  61.     Foundation, Inc. does NOT have a copyright over Pthreads-win32,
  62.     only the COPYING.LIB that is supplied with pthreads-win32.
  63.     The file tests/rwlock7.c is derived from code written by
  64.     Dave Butenhof for his book 'Programming With POSIX(R) Threads'.
  65.     The original code was obtained by free download from his website
  66.     http://home.earthlink.net/~anneart/family/Threads/source.html
  67.     and did not contain a copyright or author notice. It is assumed to
  68.     be freely distributable.
  69.     In all cases one may use and distribute these exception files freely.
  70.     And because one may freely distribute the LGPL covered files, the
  71.     entire pthreads-win32 source may be freely used and distributed.
  72. General Copyleft and License info
  73. ---------------------------------
  74.     For general information on Copylefts, see:
  75. http://www.gnu.org/copyleft/
  76.     For information on GNU Lesser General Public Licenses, see:
  77. http://www.gnu.org/copyleft/lesser.html
  78. http://www.gnu.org/copyleft/lesser.txt
  79. Why pthreads-win32 did not use the GNU General Public License
  80. -------------------------------------------------------------
  81.     The goal of the pthreads-win32 project has been to
  82.     provide a quality and complete implementation of the POSIX
  83.     threads API for Microsoft Windows within the limits imposed
  84.     by virtue of it being a stand-alone library and not
  85.     linked directly to other POSIX compliant libraries. For
  86.     example, some functions and features, such as those based
  87.     on POSIX signals, are missing.
  88.     Pthreads-win32 is a library, available in several different
  89.     versions depending on supported compilers, and may be used
  90.     as a dynamically linked module or a statically linked set of
  91.     binary modules. It is not an application on it's own.
  92.     It was fully intended that pthreads-win32 be usable with
  93.     commercial software not covered by either the GPL or the LGPL
  94.     licenses. Pthreads-win32 has many contributors to it's
  95.     code base, many of whom have done so because they have
  96.     used the library in commercial or proprietry software
  97.     projects.
  98.     Releasing pthreads-win32 under the LGPL ensures that the
  99.     library can be used widely, while at the same time ensures
  100.     that bug fixes and improvements to the pthreads-win32 code
  101.     itself is returned to benefit all current and future users
  102.     of the library.
  103.     Although pthreads-win32 makes it possible for applications
  104.     that use POSIX threads to be ported to Win32 platforms, the
  105.     broader goal of the project is to encourage the use of open
  106.     standards, and in particular, to make it just a little easier
  107.     for developers writing Win32 applications to consider
  108.     widening the potential market for their products.