add public domain license and headers to all source files

This commit is contained in:
russell@unturf.com 2026-02-22 22:27:09 -05:00
parent 2fd0432701
commit f0db6d9589
257 changed files with 1137 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
# Copyright 2025 TimeHexOn & foxhop & russell@unturf
# https://www.permacomputer.com
# Use official Node.js image (checked 2025-10-15: node:23-alpine is latest stable)
FROM node:23-alpine

View file

@ -1,3 +1,7 @@
// PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
// Copyright 2025 TimeHexOn & foxhop & russell@unturf
// https://www.permacomputer.com
import OpenAI from 'openai';
import fs from 'fs';