home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / pmcron03.zip / copying.crn < prev    next >
Text File  |  1995-07-27  |  7KB  |  175 lines

  1.     CRON : Unix like cron daemon for OS/2-PM, needs EMX 0.9a
  2.  
  3.  
  4.     Copyright (C) 1995          Florian Große-Coosmann
  5.                                 email to coosman@uni-muenster.de
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License version 2 as
  9.     published by the Free Software Foundation.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program; if not, write to the Free Software
  18.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20.  
  21. extract of the emx copying license:
  22.  
  23. ===============================================================================
  24. copying.emx       emx 0.9a     LICENSE                              05-Dec-1994
  25. ===============================================================================
  26.                                      Copyright (c) 1990-1994 by Eberhard Mattes
  27.  
  28.  
  29. GNU General Public License (GPL)
  30. --------------------------------
  31.  
  32. emx is free software; you can redistribute it and/or modify it
  33. under the terms of the GNU General Public License as published by
  34. the Free Software Foundation; either version 2, or (at your option)
  35. any later version.
  36.  
  37. emx is distributed in the hope that it will be useful,
  38. but WITHOUT ANY WARRANTY; without even the implied warranty of
  39. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  40. GNU General Public License for more details.
  41.  
  42. You should have received a copy of the GNU General Public License
  43. along with emx; see the file COPYING.  If not, write to
  44. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  45.  
  46.  
  47. Exceptions
  48. ----------
  49.  
  50. As a special exception, some parts of emx can be distributed without
  51. source code if and only if the code has not been modified and a notice
  52. is included where the source code can be obtained.  This special
  53. exception applies to the following files:
  54.  
  55.   \emx\bin\emx.exe
  56.   \emx\bin\emxd.exe
  57.   \emx\dll\emx.dll
  58.   \emx\dll\emxio.dll
  59.  
  60. When distributing modified copies of those files, the GPL applies
  61. without exceptions and you have to remove all references to this
  62. exception from the source code and the documentation.  You must not
  63. change the existing Copyright notice.  If you modify a source file, a
  64. notice to that effect must be added to the source file.
  65.  
  66. As a special exception, if you bind emxl.exe or emx.exe to an
  67. executable file (using emxbind), this does not cause the resulting
  68. executable file to be covered by the GNU General Public License.  This
  69. exception does not however invalidate any other reasons why the
  70. executable file might be covered by the GNU General Public License.
  71. However, if you bind a modified copy of emxl.exe or emx.exe to
  72. an executable file (using emxbind), you have to include source code
  73. for emxl.exe or emx.exe, respectively.
  74.  
  75. The emx libraries are not distributed under the GPL.  Linking an
  76. application with the emx libraries does not cause the executable to be
  77. covered by the GNU General Public License.  You are allowed to change
  78. and copy the emx library sources if you keep the copyright message
  79. intact.  If you improve the emx libraries, please send your
  80. enhancements to the emx author (you should copyright your enhancements
  81. similar to the existing emx libraries).  Of course, all this does not
  82. apply to the libraries which are distributed under the GPL or the GNU
  83. Library General Public License (LGPL, see \emx\doc\COPYING.LIB) or the
  84. BSD license (see \emx\doc\COPYING.BSD), such as termcap.a, gpp.a and
  85. curses.a.
  86.  
  87. You are allowed to use, copy, and change the programs in \emx\sample
  88. if you keep the copyright message intact.  The test programs in
  89. \emx\test are in the public domain.
  90.  
  91. Permission is granted to make and distribute verbatim copies of the
  92. manuals written by Eberhard Mattes provided the copyright notice is
  93. preserved on all copies.  If you modify those manuals, a notice to
  94. that effect must be added to the manual.
  95.  
  96.  
  97. Summary
  98. -------
  99.  
  100. 4. Distributing applications and emx.dll, emxio.dll and emx.exe
  101.  
  102.   For small programs, redistributing emxrt.zip may be inconvenient.
  103.   You are allowed to distribute emx.dll, emxio.dll, and emx.exe with
  104.   your application as long as emx.dll, emxio.dll, and emx.exe have not
  105.   been modified.  You should include a notice in the documentation
  106.   which tells users where they can get the complete emx package.
  107.  
  108.   Note that you can create stand-alone OS/2 applications (using the
  109.   -Zomf -Zsys options of GCC) which do not need emx.dll.
  110.  
  111. 5. Distributing modified copies
  112.  
  113.   If you modify an emx tool, the GPL will apply without exception,
  114.   that is, you have to include full source code.  See COPYING for
  115.   details.  If you distribute a modified emx.dll, please choose
  116.   another name for the DLL to avoid compatibility problems.  For
  117.   instance, if someone adds feature A to emx.dll, and someone else
  118.   adds feature B to emx.dll, programs using feature A cannot be run
  119.   simultaneously with programs using feature B because only one
  120.   instance of any DLL can be active (either feature A or feature B
  121.   will be present, but not both).  If the DLLs are named emx_a.dll and
  122.   emx_b.dll, that problem does not arise.  The -E option of emxbind
  123.   selects the name of the emx DLL to use.
  124.  
  125.  
  126. Copyright
  127. ---------
  128.  
  129. The emx runtime and the emx development tools are
  130.  
  131.     Copyright (c) 1990-1994 by Eberhard Mattes.
  132.  
  133. emxfpemu (originally known as wm-FPU-emu) is
  134.  
  135.     Copyright (c) 1992-1994 by W. Metzenthen.
  136.  
  137. The emx C library is
  138.  
  139.     Copyright (c) 1990-1994 by Eberhard Mattes
  140.     Copyright (c) 1991-1993 by Kolja Elsaesser
  141.     Copyright (c) 1992-1993 by Steffen Haecker
  142.     Copyright (c) 1992-1993 by Kai Uwe Rommel
  143.  
  144. Files
  145. -----
  146.  
  147. This is an incomplete overview over the executables and libraries.  It
  148. is provided for your convenience only.  If the information in the
  149. source code contradicts this table, the information in the source code
  150. takes precedence.
  151.  
  152. For .lib and .obj files, see the corresponding .a and .o file,
  153. respectively.
  154.  
  155. File                    | License  | Copyright owner     | Source ZIP files
  156. ------------------------+----------+---------------------+-----------------
  157. \emx\dll\emx.dll        | GPL+     | em                  | emxsrcr
  158. \emx\dll\emxio.dll      | GPL+     | em                  | emxsrcr
  159. \emx\dll\emxlibc.dll    | emx-lib  | em                  | emxsrcd
  160. \emx\dll\emxlibcm.dll   | emx-lib  | em and contributors | emxsrcd
  161. \emx\dll\emxlibcs.dll   | emx-lib  | em and contributors | emxsrcd
  162. \emx\dll\emxwrap.dll    | emx-lib  | em and contributors | emxsrcd
  163.  
  164.  
  165. Legend:
  166.  
  167. em      Eberhard Mattes
  168. emx-lib emx library, see above
  169. GPL     GNU General Public License (\emx\doc\COPYING)
  170. GPL+    GPL with special exceptions
  171. LGPL    GNU Library General Public License (\emx\doc\COPYING.LIB)
  172.  
  173.  
  174. ------------------------- END OF COPYING.EMX -------------------------------
  175.