Files
harbour-core/harbour/website/faq/harbour14.html
Viktor Szakats 2688ce2212 2013-01-24 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + links to markdown and markdown to man-page converter tool
    ! minor cleanup to prev

  * utils/hbmk2/hbmk2.1
    * some updates

  * ChangeLog.txt
    ! typos/updates in previous entry

  * extras/hbdoc/*.prg
  * src/rtl/memoedit.prg
  * tests/clasinh.prg
  * tests/classch.prg
  * tests/inhprob.prg
    ! updated for new ::super: syntax

  * src/rtl/itemseri.c
    ! fixed typo in latest modification:
      'warning: use of unary operator that may be intended as compound assignment (+=)'

  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhttpd/*
  * contrib/hbtip/thtml.prg
  * contrib/xhb/*.prg
  * extras/httpsrv/*
  * extras/guestbk/*
  * website/faq/*.html
  * website/samples/HowToBuildOnLinux.html
  * website/third-party.html
    * some steps to modernize old HTML

  * extras/hbdoc/*.prg
    * do not use [] as string delimiter

  - tests/function.cfm
  - website/samples/function.cfm.html
  * .gitattributes
    - obsolete file deleted
2013-01-24 14:20:54 +00:00

39 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>So is Harbour in the public domain?</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour6.html"><em>About Harbour</em></a>
<b>:</b> <em>So is Harbour in the public domain?</em><br />
<b>Previous:</b> <a href="harbour13.html"><em>What is &quot;free software&quot;?</em></a><br />
<b>Next:</b> <a href="harbour15.html"><em>What is the GPL?</em></a>
<hr noshade>
<h2><a name="14"></a>2.8. So is Harbour in the public domain?</h2>
<p>No, Harbour isn't in the <a href="http://www.fsf.org/philosophy/categories.html#PublicDomainSoftware">public domain</a>. Most parts of Harbour are copyrighted works and you
should respect those copyrights as you would any other copyright. With a
small number of exceptions each of the
<a href="harbour9.html#WhoDevelopers">Harbour authors</a> have placed their code under Harbour's chosen licence, currently
that licence is the
<a href="harbour15.html#GPL">GPL</a> and/or the GPL with
<a href="harbour17.html#HarbourException">Harbour exception</a>.</p>
<p>Note, however, that some files that are part of harbour have been placed in
the public domain.</p>
<hr noshade>
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour6.html"><em>About Harbour</em></a>
<b>:</b> <em>So is Harbour in the public domain?</em><br />
<b>Previous:</b> <a href="harbour13.html"><em>What is &quot;free software&quot;?</em></a><br />
<b>Next:</b> <a href="harbour15.html"><em>What is the GPL?</em></a>
</body>
</html>