Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0)
This commit is contained in:
parent
6bd13f6e96
commit
299771f091
158 changed files with 909 additions and 323 deletions
|
|
@ -5,8 +5,8 @@ set -euo pipefail
|
|||
# https://hanez.org/project/fun/
|
||||
#
|
||||
# Copyright 2025 Johannes Findeisen <you@hanez.org>
|
||||
# Licensed under the terms of the ISC license.
|
||||
# https://opensource.org/license/isc-license-txt
|
||||
# Licensed under the terms of the Apache-2.0 license.
|
||||
# https://opensource.org/license/apache-2-0
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)"
|
||||
EX_DIR="$ROOT/examples"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue