chore: add MIT License notice to source files and README

This commit is contained in:
2026-05-10 11:16:58 +02:00
parent 5ba90c8805
commit cd1eacecfa
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
Go client library and CLI for the [Mail-in-a-Box](https://mailinabox.email/) admin DNS API. Go client library and CLI for the [Mail-in-a-Box](https://mailinabox.email/) admin DNS API.
Licensed under the [MIT License](LICENSE).
## Library ## Library
```go ```go
+4
View File
@@ -1,3 +1,7 @@
// Copyright (c) 2026 Sławomir Koszewski. All rights reserved.
// Use of this source code is governed by the MIT License
// that can be found in the LICENSE file.
package main package main
import ( import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright (c) 2026 Sławomir Koszewski. All rights reserved.
// Use of this source code is governed by the MIT License
// that can be found in the LICENSE file.
package miab package miab
import ( import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright (c) 2026 Sławomir Koszewski. All rights reserved.
// Use of this source code is governed by the MIT License
// that can be found in the LICENSE file.
package miab package miab
import ( import (