add public domain license and headers to all source files
This commit is contained in:
parent
2fd0432701
commit
f0db6d9589
257 changed files with 1137 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
|
||||
# Copyright 2025 TimeHexOn & foxhop & russell@unturf
|
||||
# https://www.permacomputer.com
|
||||
|
||||
# GNU AWK 5.3.2 (checked 2025-10-13: gawk 5.3.2-r2 is latest in Alpine edge)
|
||||
FROM alpine:latest
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/awk -f
|
||||
# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
|
||||
# Copyright 2025 TimeHexOn & foxhop & russell@unturf
|
||||
# https://www.permacomputer.com
|
||||
|
||||
|
||||
# UncloseAI AWK Library - OpenAI-compatible API client with streaming support
|
||||
# Compatible with vLLM, Ollama, and OpenAI-compatible endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue