diff --git a/Dockerfile b/Dockerfile index 7e7ec8e..9219708 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 - Offen Authors +# Copyright 2022 - offen.software # SPDX-License-Identifier: MPL-2.0 FROM golang:1.22-alpine as builder diff --git a/README.md b/README.md index 4e775d9..de0aa19 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,8 @@ docker run --rm \ ``` Alternatively, pass a `--env-file` in order to use a full config as described below. + +--- + +Copyright © 2024 offen.software and contributors. +Distributed under the MPL-2.0 License. diff --git a/cmd/backup/archive.go b/cmd/backup/archive.go index f0895ca..d1ca389 100644 --- a/cmd/backup/archive.go +++ b/cmd/backup/archive.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 // Portions of this file are taken from package `targz`, Copyright (c) 2014 Fredrik Wallgren diff --git a/cmd/backup/command.go b/cmd/backup/command.go index 8d96e83..d7b52a7 100644 --- a/cmd/backup/command.go +++ b/cmd/backup/command.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/config.go b/cmd/backup/config.go index 680756f..9c15ed7 100644 --- a/cmd/backup/config.go +++ b/cmd/backup/config.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/config_provider.go b/cmd/backup/config_provider.go index 5cf82af..3a6d8fe 100644 --- a/cmd/backup/config_provider.go +++ b/cmd/backup/config_provider.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/copy_archive.go b/cmd/backup/copy_archive.go index 43184ce..544727c 100644 --- a/cmd/backup/copy_archive.go +++ b/cmd/backup/copy_archive.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/create_archive.go b/cmd/backup/create_archive.go index 3fb45c7..1b6aad2 100644 --- a/cmd/backup/create_archive.go +++ b/cmd/backup/create_archive.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/encrypt_archive.go b/cmd/backup/encrypt_archive.go index 9785f04..1480c77 100644 --- a/cmd/backup/encrypt_archive.go +++ b/cmd/backup/encrypt_archive.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/exec.go b/cmd/backup/exec.go index 350803c..6a443e8 100644 --- a/cmd/backup/exec.go +++ b/cmd/backup/exec.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 // Portions of this file are taken and adapted from `moby`, Copyright 2012-2017 Docker, Inc. diff --git a/cmd/backup/hooks.go b/cmd/backup/hooks.go index 86a3d20..ff5fcdf 100644 --- a/cmd/backup/hooks.go +++ b/cmd/backup/hooks.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/lock.go b/cmd/backup/lock.go index 085e120..caf7d74 100644 --- a/cmd/backup/lock.go +++ b/cmd/backup/lock.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/main.go b/cmd/backup/main.go index 956a8ee..47c353d 100644 --- a/cmd/backup/main.go +++ b/cmd/backup/main.go @@ -1,4 +1,4 @@ -// Copyright 2021-2022 - Offen Authors +// Copyright 2021-2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/notifications.go b/cmd/backup/notifications.go index 7b02a33..b1d121e 100644 --- a/cmd/backup/notifications.go +++ b/cmd/backup/notifications.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/profile.go b/cmd/backup/profile.go index 5666503..141c2de 100644 --- a/cmd/backup/profile.go +++ b/cmd/backup/profile.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/prune_backups.go b/cmd/backup/prune_backups.go index c98ebcf..370829d 100644 --- a/cmd/backup/prune_backups.go +++ b/cmd/backup/prune_backups.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/run_script.go b/cmd/backup/run_script.go index aee9d2c..b9ada32 100644 --- a/cmd/backup/run_script.go +++ b/cmd/backup/run_script.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/script.go b/cmd/backup/script.go index 186f0c0..e1f29da 100644 --- a/cmd/backup/script.go +++ b/cmd/backup/script.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/stats.go b/cmd/backup/stats.go index 9728e94..40de88e 100644 --- a/cmd/backup/stats.go +++ b/cmd/backup/stats.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/stop_restart.go b/cmd/backup/stop_restart.go index 0baae20..7fc558c 100644 --- a/cmd/backup/stop_restart.go +++ b/cmd/backup/stop_restart.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/backup/util.go b/cmd/backup/util.go index a564f0f..9921f76 100644 --- a/cmd/backup/util.go +++ b/cmd/backup/util.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package main diff --git a/docs/_config.yml b/docs/_config.yml index eace70c..734288d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -30,6 +30,6 @@ nav_external_links: url: https://github.com/offen/docker-volume-backup footer_content: >- - Copyright © 2021 Offen Authors and contributors. + Copyright © 2024 offen.software and contributors. Distributed under the MPL-2.0 License.
Something missing, unclear or not working? Open an issue. diff --git a/internal/errwrap/wrap.go b/internal/errwrap/wrap.go index 8f39fa4..a64142b 100644 --- a/internal/errwrap/wrap.go +++ b/internal/errwrap/wrap.go @@ -1,4 +1,4 @@ -// Copyright 2024 - Offen Authors +// Copyright 2024 - offen.software // SPDX-License-Identifier: MPL-2.0 package errwrap diff --git a/internal/storage/azure/azure.go b/internal/storage/azure/azure.go index 00d86d4..44631eb 100644 --- a/internal/storage/azure/azure.go +++ b/internal/storage/azure/azure.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package azure diff --git a/internal/storage/local/local.go b/internal/storage/local/local.go index 2232a9f..8e59dcc 100644 --- a/internal/storage/local/local.go +++ b/internal/storage/local/local.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package local diff --git a/internal/storage/s3/s3.go b/internal/storage/s3/s3.go index 3e3102f..4ad5050 100644 --- a/internal/storage/s3/s3.go +++ b/internal/storage/s3/s3.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/storage/ssh/ssh.go b/internal/storage/ssh/ssh.go index 0866e67..370868c 100644 --- a/internal/storage/ssh/ssh.go +++ b/internal/storage/ssh/ssh.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package ssh diff --git a/internal/storage/storage.go b/internal/storage/storage.go index e94b5dd..ffaeecc 100644 --- a/internal/storage/storage.go +++ b/internal/storage/storage.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package storage diff --git a/internal/storage/webdav/webdav.go b/internal/storage/webdav/webdav.go index a5224c9..d919776 100644 --- a/internal/storage/webdav/webdav.go +++ b/internal/storage/webdav/webdav.go @@ -1,4 +1,4 @@ -// Copyright 2022 - Offen Authors +// Copyright 2022 - offen.software // SPDX-License-Identifier: MPL-2.0 package webdav diff --git a/test/collision/docker-compose.yml b/test/collision/docker-compose.yml index cd47a15..59a7c95 100644 --- a/test/collision/docker-compose.yml +++ b/test/collision/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8' diff --git a/test/proxy/docker-compose.swarm.yml b/test/proxy/docker-compose.swarm.yml index 371b0e5..ab9a12d 100644 --- a/test/proxy/docker-compose.swarm.yml +++ b/test/proxy/docker-compose.swarm.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8' diff --git a/test/proxy/docker-compose.yml b/test/proxy/docker-compose.yml index 641cc70..33000d3 100644 --- a/test/proxy/docker-compose.yml +++ b/test/proxy/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8' diff --git a/test/secrets/docker-compose.yml b/test/secrets/docker-compose.yml index afb9bc4..7e8987b 100644 --- a/test/secrets/docker-compose.yml +++ b/test/secrets/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8' diff --git a/test/services/docker-compose.yml b/test/services/docker-compose.yml index 70b3d0e..ff023fe 100644 --- a/test/services/docker-compose.yml +++ b/test/services/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8' diff --git a/test/swarm/docker-compose.yml b/test/swarm/docker-compose.yml index 7b04be3..4a3106d 100644 --- a/test/swarm/docker-compose.yml +++ b/test/swarm/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2021 - Offen Authors +# Copyright 2020-2021 - offen.software # SPDX-License-Identifier: Unlicense version: '3.8'