chore: add MIT License notice to source files and README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user