diff --git a/LICENSE b/LICENSE index e69de29..987e5d6 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright © 2026 onyx-and-iris + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/cmd/context.go b/cmd/context.go index 8775631..8b6be19 100644 --- a/cmd/context.go +++ b/cmd/context.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package cmd import ( diff --git a/cmd/main.go b/cmd/main.go index 41a48b8..93fcbe4 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package cmd import ( diff --git a/cmd/root.go b/cmd/root.go index 5a64487..92ab513 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2026 NAME HERE +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE */ package cmd diff --git a/cmd/util.go b/cmd/util.go index e089c2c..d09aff9 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package cmd import ( diff --git a/internal/xair/client.go b/internal/xair/client.go index a4d9995..b7ec9d4 100644 --- a/internal/xair/client.go +++ b/internal/xair/client.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package xair import ( diff --git a/internal/xair/models.go b/internal/xair/models.go index 0e94c3d..8180f93 100644 --- a/internal/xair/models.go +++ b/internal/xair/models.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package xair type InfoResponse struct { diff --git a/internal/xair/parser.go b/internal/xair/parser.go index f7d2a9a..4685f18 100644 --- a/internal/xair/parser.go +++ b/internal/xair/parser.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package xair import ( diff --git a/internal/xair/util.go b/internal/xair/util.go index 1f20d56..1d829df 100644 --- a/internal/xair/util.go +++ b/internal/xair/util.go @@ -1,3 +1,6 @@ +/* +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE +*/ package xair import "math" diff --git a/main.go b/main.go index cd5f0a0..c8e6638 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2026 onyx-and-iris +LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE */ package main