chore: add copyright headers to all source files
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Command nuntius runs the contact form backend server.
|
// Command nuntius runs the contact form backend server.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Minimal example showing how to use the contactform package
|
// Minimal example showing how to use the contactform package
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# install.py — install nuntius as a systemd service.
|
# install.py — install nuntius as a systemd service.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Package config loads nuntius configuration from a TOML file.
|
// Package config loads nuntius configuration from a TOML file.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Package email handles SMTP message composition and delivery.
|
// Package email handles SMTP message composition and delivery.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
package handler
|
package handler
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Package storage provides file-based persistence for nuntius.
|
// Package storage provides file-based persistence for nuntius.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
package storage
|
package storage
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Package version exposes the nuntius release identity.
|
// Package version exposes the nuntius release identity.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
set dotenv-load := false
|
set dotenv-load := false
|
||||||
set positional-arguments := false
|
set positional-arguments := false
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
// Package contactform provides reusable types and validation
|
// Package contactform provides reusable types and validation
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
package contactform
|
package contactform
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
//go:build linux || freebsd
|
//go:build linux || freebsd
|
||||||
|
|
||||||
package contactform
|
package contactform
|
||||||
|
|||||||
Reference in New Issue
Block a user