Skip to content

Commit

Permalink
open-source -> open source
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 25, 2025
1 parent 3b72575 commit 41b0a57
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Evaluate these points before reporting an issue:
functions against CT3 library, etc.)
Notice that Harbour is Cl\*pper Summer '87 compatible exactly as
much as Cl\*pper 5.2e/5.3b is, meaning: almost, but not completely.
For tests with Cl\*pper, use this free, open-source
For tests with Cl\*pper, use this free, open source
[MS-DOS emulator](https://www.vdos.info/) (requires Windows/Wine).


Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265511,7 +265511,7 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour.
* utils/hbpp/hbpp.c
- Build number removed, since it was the same as the
version number, and it doesn stands for something
which doesn't have too much meaning in an open-source
which doesn't have too much meaning in an open source
project anyway.
- Removed the date/month/day of the version number,
since it was only yet another version-number duplicate.
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1253,48 +1253,48 @@ Supported shells per host platforms:

* C/C++ Compilers/Shells:

* [LLVM/Clang](https://releases.llvm.org/) [multi-platform, free software, open-source]
* LLVM/Clang via [MSYS2](https://www.msys2.org/) (recommended) [win, multi-platform, free software, open-source]
* [LLVM/Clang](https://releases.llvm.org/) [multi-platform, free software, open source]
* LLVM/Clang via [MSYS2](https://www.msys2.org/) (recommended) [win, multi-platform, free software, open source]
* MinGW-w64 below + `pacman --sync mingw-w64-{i686,x86_64}-clang`
* <https://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other>
* MinGW-w64 via [MSYS2](https://www.msys2.org/) [win, free software, open-source]
* MinGW-w64 via [MSYS2](https://www.msys2.org/) [win, free software, open source]
* `pacman --sync git base-devel msys2-devel mingw-w64-{i686,x86_64}-toolchain`
* [MinGW-w64](https://sourceforge.net/projects/mingw-w64/) ([more](https://en.wikipedia.org/wiki/MinGW#MinGW-w64)) [win, \*nix, free software, open-source]
* [MinGW-w64](https://sourceforge.net/projects/mingw-w64/) ([more](https://en.wikipedia.org/wiki/MinGW#MinGW-w64)) [win, \*nix, free software, open source]
* [64-bit: threads-posix, seh](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/)
* [32-bit: threads-posix, dwarf-2](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/)
* [Dr. Mingw](https://github.com/jrfonseca/drmingw) Just-in-Time debugger [win, free software, open-source]
* [Dr. Mingw](https://github.com/jrfonseca/drmingw) Just-in-Time debugger [win, free software, open source]
* MSYS2 package: mingw-w64-{i686,x86_64}-drmingw
* [Xcode](https://apps.apple.com/app/xcode/id497799835) / [Command Line Tools for Xcode](https://developer.apple.com/downloads/) [darwin, zero price, proprietary with open-source components]
* [Xcode](https://apps.apple.com/app/xcode/id497799835) / [Command Line Tools for Xcode](https://developer.apple.com/downloads/) [darwin, zero price, proprietary with open source components]
* [MS Windows SDK](https://developer.microsoft.com/windows/downloads/sdk-archive/) [zero price, proprietary]
* [MS Visual C++ Build Tools](https://go.microsoft.com/fwlink/?LinkId=691126) [win, zero price, proprietary]
* [MS Visual Studio Community](https://visualstudio.microsoft.com/vs/express/) [win, zero price, proprietary]
* [MS Windows Mobile SDK](https://www.microsoft.com/download/details.aspx?id=42) [wce, zero price, proprietary]
* [MinGW CEGCC](https://sourceforge.net/projects/cegcc/files/cegcc/) [win, \*nix, free software, open-source]
* [Open Watcom](https://github.com/open-watcom) [multi-platform, free software, open-source]
* [MinGW CEGCC](https://sourceforge.net/projects/cegcc/files/cegcc/) [win, \*nix, free software, open source]
* [Open Watcom](https://github.com/open-watcom) [multi-platform, free software, open source]
* [Intel Compiler](https://software.intel.com/c-compilers) [multi-platform, commercial, proprietary]
* [Cygwin](https://cygwin.com/) [win, free software, open-source]
* [Cygwin](https://cygwin.com/) [win, free software, open source]

* Libraries:

* `HB_WITH_PCRE2`, `HB_WITH_PCRE` - [Perl Compatible Regular Expressions](https://pcre.org/) [multi-platform, free software, open-source]
* `HB_WITH_PNG` - [libpng](https://github.com/glennrp/libpng) [multi-platform, free software, open-source]
* `HB_WITH_WATT` - Watt-32 (TCP/IP sockets) [dos, free software, open-source, vendored]
* `HB_WITH_ZLIB` - [zlib](https://zlib.net/) [multi-platform, free software, open-source]
* `HB_WITH_PCRE2`, `HB_WITH_PCRE` - [Perl Compatible Regular Expressions](https://pcre.org/) [multi-platform, free software, open source]
* `HB_WITH_PNG` - [libpng](https://github.com/glennrp/libpng) [multi-platform, free software, open source]
* `HB_WITH_WATT` - Watt-32 (TCP/IP sockets) [dos, free software, open source, vendored]
* `HB_WITH_ZLIB` - [zlib](https://zlib.net/) [multi-platform, free software, open source]

* Tools:

* [Git](https://git-scm.com/) (2.2.0 or upper) [multi-platform, free software, open-source]
* [Git](https://git-scm.com/) (2.2.0 or upper) [multi-platform, free software, open source]
* on Windows:
* <https://gitforwindows.org/>
* via Windows Subsystem for Linux on Windows 10 Anniversary Update
* [AppVeyor CI](https://www.appveyor.com/) [continuous integration, web service, free plan available]
* GNU Bison (grammar parser generator) [multi-platform, free software, open-source]
* GNU Bison (grammar parser generator) [multi-platform, free software, open source]
* Windows binary: See at Git or MSYS2.
* [Cppcheck](https://github.com/danmar/cppcheck) (static analysis) [multi-platform, free software, open-source]
* [Valgrind](https://valgrind.org/) (dynamic executable analysis tool) [linux, darwin, free software, open-source]
* [Uncrustify](https://github.com/uncrustify/uncrustify) (source formatter) [multi-platform, free software, open-source]
* [UPX](https://upx.github.io/) (executable compressor) [multi-platform, free software, open-source]
* [GNU Make](https://www.gnu.org/software/make/) [multi-platform, free software, open-source]
* [Cppcheck](https://github.com/danmar/cppcheck) (static analysis) [multi-platform, free software, open source]
* [Valgrind](https://valgrind.org/) (dynamic executable analysis tool) [linux, darwin, free software, open source]
* [Uncrustify](https://github.com/uncrustify/uncrustify) (source formatter) [multi-platform, free software, open source]
* [UPX](https://upx.github.io/) (executable compressor) [multi-platform, free software, open source]
* [GNU Make](https://www.gnu.org/software/make/) [multi-platform, free software, open source]

* Package searches

Expand Down
4 changes: 2 additions & 2 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Harbour is a cross-platform compiler and is known to compile and run on:
* *BSD
* *nix

Harbour is a free and open-source project. It can be used to make open
Harbour is a free and open source project. It can be used to make open
source applications, free or nonfree products. To learn more about
Harbour license,
visit [here](https://raw.githubusercontent.com/{{ site.repo_slug }}/{{ site.repo_branch }}/{{ site.license_file }}).
Expand All @@ -33,7 +33,7 @@ visit [here](https://raw.githubusercontent.com/{{ site.repo_slug }}/{{ site.repo
code base.
* Because Harbour's architecture is fully open and supports a third-party add
on market.
* Because Harbour is open-source and therefore you are not at the mercy of
* Because Harbour is open source and therefore you are not at the mercy of
the decisions of a private company.
* Because Harbour is developed by an experienced and capable team of
developers.
Expand Down
2 changes: 1 addition & 1 deletion docs/contribs.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Miscellaneous functions for manipulating strings.

## hbhpdf

Libharu bindings. Haru is a free, cross platform, open-source library for
Libharu bindings. Haru is a free, cross platform, open source library for
generating PDF, written in ANSI C.
<span class="readmore-md">[Learn more](https://github.com/libharu/libharu)</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ <h2><a id="53"></a>7.1. Harbour related links</h2>
<h2><a id="54"></a>7.2. Articles about Harbour</h2>
<p>
<ul>
<li><a href="https://web.archive.org/web/20190823145057/gnosis.cx/publish/programming/harbour.html">A gentle introduction to an open-source implementation of the Clipper language</a></li>
<li><a href="https://web.archive.org/web/20190823145057/gnosis.cx/publish/programming/harbour.html">A gentle introduction to an open source implementation of the Clipper language</a></li>
</ul>
</p>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>Features</h1>

<div class="license-box">
<h1>License</h1>
<p>Harbour is a free and open-source project. It can be used to make open source
<p>Harbour is a free and open source project. It can be used to make open source
applications, free or nonfree products.
<a href="https://raw.githubusercontent.com/{{ site.repo_slug }}/{{ site.repo_branch }}/{{ site.license_file }}" class="readmore readmore-dark">Learn more</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/thirdparty.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ wxWidgets lets developers create applications for Windows, macOS, GTK+, X11,
Motif and more, using a single codebase. Unlike other cross-platform toolkits,
wxWidgets applications look and feel native. This is because wxWidgets uses
the platform's own native controls rather than emulating them. It is also
extensive, free, open-source, and mature.
extensive, free, open source, and mature.

## [xHGtk](https://sourceforge.net/projects/xhgtk/)

Expand Down

0 comments on commit 41b0a57

Please sign in to comment.