add license header to http_provider.go

This commit is contained in:
Luke Milby 2026-02-19 15:29:42 -05:00
parent a87b039a69
commit 5431f35b0d

View file

@ -1,3 +1,9 @@
// PicoClaw - Ultra-lightweight personal AI agent
// Inspired by and based on nanobot: https://github.com/HKUDS/nanobot
// License: MIT
//
// Copyright (c) 2026 PicoClaw contributors
package providers
import (