diff --git a/LICENSE b/LICENSE index 36bceb06..9a7551b5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2019-2021 Thorsten Klein +Copyright © 2019-2022 Thorsten Klein Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/cluster.go b/cmd/cluster/cluster.go index c3cfae35..ea0d7911 100644 --- a/cmd/cluster/cluster.go +++ b/cmd/cluster/cluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterCreate.go b/cmd/cluster/clusterCreate.go index 4c776298..8026c69b 100644 --- a/cmd/cluster/clusterCreate.go +++ b/cmd/cluster/clusterCreate.go @@ -1,6 +1,6 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterDelete.go b/cmd/cluster/clusterDelete.go index 75238be2..d68d33b1 100644 --- a/cmd/cluster/clusterDelete.go +++ b/cmd/cluster/clusterDelete.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterEdit.go b/cmd/cluster/clusterEdit.go index 1a01510a..c3d91629 100644 --- a/cmd/cluster/clusterEdit.go +++ b/cmd/cluster/clusterEdit.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterList.go b/cmd/cluster/clusterList.go index a50292fc..66d4a314 100644 --- a/cmd/cluster/clusterList.go +++ b/cmd/cluster/clusterList.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterStart.go b/cmd/cluster/clusterStart.go index 817435b0..01a0e29a 100644 --- a/cmd/cluster/clusterStart.go +++ b/cmd/cluster/clusterStart.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/cluster/clusterStop.go b/cmd/cluster/clusterStop.go index 1ec86c08..a1ab75c0 100644 --- a/cmd/cluster/clusterStop.go +++ b/cmd/cluster/clusterStop.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/config/config.go b/cmd/config/config.go index 87aa173b..6f00f67d 100644 --- a/cmd/config/config.go +++ b/cmd/config/config.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/config/configInit.go b/cmd/config/configInit.go index b43bd00c..eaea3627 100644 --- a/cmd/config/configInit.go +++ b/cmd/config/configInit.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/config/configView.go b/cmd/config/configView.go index 8bb50b43..bdbfe1f0 100644 --- a/cmd/config/configView.go +++ b/cmd/config/configView.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/debug/debug.go b/cmd/debug/debug.go index 5bd10802..e3f55997 100644 --- a/cmd/debug/debug.go +++ b/cmd/debug/debug.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/image/image.go b/cmd/image/image.go index e1c58e8b..d74387c5 100644 --- a/cmd/image/image.go +++ b/cmd/image/image.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/image/imageImport.go b/cmd/image/imageImport.go index 694bae24..cbdce18a 100644 --- a/cmd/image/imageImport.go +++ b/cmd/image/imageImport.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/kubeconfig/kubeconfig.go b/cmd/kubeconfig/kubeconfig.go index b93162c9..5de4388c 100644 --- a/cmd/kubeconfig/kubeconfig.go +++ b/cmd/kubeconfig/kubeconfig.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/kubeconfig/kubeconfigGet.go b/cmd/kubeconfig/kubeconfigGet.go index c8c82f7c..18ba382c 100644 --- a/cmd/kubeconfig/kubeconfigGet.go +++ b/cmd/kubeconfig/kubeconfigGet.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/kubeconfig/kubeconfigMerge.go b/cmd/kubeconfig/kubeconfigMerge.go index dd5b84fd..dcdd36a0 100644 --- a/cmd/kubeconfig/kubeconfigMerge.go +++ b/cmd/kubeconfig/kubeconfigMerge.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/node.go b/cmd/node/node.go index f56120f7..76eb1214 100644 --- a/cmd/node/node.go +++ b/cmd/node/node.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeCreate.go b/cmd/node/nodeCreate.go index e2494def..251c84eb 100644 --- a/cmd/node/nodeCreate.go +++ b/cmd/node/nodeCreate.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeDelete.go b/cmd/node/nodeDelete.go index eaa6cfb0..7afbe4b3 100644 --- a/cmd/node/nodeDelete.go +++ b/cmd/node/nodeDelete.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeEdit.go b/cmd/node/nodeEdit.go index 06a1a72f..251dbbc9 100644 --- a/cmd/node/nodeEdit.go +++ b/cmd/node/nodeEdit.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeList.go b/cmd/node/nodeList.go index f7dd536d..cabfcbbb 100644 --- a/cmd/node/nodeList.go +++ b/cmd/node/nodeList.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeStart.go b/cmd/node/nodeStart.go index 1886d583..60443e5a 100644 --- a/cmd/node/nodeStart.go +++ b/cmd/node/nodeStart.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/node/nodeStop.go b/cmd/node/nodeStop.go index 8d0cb38e..8b603743 100644 --- a/cmd/node/nodeStop.go +++ b/cmd/node/nodeStop.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registry.go b/cmd/registry/registry.go index 5d597874..77e79e39 100644 --- a/cmd/registry/registry.go +++ b/cmd/registry/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registryCreate.go b/cmd/registry/registryCreate.go index 1d7aeb19..0f73a15d 100644 --- a/cmd/registry/registryCreate.go +++ b/cmd/registry/registryCreate.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registryDelete.go b/cmd/registry/registryDelete.go index 5cc1e17d..858458b5 100644 --- a/cmd/registry/registryDelete.go +++ b/cmd/registry/registryDelete.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registryList.go b/cmd/registry/registryList.go index c23d46f3..cd795cf3 100644 --- a/cmd/registry/registryList.go +++ b/cmd/registry/registryList.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registryStart.go b/cmd/registry/registryStart.go index 7a7caeff..a3509ab6 100644 --- a/cmd/registry/registryStart.go +++ b/cmd/registry/registryStart.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/registry/registryStop.go b/cmd/registry/registryStop.go index 345695fb..d4b52363 100644 --- a/cmd/registry/registryStop.go +++ b/cmd/registry/registryStop.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/root.go b/cmd/root.go index a317c574..bd387230 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/completion.go b/cmd/util/completion.go index 40bfbc48..218e0006 100644 --- a/cmd/util/completion.go +++ b/cmd/util/completion.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/config/config.go b/cmd/util/config/config.go index 9ae76f9e..731077e4 100644 --- a/cmd/util/config/config.go +++ b/cmd/util/config/config.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/filter.go b/cmd/util/filter.go index 52ed4c36..94ce1efc 100644 --- a/cmd/util/filter.go +++ b/cmd/util/filter.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/listings.go b/cmd/util/listings.go index 4586b160..961b9c5a 100644 --- a/cmd/util/listings.go +++ b/cmd/util/listings.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/plugins.go b/cmd/util/plugins.go index 9e05c106..9cb7d322 100644 --- a/cmd/util/plugins.go +++ b/cmd/util/plugins.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/ports.go b/cmd/util/ports.go index 769b5f12..d3dafe01 100644 --- a/cmd/util/ports.go +++ b/cmd/util/ports.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/util/util.go b/cmd/util/util.go index daee6571..90fe48e6 100644 --- a/cmd/util/util.go +++ b/cmd/util/util.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/main.go b/main.go index eb59e30f..b8eb0319 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mkdocs.yml b/mkdocs.yml index a9486d68..fe57dc40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: k3d site_description: Little helper to run Rancher Lab's k3s in Docker site_url: https://k3d.io/ -copyright: "Copyright © 2020-2021 k3d Authors" +copyright: "Copyright © 2020-2022 k3d Authors" # Extra Files extra_javascript: diff --git a/pkg/actions/nodehooks.go b/pkg/actions/nodehooks.go index f408952b..8f1552f7 100644 --- a/pkg/actions/nodehooks.go +++ b/pkg/actions/nodehooks.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/cluster.go b/pkg/client/cluster.go index bebca21f..fd2db94b 100644 --- a/pkg/client/cluster.go +++ b/pkg/client/cluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/clusterName.go b/pkg/client/clusterName.go index f19cbaab..16897051 100644 --- a/pkg/client/clusterName.go +++ b/pkg/client/clusterName.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/environment.go b/pkg/client/environment.go index a850a475..e5d0aac7 100644 --- a/pkg/client/environment.go +++ b/pkg/client/environment.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/fixes.go b/pkg/client/fixes.go index 2bd30cc8..d0095ef2 100644 --- a/pkg/client/fixes.go +++ b/pkg/client/fixes.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/hooks.go b/pkg/client/hooks.go index 108854f0..0a0dd253 100644 --- a/pkg/client/hooks.go +++ b/pkg/client/hooks.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/host.go b/pkg/client/host.go index 36d4160f..b121bf07 100644 --- a/pkg/client/host.go +++ b/pkg/client/host.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/ipam.go b/pkg/client/ipam.go index dae1f85d..593d548a 100644 --- a/pkg/client/ipam.go +++ b/pkg/client/ipam.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/kubeconfig.go b/pkg/client/kubeconfig.go index 5a39ce6e..946536a8 100644 --- a/pkg/client/kubeconfig.go +++ b/pkg/client/kubeconfig.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/loadbalancer.go b/pkg/client/loadbalancer.go index de82d6b6..0d00a956 100644 --- a/pkg/client/loadbalancer.go +++ b/pkg/client/loadbalancer.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/node.go b/pkg/client/node.go index 695f6d15..0e6091bb 100644 --- a/pkg/client/node.go +++ b/pkg/client/node.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/ports.go b/pkg/client/ports.go index b7e320d8..b357caca 100644 --- a/pkg/client/ports.go +++ b/pkg/client/ports.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/registry.go b/pkg/client/registry.go index 6b52aa08..f732348c 100644 --- a/pkg/client/registry.go +++ b/pkg/client/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/registry_test.go b/pkg/client/registry_test.go index bc34ca1c..c6fe7682 100644 --- a/pkg/client/registry_test.go +++ b/pkg/client/registry_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/tools.go b/pkg/client/tools.go index 0951b067..e328d79a 100644 --- a/pkg/client/tools.go +++ b/pkg/client/tools.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/client/tools_test.go b/pkg/client/tools_test.go index 6cfa37fd..cda024b0 100644 --- a/pkg/client/tools_test.go +++ b/pkg/client/tools_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 The k3d Author(s) +Copyright © 2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/config.go b/pkg/config/config.go index 624dc03a..3482ed38 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/config_test.go b/pkg/config/config_test.go index 008fe751..e1837552 100644 --- a/pkg/config/config_test.go +++ b/pkg/config/config_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/jsonschema.go b/pkg/config/jsonschema.go index db1c82e3..ffbd7c90 100644 --- a/pkg/config/jsonschema.go +++ b/pkg/config/jsonschema.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/jsonschema_test.go b/pkg/config/jsonschema_test.go index e3df2d40..a2d9ff4c 100644 --- a/pkg/config/jsonschema_test.go +++ b/pkg/config/jsonschema_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/merge.go b/pkg/config/merge.go index 88188291..04816c53 100644 --- a/pkg/config/merge.go +++ b/pkg/config/merge.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/merge_test.go b/pkg/config/merge_test.go index aef6ccc3..d82f4f6b 100644 --- a/pkg/config/merge_test.go +++ b/pkg/config/merge_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/migrate_test.go b/pkg/config/migrate_test.go index cfcb2ea8..7f08b6e3 100644 --- a/pkg/config/migrate_test.go +++ b/pkg/config/migrate_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/process.go b/pkg/config/process.go index ea777af4..0cad397f 100644 --- a/pkg/config/process.go +++ b/pkg/config/process.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/process_test.go b/pkg/config/process_test.go index 1c9399c6..a46aa702 100644 --- a/pkg/config/process_test.go +++ b/pkg/config/process_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/transform.go b/pkg/config/transform.go index e28e3b16..2f3202db 100644 --- a/pkg/config/transform.go +++ b/pkg/config/transform.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/transform_test.go b/pkg/config/transform_test.go index cffd8860..4e3e5963 100644 --- a/pkg/config/transform_test.go +++ b/pkg/config/transform_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/v1alpha2/types.go b/pkg/config/v1alpha2/types.go index 8303e9c8..1b956879 100644 --- a/pkg/config/v1alpha2/types.go +++ b/pkg/config/v1alpha2/types.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/validate.go b/pkg/config/validate.go index 881df91d..94a7c852 100644 --- a/pkg/config/validate.go +++ b/pkg/config/validate.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/config/validate_test.go b/pkg/config/validate_test.go index d6b55c15..026acd7f 100644 --- a/pkg/config/validate_test.go +++ b/pkg/config/validate_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/logger/logger.go b/pkg/logger/logger.go index 0c8001b3..1b38a85b 100644 --- a/pkg/logger/logger.go +++ b/pkg/logger/logger.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/container.go b/pkg/runtimes/docker/container.go index 0696124d..2dfdf8bb 100644 --- a/pkg/runtimes/docker/container.go +++ b/pkg/runtimes/docker/container.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/docker.go b/pkg/runtimes/docker/docker.go index 82138d5c..16dff3b4 100644 --- a/pkg/runtimes/docker/docker.go +++ b/pkg/runtimes/docker/docker.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/host.go b/pkg/runtimes/docker/host.go index 5b5a6bed..9864faad 100644 --- a/pkg/runtimes/docker/host.go +++ b/pkg/runtimes/docker/host.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/image.go b/pkg/runtimes/docker/image.go index c2c0f44e..e25558a5 100644 --- a/pkg/runtimes/docker/image.go +++ b/pkg/runtimes/docker/image.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/info.go b/pkg/runtimes/docker/info.go index c8eca546..7e29218f 100644 --- a/pkg/runtimes/docker/info.go +++ b/pkg/runtimes/docker/info.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/kubeconfig.go b/pkg/runtimes/docker/kubeconfig.go index 46588aa8..44e10e11 100644 --- a/pkg/runtimes/docker/kubeconfig.go +++ b/pkg/runtimes/docker/kubeconfig.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/machine.go b/pkg/runtimes/docker/machine.go index 0504e844..19a406cf 100644 --- a/pkg/runtimes/docker/machine.go +++ b/pkg/runtimes/docker/machine.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/network.go b/pkg/runtimes/docker/network.go index 1d969e64..a09109bf 100644 --- a/pkg/runtimes/docker/network.go +++ b/pkg/runtimes/docker/network.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/node.go b/pkg/runtimes/docker/node.go index b0e1f4d8..e9e6e438 100644 --- a/pkg/runtimes/docker/node.go +++ b/pkg/runtimes/docker/node.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/translate.go b/pkg/runtimes/docker/translate.go index b353c057..c85c5cc6 100644 --- a/pkg/runtimes/docker/translate.go +++ b/pkg/runtimes/docker/translate.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/translate_test.go b/pkg/runtimes/docker/translate_test.go index e47ae6bb..5d2524b1 100644 --- a/pkg/runtimes/docker/translate_test.go +++ b/pkg/runtimes/docker/translate_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/types.go b/pkg/runtimes/docker/types.go index da84d34c..0fc00589 100644 --- a/pkg/runtimes/docker/types.go +++ b/pkg/runtimes/docker/types.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/util.go b/pkg/runtimes/docker/util.go index 42eea95e..b436df5c 100644 --- a/pkg/runtimes/docker/util.go +++ b/pkg/runtimes/docker/util.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/docker/volume.go b/pkg/runtimes/docker/volume.go index d0eb4dfb..10dee856 100644 --- a/pkg/runtimes/docker/volume.go +++ b/pkg/runtimes/docker/volume.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/errors/errors.go b/pkg/runtimes/errors/errors.go index 22723f9b..7504396f 100644 --- a/pkg/runtimes/errors/errors.go +++ b/pkg/runtimes/errors/errors.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/runtime.go b/pkg/runtimes/runtime.go index 3740f831..f208e290 100644 --- a/pkg/runtimes/runtime.go +++ b/pkg/runtimes/runtime.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/types/types.go b/pkg/runtimes/types/types.go index 4ed8330a..50a54f31 100644 --- a/pkg/runtimes/types/types.go +++ b/pkg/runtimes/types/types.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/runtimes/util/volumes.go b/pkg/runtimes/util/volumes.go index 2dbac3fa..97d65fcd 100644 --- a/pkg/runtimes/util/volumes.go +++ b/pkg/runtimes/util/volumes.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/defaults.go b/pkg/types/defaults.go index 018a79ca..284c7867 100644 --- a/pkg/types/defaults.go +++ b/pkg/types/defaults.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/env.go b/pkg/types/env.go index 21e035d5..851e2aa9 100644 --- a/pkg/types/env.go +++ b/pkg/types/env.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/fixes/fixes.go b/pkg/types/fixes/fixes.go index 1d384783..35b780cd 100644 --- a/pkg/types/fixes/fixes.go +++ b/pkg/types/fixes/fixes.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/images.go b/pkg/types/images.go index f2f0cb7f..19befe2e 100644 --- a/pkg/types/images.go +++ b/pkg/types/images.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/intent.go b/pkg/types/intent.go index f656df15..c3928dc5 100644 --- a/pkg/types/intent.go +++ b/pkg/types/intent.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k3s/channel.go b/pkg/types/k3s/channel.go index 0b8c1a17..1e36224e 100644 --- a/pkg/types/k3s/channel.go +++ b/pkg/types/k3s/channel.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k3s/env.go b/pkg/types/k3s/env.go index f4bbe709..cbf66815 100644 --- a/pkg/types/k3s/env.go +++ b/pkg/types/k3s/env.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k3s/paths.go b/pkg/types/k3s/paths.go index 6e7f6de8..2acd58b6 100644 --- a/pkg/types/k3s/paths.go +++ b/pkg/types/k3s/paths.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k3s/registry.go b/pkg/types/k3s/registry.go index ba250aae..b4a14593 100644 --- a/pkg/types/k3s/registry.go +++ b/pkg/types/k3s/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k3slogs.go b/pkg/types/k3slogs.go index 98cd212b..d6c6dcc0 100644 --- a/pkg/types/k3slogs.go +++ b/pkg/types/k3slogs.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/k8s/registry.go b/pkg/types/k8s/registry.go index 6e6b7814..48c8d328 100644 --- a/pkg/types/k8s/registry.go +++ b/pkg/types/k8s/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/loadbalancer.go b/pkg/types/loadbalancer.go index 29411065..70c851bd 100644 --- a/pkg/types/loadbalancer.go +++ b/pkg/types/loadbalancer.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/node.go b/pkg/types/node.go index a5fc2001..9ae68561 100644 --- a/pkg/types/node.go +++ b/pkg/types/node.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/types/registry.go b/pkg/types/registry.go index aae83f9b..5f727eeb 100644 --- a/pkg/types/registry.go +++ b/pkg/types/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -34,13 +34,13 @@ const ( // Registry describes a k3d-managed registry type Registry struct { - ClusterRef string // filled automatically -> if created with a cluster - Protocol string `yaml:"protocol,omitempty" json:"protocol,omitempty"` // default: http - Host string `yaml:"host" json:"host"` - Image string `yaml:"image,omitempty" json:"image,omitempty"` - Network string `yaml:"Network,omitempty" json:"Network,omitempty"` - ExposureOpts ExposureOpts `yaml:"expose" json:"expose"` - Options struct { + ClusterRef string // filled automatically -> if created with a cluster + Protocol string `yaml:"protocol,omitempty" json:"protocol,omitempty"` // default: http + Host string `yaml:"host" json:"host"` + Image string `yaml:"image,omitempty" json:"image,omitempty"` + Network string `yaml:"Network,omitempty" json:"Network,omitempty"` + ExposureOpts ExposureOpts `yaml:"expose" json:"expose"` + Options struct { ConfigFile string `yaml:"configFile,omitempty" json:"configFile,omitempty"` Proxy struct { RemoteURL string `yaml:"remoteURL" json:"remoteURL"` diff --git a/pkg/types/types.go b/pkg/types/types.go index d701397c..077082fd 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/files.go b/pkg/util/files.go index 3d030916..171fdff7 100644 --- a/pkg/util/files.go +++ b/pkg/util/files.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/filter.go b/pkg/util/filter.go index 1aaf668f..d2ad8a52 100644 --- a/pkg/util/filter.go +++ b/pkg/util/filter.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/infofaker.go b/pkg/util/infofaker.go index 0804b8fa..9a3dba33 100644 --- a/pkg/util/infofaker.go +++ b/pkg/util/infofaker.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/labels.go b/pkg/util/labels.go index 359bc6db..ad03e974 100644 --- a/pkg/util/labels.go +++ b/pkg/util/labels.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/ports.go b/pkg/util/ports.go index d060250f..10f0861d 100644 --- a/pkg/util/ports.go +++ b/pkg/util/ports.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/randomString.go b/pkg/util/randomString.go index e98060c5..46df5991 100644 --- a/pkg/util/randomString.go +++ b/pkg/util/randomString.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/regexp.go b/pkg/util/regexp.go index f576e885..3dfa6517 100644 --- a/pkg/util/regexp.go +++ b/pkg/util/regexp.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/registry.go b/pkg/util/registry.go index d2ec3c82..711175d5 100644 --- a/pkg/util/registry.go +++ b/pkg/util/registry.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pkg/util/util.go b/pkg/util/util.go index dca4d079..351fe905 100644 --- a/pkg/util/util.go +++ b/pkg/util/util.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/version/version.go b/version/version.go index eee18c79..c55dec1f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/version/version_test.go b/version/version_test.go index a3910808..1970506f 100644 --- a/version/version_test.go +++ b/version/version_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2020-2021 The k3d Author(s) +Copyright © 2020-2022 The k3d Author(s) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal