Skip to content

Commit adb6e75

Browse files
committed
@./sh/Includes.sh: attributions
Is followup to: commit c355e4a (+`sh/Includes.sh`, @`sh/README.md#purposes`). TODO: `squash`
1 parent af7d3f3 commit adb6e75

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sh/Includes.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/bin/sh
22
#
3-
#{Searches for, installs, does unit tests for} system includes (popular includes such as {`libxml2`, `libtensorflow`}).
3+
# /* Attribution (henceforth "*this attribution*", whose syntax is *Markdown*): 2024 [Swudu Susuwu](https://swudususuwu.substack.com)
4+
# * <https://github.com/SwuduSusuwu/SusuLib/> has the newest version of `./sh/Transcode.sh` (henceforth "*this source code*").
5+
# * If *this attribution* is shown, *this source code* allows all uses. *This attribution* constitutes the most permissive which is compatible with [*GPLv2*](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) + [*Apache 2*](https://www.apache.org/licenses/LICENSE-2.0.html), which is suitable for personal use (also suitable for school use). Just source code (or executables) must reproduce **this attribution**.
6+
# * If *this attribution* is not professional enough for business use: businesses can use *this source code* through included versions of [*GPLv2*](./LICENSE_GPLv2), [*Apache 2*](./LICENSE), or through both of those.
7+
# */
8+
# /* {Searches for, installs, does unit tests for} system includes (popular includes such as {`libxml2`, `libtensorflow`}). */
9+
410
export CFLAGS CXXFLAGS LDFLAGS FLAGS_USER
511

612
GIT_ROOT="$(dirname "$(git rev-parse --git-dir)")/" #`git` does not set `${GIT_DIR}`, nor `${GIT_WORK_TREE}`

0 commit comments

Comments
 (0)