From 9a22e08a2a790b75261e1787be037fbff6b87a53 Mon Sep 17 00:00:00 2001 From: khewonc <39867936+khewonc@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:52:48 -0500 Subject: [PATCH] Update boilerplate text (#1005) --- LICENSE | 2 +- NOTICE | 2 +- apis/datadoghq/v1alpha1/datadogagent_validation.go | 2 +- apis/datadoghq/v1alpha1/datadogmonitor_types.go | 2 +- apis/datadoghq/v1alpha1/datadogmonitor_validation.go | 2 +- apis/datadoghq/v1alpha1/datadogmonitor_validation_test.go | 2 +- apis/datadoghq/v1alpha1/datadogslo_types.go | 2 +- apis/datadoghq/v1alpha1/datadogslo_validation.go | 2 +- apis/datadoghq/v1alpha1/datadogslo_validation_test.go | 2 +- cmd/helpers/main.go | 2 +- cmd/helpers/secrets/secrets.go | 2 +- cmd/kubectl-datadog/agent/agent/agent.go | 2 +- cmd/kubectl-datadog/agent/check/check.go | 2 +- cmd/kubectl-datadog/agent/check/check_test.go | 2 +- cmd/kubectl-datadog/agent/check/types.go | 2 +- cmd/kubectl-datadog/agent/find/find.go | 2 +- cmd/kubectl-datadog/agent/upgrade/upgrade.go | 2 +- cmd/kubectl-datadog/agent/upgrade/upgrade_test.go | 2 +- cmd/kubectl-datadog/clusteragent/clusteragent/clusteragent.go | 2 +- cmd/kubectl-datadog/clusteragent/leader/leader.go | 2 +- cmd/kubectl-datadog/clusteragent/upgrade/upgrade.go | 2 +- cmd/kubectl-datadog/clusteragent/upgrade/upgrade_test.go | 2 +- cmd/kubectl-datadog/datadog/datadog.go | 2 +- cmd/kubectl-datadog/flare/flare.go | 2 +- cmd/kubectl-datadog/flare/redactor.go | 2 +- cmd/kubectl-datadog/flare/replacer.go | 2 +- cmd/kubectl-datadog/flare/replacer_test.go | 2 +- cmd/kubectl-datadog/get/get.go | 2 +- cmd/kubectl-datadog/main.go | 2 +- cmd/kubectl-datadog/validate/ad/ad/ad.go | 2 +- cmd/kubectl-datadog/validate/ad/pod/pod.go | 2 +- cmd/kubectl-datadog/validate/ad/service/service.go | 2 +- cmd/kubectl-datadog/validate/validate/validate.go | 2 +- controllers/datadogagent/secret_test.go | 2 +- controllers/datadogmonitor/controller.go | 2 +- controllers/datadogmonitor/controller_test.go | 2 +- controllers/datadogmonitor/event.go | 2 +- controllers/datadogmonitor/finalizer.go | 2 +- controllers/datadogmonitor/finalizer_test.go | 2 +- controllers/datadogmonitor/monitor.go | 2 +- controllers/datadogmonitor/monitor_test.go | 2 +- controllers/datadogmonitor_controller.go | 2 +- controllers/finalizer/finalizer.go | 2 +- controllers/utils/event.go | 2 +- controllers/utils/tag.go | 2 +- pkg/config/creds.go | 2 +- pkg/config/creds_test.go | 2 +- pkg/controller/utils/condition/condition_generic.go | 2 +- pkg/controller/utils/condition/datadogmonitor.go | 2 +- pkg/controller/utils/condition/datadogmonitor_test.go | 2 +- pkg/datadogclient/client.go | 2 +- pkg/plugin/common/client.go | 2 +- pkg/plugin/common/const.go | 2 +- pkg/plugin/common/options.go | 2 +- pkg/plugin/common/statuswrapper.go | 2 +- pkg/plugin/common/utils.go | 2 +- pkg/plugin/common/utils_test.go | 2 +- pkg/plugin/common/v2support.go | 2 +- pkg/secrets/secrets.go | 2 +- pkg/secrets/secrets_test.go | 2 +- pkg/secrets/types.go | 2 +- pkg/secrets/utils.go | 2 +- pkg/secrets/utils_test.go | 2 +- pkg/testutils/testutils.go | 2 +- pkg/utils/utils.go | 2 +- pkg/utils/utils_test.go | 2 +- pkg/utils/version.go | 2 +- pkg/utils/version_test.go | 2 +- pkg/version/version.go | 2 +- scripts/readsecret.sh | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/LICENSE b/LICENSE index 89d89c2e41..b370545be1 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2016-2020 Datadog, Inc. + Copyright 2016-present Datadog, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/NOTICE b/NOTICE index a070236667..21f84178ba 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ Datadog datadog-operator -Copyright 2016-2020 Datadog, Inc. +Copyright 2016-present Datadog, Inc. This product includes software developed at Datadog (https://www.datadoghq.com/). diff --git a/apis/datadoghq/v1alpha1/datadogagent_validation.go b/apis/datadoghq/v1alpha1/datadogagent_validation.go index 2f72fe2354..43b2a98ab9 100644 --- a/apis/datadoghq/v1alpha1/datadogagent_validation.go +++ b/apis/datadoghq/v1alpha1/datadogagent_validation.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogmonitor_types.go b/apis/datadoghq/v1alpha1/datadogmonitor_types.go index 48b64b3c70..6714efedda 100644 --- a/apis/datadoghq/v1alpha1/datadogmonitor_types.go +++ b/apis/datadoghq/v1alpha1/datadogmonitor_types.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogmonitor_validation.go b/apis/datadoghq/v1alpha1/datadogmonitor_validation.go index f362c0e1bf..6613413148 100644 --- a/apis/datadoghq/v1alpha1/datadogmonitor_validation.go +++ b/apis/datadoghq/v1alpha1/datadogmonitor_validation.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogmonitor_validation_test.go b/apis/datadoghq/v1alpha1/datadogmonitor_validation_test.go index f4a4b030b1..a953af4767 100644 --- a/apis/datadoghq/v1alpha1/datadogmonitor_validation_test.go +++ b/apis/datadoghq/v1alpha1/datadogmonitor_validation_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogslo_types.go b/apis/datadoghq/v1alpha1/datadogslo_types.go index c5c5316688..9fd1c25e16 100644 --- a/apis/datadoghq/v1alpha1/datadogslo_types.go +++ b/apis/datadoghq/v1alpha1/datadogslo_types.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2023 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogslo_validation.go b/apis/datadoghq/v1alpha1/datadogslo_validation.go index 5f9c7982c4..7feab740c7 100644 --- a/apis/datadoghq/v1alpha1/datadogslo_validation.go +++ b/apis/datadoghq/v1alpha1/datadogslo_validation.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2023 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/apis/datadoghq/v1alpha1/datadogslo_validation_test.go b/apis/datadoghq/v1alpha1/datadogslo_validation_test.go index 5b673745e3..3669d0be1b 100644 --- a/apis/datadoghq/v1alpha1/datadogslo_validation_test.go +++ b/apis/datadoghq/v1alpha1/datadogslo_validation_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2023 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package v1alpha1 diff --git a/cmd/helpers/main.go b/cmd/helpers/main.go index fdc4cb9306..6c3849a596 100644 --- a/cmd/helpers/main.go +++ b/cmd/helpers/main.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package main diff --git a/cmd/helpers/secrets/secrets.go b/cmd/helpers/secrets/secrets.go index 491c86c83a..1d0bb0d356 100644 --- a/cmd/helpers/secrets/secrets.go +++ b/cmd/helpers/secrets/secrets.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/cmd/kubectl-datadog/agent/agent/agent.go b/cmd/kubectl-datadog/agent/agent/agent.go index 3732504332..c28c92aca3 100644 --- a/cmd/kubectl-datadog/agent/agent/agent.go +++ b/cmd/kubectl-datadog/agent/agent/agent.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package agent diff --git a/cmd/kubectl-datadog/agent/check/check.go b/cmd/kubectl-datadog/agent/check/check.go index b3ba9eae7c..9c5b0bc9f4 100644 --- a/cmd/kubectl-datadog/agent/check/check.go +++ b/cmd/kubectl-datadog/agent/check/check.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package check diff --git a/cmd/kubectl-datadog/agent/check/check_test.go b/cmd/kubectl-datadog/agent/check/check_test.go index 23e4427a25..715365612b 100644 --- a/cmd/kubectl-datadog/agent/check/check_test.go +++ b/cmd/kubectl-datadog/agent/check/check_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package check diff --git a/cmd/kubectl-datadog/agent/check/types.go b/cmd/kubectl-datadog/agent/check/types.go index 6fe435d292..1d2f7c0702 100644 --- a/cmd/kubectl-datadog/agent/check/types.go +++ b/cmd/kubectl-datadog/agent/check/types.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package check diff --git a/cmd/kubectl-datadog/agent/find/find.go b/cmd/kubectl-datadog/agent/find/find.go index b1b5dbfeb3..bdddace57f 100644 --- a/cmd/kubectl-datadog/agent/find/find.go +++ b/cmd/kubectl-datadog/agent/find/find.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package find diff --git a/cmd/kubectl-datadog/agent/upgrade/upgrade.go b/cmd/kubectl-datadog/agent/upgrade/upgrade.go index a50d4f0ef2..ec708e573e 100644 --- a/cmd/kubectl-datadog/agent/upgrade/upgrade.go +++ b/cmd/kubectl-datadog/agent/upgrade/upgrade.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package upgrade diff --git a/cmd/kubectl-datadog/agent/upgrade/upgrade_test.go b/cmd/kubectl-datadog/agent/upgrade/upgrade_test.go index 7e78fe8108..596a65a279 100644 --- a/cmd/kubectl-datadog/agent/upgrade/upgrade_test.go +++ b/cmd/kubectl-datadog/agent/upgrade/upgrade_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package upgrade diff --git a/cmd/kubectl-datadog/clusteragent/clusteragent/clusteragent.go b/cmd/kubectl-datadog/clusteragent/clusteragent/clusteragent.go index fe76fb4c5c..cea8a1ea9a 100644 --- a/cmd/kubectl-datadog/clusteragent/clusteragent/clusteragent.go +++ b/cmd/kubectl-datadog/clusteragent/clusteragent/clusteragent.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package clusteragent diff --git a/cmd/kubectl-datadog/clusteragent/leader/leader.go b/cmd/kubectl-datadog/clusteragent/leader/leader.go index b5d08c45e2..19dcd0a3f0 100644 --- a/cmd/kubectl-datadog/clusteragent/leader/leader.go +++ b/cmd/kubectl-datadog/clusteragent/leader/leader.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package leader diff --git a/cmd/kubectl-datadog/clusteragent/upgrade/upgrade.go b/cmd/kubectl-datadog/clusteragent/upgrade/upgrade.go index 3cd18df211..c5bf70bb37 100644 --- a/cmd/kubectl-datadog/clusteragent/upgrade/upgrade.go +++ b/cmd/kubectl-datadog/clusteragent/upgrade/upgrade.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package upgrade diff --git a/cmd/kubectl-datadog/clusteragent/upgrade/upgrade_test.go b/cmd/kubectl-datadog/clusteragent/upgrade/upgrade_test.go index 0c7bf997a2..af62d1f6fc 100644 --- a/cmd/kubectl-datadog/clusteragent/upgrade/upgrade_test.go +++ b/cmd/kubectl-datadog/clusteragent/upgrade/upgrade_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package upgrade diff --git a/cmd/kubectl-datadog/datadog/datadog.go b/cmd/kubectl-datadog/datadog/datadog.go index c13762c693..b592d43b0e 100644 --- a/cmd/kubectl-datadog/datadog/datadog.go +++ b/cmd/kubectl-datadog/datadog/datadog.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadog diff --git a/cmd/kubectl-datadog/flare/flare.go b/cmd/kubectl-datadog/flare/flare.go index 26aa119951..047284c45d 100644 --- a/cmd/kubectl-datadog/flare/flare.go +++ b/cmd/kubectl-datadog/flare/flare.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package flare diff --git a/cmd/kubectl-datadog/flare/redactor.go b/cmd/kubectl-datadog/flare/redactor.go index 148570b45c..387be83927 100644 --- a/cmd/kubectl-datadog/flare/redactor.go +++ b/cmd/kubectl-datadog/flare/redactor.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package flare diff --git a/cmd/kubectl-datadog/flare/replacer.go b/cmd/kubectl-datadog/flare/replacer.go index 66ed5b862a..e3c059d265 100644 --- a/cmd/kubectl-datadog/flare/replacer.go +++ b/cmd/kubectl-datadog/flare/replacer.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package flare diff --git a/cmd/kubectl-datadog/flare/replacer_test.go b/cmd/kubectl-datadog/flare/replacer_test.go index f60702c6dd..8180ab7919 100644 --- a/cmd/kubectl-datadog/flare/replacer_test.go +++ b/cmd/kubectl-datadog/flare/replacer_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package flare diff --git a/cmd/kubectl-datadog/get/get.go b/cmd/kubectl-datadog/get/get.go index f1e2416f67..e5ae8ca955 100644 --- a/cmd/kubectl-datadog/get/get.go +++ b/cmd/kubectl-datadog/get/get.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package get diff --git a/cmd/kubectl-datadog/main.go b/cmd/kubectl-datadog/main.go index ce6f0e9278..4541f36e3f 100644 --- a/cmd/kubectl-datadog/main.go +++ b/cmd/kubectl-datadog/main.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package main diff --git a/cmd/kubectl-datadog/validate/ad/ad/ad.go b/cmd/kubectl-datadog/validate/ad/ad/ad.go index 383fa3a493..ee61ec84f2 100644 --- a/cmd/kubectl-datadog/validate/ad/ad/ad.go +++ b/cmd/kubectl-datadog/validate/ad/ad/ad.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package ad diff --git a/cmd/kubectl-datadog/validate/ad/pod/pod.go b/cmd/kubectl-datadog/validate/ad/pod/pod.go index 71ea63f682..ad0c0c9d23 100644 --- a/cmd/kubectl-datadog/validate/ad/pod/pod.go +++ b/cmd/kubectl-datadog/validate/ad/pod/pod.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package pod diff --git a/cmd/kubectl-datadog/validate/ad/service/service.go b/cmd/kubectl-datadog/validate/ad/service/service.go index 945ccfb709..146ea0d57c 100644 --- a/cmd/kubectl-datadog/validate/ad/service/service.go +++ b/cmd/kubectl-datadog/validate/ad/service/service.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package service diff --git a/cmd/kubectl-datadog/validate/validate/validate.go b/cmd/kubectl-datadog/validate/validate/validate.go index c783290518..0408707b9e 100644 --- a/cmd/kubectl-datadog/validate/validate/validate.go +++ b/cmd/kubectl-datadog/validate/validate/validate.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package validate diff --git a/controllers/datadogagent/secret_test.go b/controllers/datadogagent/secret_test.go index ed7f5ebab4..793e23e14f 100644 --- a/controllers/datadogagent/secret_test.go +++ b/controllers/datadogagent/secret_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogagent diff --git a/controllers/datadogmonitor/controller.go b/controllers/datadogmonitor/controller.go index 5bb1388324..d13f7d3e87 100644 --- a/controllers/datadogmonitor/controller.go +++ b/controllers/datadogmonitor/controller.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/controller_test.go b/controllers/datadogmonitor/controller_test.go index 16da14fd9d..7aaf7430f9 100644 --- a/controllers/datadogmonitor/controller_test.go +++ b/controllers/datadogmonitor/controller_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/event.go b/controllers/datadogmonitor/event.go index 8752c23710..cabe139e94 100644 --- a/controllers/datadogmonitor/event.go +++ b/controllers/datadogmonitor/event.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/finalizer.go b/controllers/datadogmonitor/finalizer.go index 88f6147efb..942b61d9e6 100644 --- a/controllers/datadogmonitor/finalizer.go +++ b/controllers/datadogmonitor/finalizer.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/finalizer_test.go b/controllers/datadogmonitor/finalizer_test.go index ca51446a41..b498bab54b 100644 --- a/controllers/datadogmonitor/finalizer_test.go +++ b/controllers/datadogmonitor/finalizer_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/monitor.go b/controllers/datadogmonitor/monitor.go index 1a7ba125fc..99035f626b 100644 --- a/controllers/datadogmonitor/monitor.go +++ b/controllers/datadogmonitor/monitor.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor/monitor_test.go b/controllers/datadogmonitor/monitor_test.go index 1e16e520ec..8f7781df60 100644 --- a/controllers/datadogmonitor/monitor_test.go +++ b/controllers/datadogmonitor/monitor_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogmonitor diff --git a/controllers/datadogmonitor_controller.go b/controllers/datadogmonitor_controller.go index ab5ea1c3c1..cea94f0036 100644 --- a/controllers/datadogmonitor_controller.go +++ b/controllers/datadogmonitor_controller.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package controllers diff --git a/controllers/finalizer/finalizer.go b/controllers/finalizer/finalizer.go index fdf9f212c7..43c0b1139b 100644 --- a/controllers/finalizer/finalizer.go +++ b/controllers/finalizer/finalizer.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2023 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package finalizer diff --git a/controllers/utils/event.go b/controllers/utils/event.go index 18053d7faa..f1dfd97dc8 100644 --- a/controllers/utils/event.go +++ b/controllers/utils/event.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/controllers/utils/tag.go b/controllers/utils/tag.go index 9bd744a93b..fb167adb3e 100644 --- a/controllers/utils/tag.go +++ b/controllers/utils/tag.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/pkg/config/creds.go b/pkg/config/creds.go index 1a941d94a2..0d954d8b7c 100644 --- a/pkg/config/creds.go +++ b/pkg/config/creds.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package config diff --git a/pkg/config/creds_test.go b/pkg/config/creds_test.go index d032d2b8ba..18126576b0 100644 --- a/pkg/config/creds_test.go +++ b/pkg/config/creds_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package config diff --git a/pkg/controller/utils/condition/condition_generic.go b/pkg/controller/utils/condition/condition_generic.go index 90b41cc260..3d209e8395 100644 --- a/pkg/controller/utils/condition/condition_generic.go +++ b/pkg/controller/utils/condition/condition_generic.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2023 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package condition diff --git a/pkg/controller/utils/condition/datadogmonitor.go b/pkg/controller/utils/condition/datadogmonitor.go index 69fe6afaed..526c0cd23d 100644 --- a/pkg/controller/utils/condition/datadogmonitor.go +++ b/pkg/controller/utils/condition/datadogmonitor.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package condition diff --git a/pkg/controller/utils/condition/datadogmonitor_test.go b/pkg/controller/utils/condition/datadogmonitor_test.go index cfc8554128..f8a1826598 100644 --- a/pkg/controller/utils/condition/datadogmonitor_test.go +++ b/pkg/controller/utils/condition/datadogmonitor_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package condition diff --git a/pkg/datadogclient/client.go b/pkg/datadogclient/client.go index 7b61d41d46..09a89519cf 100644 --- a/pkg/datadogclient/client.go +++ b/pkg/datadogclient/client.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package datadogclient diff --git a/pkg/plugin/common/client.go b/pkg/plugin/common/client.go index 39e993a11c..0ba5556707 100644 --- a/pkg/plugin/common/client.go +++ b/pkg/plugin/common/client.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/const.go b/pkg/plugin/common/const.go index 400eee0266..5bd37a8e6d 100644 --- a/pkg/plugin/common/const.go +++ b/pkg/plugin/common/const.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/options.go b/pkg/plugin/common/options.go index ac66211d70..eaef9ca3f9 100644 --- a/pkg/plugin/common/options.go +++ b/pkg/plugin/common/options.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/statuswrapper.go b/pkg/plugin/common/statuswrapper.go index 1ce4940f1f..3fc02e9078 100644 --- a/pkg/plugin/common/statuswrapper.go +++ b/pkg/plugin/common/statuswrapper.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/utils.go b/pkg/plugin/common/utils.go index 0092a05fc4..ee06e94198 100644 --- a/pkg/plugin/common/utils.go +++ b/pkg/plugin/common/utils.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/utils_test.go b/pkg/plugin/common/utils_test.go index 4e59bef529..c7cdd46fdd 100644 --- a/pkg/plugin/common/utils_test.go +++ b/pkg/plugin/common/utils_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/plugin/common/v2support.go b/pkg/plugin/common/v2support.go index 0a5b4af2d7..cdcfb12f17 100644 --- a/pkg/plugin/common/v2support.go +++ b/pkg/plugin/common/v2support.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package common diff --git a/pkg/secrets/secrets.go b/pkg/secrets/secrets.go index 4d82fed06f..667bdae0f1 100644 --- a/pkg/secrets/secrets.go +++ b/pkg/secrets/secrets.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/pkg/secrets/secrets_test.go b/pkg/secrets/secrets_test.go index 44f3c1e19b..7ddc3a824f 100644 --- a/pkg/secrets/secrets_test.go +++ b/pkg/secrets/secrets_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/pkg/secrets/types.go b/pkg/secrets/types.go index d46d7b520e..aeea5b07ec 100644 --- a/pkg/secrets/types.go +++ b/pkg/secrets/types.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/pkg/secrets/utils.go b/pkg/secrets/utils.go index 83a90850d6..0ca0200b1d 100644 --- a/pkg/secrets/utils.go +++ b/pkg/secrets/utils.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/pkg/secrets/utils_test.go b/pkg/secrets/utils_test.go index f8b6e6307a..8bdfeba396 100644 --- a/pkg/secrets/utils_test.go +++ b/pkg/secrets/utils_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2020 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package secrets diff --git a/pkg/testutils/testutils.go b/pkg/testutils/testutils.go index ce9e3e5d09..9d15cee24e 100644 --- a/pkg/testutils/testutils.go +++ b/pkg/testutils/testutils.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package testutils diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 22819393f6..950c966520 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go index 98d371f32a..d878d28df2 100644 --- a/pkg/utils/utils_test.go +++ b/pkg/utils/utils_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/pkg/utils/version.go b/pkg/utils/version.go index 45668afd76..4b4c87f658 100644 --- a/pkg/utils/version.go +++ b/pkg/utils/version.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/pkg/utils/version_test.go b/pkg/utils/version_test.go index 0df0bd1d14..e4a060798d 100644 --- a/pkg/utils/version_test.go +++ b/pkg/utils/version_test.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2021 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package utils diff --git a/pkg/version/version.go b/pkg/version/version.go index d6fda5335d..2a735e463f 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,7 +1,7 @@ // Unless explicitly stated otherwise all files in this repository are licensed // under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). -// Copyright 2016-2012 Datadog, Inc. +// Copyright 2016-present Datadog, Inc. package version diff --git a/scripts/readsecret.sh b/scripts/readsecret.sh index 8fde614108..76ff33406a 100644 --- a/scripts/readsecret.sh +++ b/scripts/readsecret.sh @@ -3,6 +3,6 @@ # Unless explicitly stated otherwise all files in this repository are licensed # under the Apache License Version 2.0. # This product includes software developed at Datadog (https://www.datadoghq.com/). -# Copyright 2016-2020 Datadog, Inc. +# Copyright 2016-present Datadog, Inc. /helpers read-secret $@