Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
added non-ASCII cleanup to qclean
allowed qutest.py to call host executables with parameters
  • Loading branch information
quantum-leaps committed Dec 17, 2024
1 parent a868920 commit e7aaa78
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 114 deletions.
10 changes: 5 additions & 5 deletions LICENSES/GPL-2.0-or-later.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and
modification follow.

GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Expand Down Expand Up @@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
Expand Down Expand Up @@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
Expand Down Expand Up @@ -225,7 +225,7 @@ impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
Expand Down Expand Up @@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
Expand Down
4 changes: 2 additions & 2 deletions LICENSES/LICENS-Termite.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (c) 2019�2023, Thiadmer Riemersma, CompuPhase
Copyright (c) 20192023, Thiadmer Riemersma, CompuPhase
Updated: 2019-05-23

This software is provided as-is, without any express or implied
This software is provided as-is, without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Expand Down
14 changes: 7 additions & 7 deletions LICENSES/LicenseRef-QL-commercial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Quantum Leaps commercial licensing options are described below:

Single Product License
----------------------
Single Product License allows a given company (Licensee) to embed the
Single Product License allows a given company (Licensee) to embed the
specified type(s) of the QP Real-Time Embedded Framework(s) into one end-
product of the Licensee (Single Product). Licensee can distribute/sell an
unlimited number of units of the Single Product (royalty-free licensing),
Expand All @@ -27,15 +27,15 @@ is in the same family as a previously licensed end product. This license
is specific to the Licensee and the name and model of the Signle Product,
which needs to be defined in the license. The general rule we apply is:

If you consider it a separate product…so do we!
If you consider it a separate productso do we!

Volume discounts are offered if several Single Products are licensed at once
with one license agreement.


Product Line License
--------------------
Product Line License allows a given company (Licensee) to embed the
Product Line License allows a given company (Licensee) to embed the
specified type(s) of the QP Real-Time Embedded Framework(s) into any number
of end-products within a family of related products (Product Line). Licensee
can distribute/sell an unlimited number of units of each of those products
Expand All @@ -46,7 +46,7 @@ similar functions within the same Product Line.

Any-Product License
-------------------
Any-Product License allows a given company (Licensee) to embed the
Any-Product License allows a given company (Licensee) to embed the
specified type(s) of the QP Real-Time Embedded Framework(s) into any end-
product of that company. The Licensee can distribute/sell an unlimited number
of the products containing the licensed QP framework type(s) (royalty-free
Expand All @@ -55,7 +55,7 @@ licensing).

Site License
------------
Site-License allows a given company (Licensee) to embed the specified
Site-License allows a given company (Licensee) to embed the specified
type(s) of the QP Real-Time Embedded Framework(s) into any end-customer
product, as long as the products are designed at a given physical location
(Site), which must be defined in the license. This license gives the
Expand All @@ -66,7 +66,7 @@ software for other companies.

OEM License
-----------
OEM License allows a given company (Licensee) to embed the specified
OEM License allows a given company (Licensee) to embed the specified
type(s) of the QP Real-Time Embedded Framework(s) in any product of that
company (Original Equipment Manufacturer) and gives limited sublicensing
rights to system integrators, subsystem vendors, subcontractors, and other
Expand All @@ -77,7 +77,7 @@ licensing needs of a given Licensee.
Education License
-----------------
Education License allows a given accredited educational institution
(Licensee) to use and embed the specified type(s) of the QP Real-Time
(Licensee) to use and embed the specified type(s) of the QP Real-Time
Embedded Framework(s) in any project completed at that educational
institution. To be eligible for this license, the institution must be
focused mainly on teaching students. The Education Licenses are free
Expand Down
2 changes: 1 addition & 1 deletion qclean/include/qclean.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#ifndef QCLEAN_H_
#define QCLEAN_H_

#define VERSION "8.0.0"
#define VERSION "8.0.1"

unsigned isMatching (char const *fullPath);
void onMatchFound(char const *fullPath, unsigned flags, int ro_info);
Expand Down
Loading

0 comments on commit e7aaa78

Please sign in to comment.