Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Exception: harbour-exception #2562

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions src/exceptions/harbour-exception.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<exception licenseId="harbour-exception"
name="harbour exception" listVersionAdded="3.26.0">
<crossRefs>
<crossRef>https://github.com/harbour/core/blob/master/LICENSE.txt#L44-L66</crossRef>
</crossRefs>
<notes>
This exception has some similarities to
SANE-exception. It is written to be used with GPL.
</notes>
<text>
<p>
As a special exception, the Harbour Project gives permission for
additional uses of the text contained in its release of Harbour.
</p>
<p>
The exception is that, if you link the Harbour libraries with
other files to produce an executable, this does not by itself
cause the resulting executable to be covered by the GNU General
Public License. Your use of that executable is in no way
restricted on account of linking the Harbour library code into it.
</p>
<p>
This exception does not however invalidate any other reasons why the
executable file might be covered by the GNU General Public License.
</p>
<p>
This exception applies only to the code released by the Harbour
Project under the name Harbour. If you copy code from other
Harbour Project or Free Software Foundation releases into a
copy of Harbour, as the General Public License permits, the
exception does not apply to the code that you add in this way.
To avoid misleading anyone as to the status of such modified
files, you must delete this exception notice from them.
</p>
<p>
If you write modifications of your own for Harbour, it is
your choice whether to permit this exception to apply to your
modifications. If you do not wish that, delete this exception notice.
</p>
</text>
</exception>
</SPDXLicenseCollection>
23 changes: 23 additions & 0 deletions test/simpleTestForGenerator/harbour-exception.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
As a special exception, the Harbour Project gives permission for
additional uses of the text contained in its release of Harbour.

The exception is that, if you link the Harbour libraries with other
files to produce an executable, this does not by itself cause the
resulting executable to be covered by the GNU General Public License.
Your use of that executable is in no way restricted on account of
linking the Harbour library code into it.

This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License.

This exception applies only to the code released by the Harbour
Project under the name Harbour. If you copy code from other
Harbour Project or Free Software Foundation releases into a copy of
Harbour, as the General Public License permits, the exception does
not apply to the code that you add in this way. To avoid misleading
anyone as to the status of such modified files, you must delete
this exception notice from them.

If you write modifications of your own for Harbour, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice.
Loading