license headers (& minor misc fixes)

This commit is contained in:
saces 2026-03-11 22:06:44 +01:00
parent d58ea40593
commit c06740b144
32 changed files with 60 additions and 30 deletions

View file

@ -1,3 +1,5 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
package mxpassfile
import (

View file

@ -1,3 +1,6 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
package mxpassfile
import (

View file

@ -1,5 +1,7 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
//go:build windows
// +build windows
package mxpassfile

View file

@ -1,5 +1,7 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
//go:build !windows
// +build !windows
package mxpassfile

View file

@ -1,3 +1,5 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
package mxapi
import (

View file

@ -1,3 +1,5 @@
// Copyright (C) 2026 saces@c-base.org
// SPDX-License-Identifier: AGPL-3.0-only
package mxapi
import (