add license header to http_provider.go
This commit is contained in:
parent
a87b039a69
commit
5431f35b0d
1 changed files with 6 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue