Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright to 2021 #7332

Merged
merged 2 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#include "Process.h"
#include "Win32Exception.h"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#pragma once
#include <Windows.h>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#include <memory>
#include "Service.h"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Service.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#pragma once
#include <Windows.h>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Win32Exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#include "Win32Exception.h"
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/Win32Exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent/windows/entrypoint/entrypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// under the Apache License Version 2.0.
// This product includes software developed at Datadog
// (https://www.datadoghq.com/).
// Copyright 2019-2020 Datadog, Inc.
// Copyright 2019-present Datadog, Inc.

#include <filesystem>
#include <fstream>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/cluster-agent/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.


##### Core config #####
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/cluster-agent/readsecret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

/opt/datadog-agent/bin/datadog-cluster-agent secret-helper read $@
2 changes: 1 addition & 1 deletion Dockerfiles/dogstatsd/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.

##### Core config #####

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Datadog datadog-agent
Copyright 2016-2020 Datadog, Inc.
Copyright 2016-present Datadog, Inc.

This product includes software developed at Datadog (https://www.datadoghq.com/).
This product includes software developed at CoreOS, Inc (http://www.coreos.com/).
2 changes: 1 addition & 1 deletion cmd/agent/agent.rc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BEGIN
VALUE "FileDescription", "Datadog Metrics Agent"
VALUE "FileVersion", FILE_VERSION_STRING
VALUE "InternalName", "Agent6"
VALUE "LegalCopyright", "Copyright (C) 2016-2020"
VALUE "LegalCopyright", "Copyright (C) 2016-present"
VALUE "OriginalFilename", "agent.exe"
VALUE "ProductName", "Datadog Agent"
VALUE "ProductVersion", FILE_VERSION_STRING
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/android/main_android.go
Original file line number Diff line number Diff line change
@@ -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.

// +build android

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/agent/agent.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/agent` prefix.
// This group of endpoints is meant to provide high-level functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/agent/agent_jmx.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/agent` prefix.
// This group of endpoints is meant to provide high-level functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/agent/agent_nojmx.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/agent` prefix.
// This group of endpoints is meant to provide high-level functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/agent/python_status.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/agent` prefix.
// This group of endpoints is meant to provide high-level functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/agent/python_status_nopython.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/agent` prefix.
// This group of endpoints is meant to provide high-level functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/check/check.go
Original file line number Diff line number Diff line change
@@ -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 implements the api endpoints for the `/check` prefix.
// This group of endpoints is meant to provide specific functionalities
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/grpc.go
Original file line number Diff line number Diff line change
@@ -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 api implements the agent IPC api. Using HTTP
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/listener.go
Original file line number Diff line number Diff line change
@@ -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 api

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/response/types.go
Original file line number Diff line number Diff line change
@@ -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 response

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/server.go
Original file line number Diff line number Diff line change
@@ -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 api implements the agent IPC api. Using HTTP
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/api/tools.go
Original file line number Diff line number Diff line change
@@ -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.

// +build tools

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/app.go
Original file line number Diff line number Diff line change
@@ -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 app implements the Agent main loop, orchestrating
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/check.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/config.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/config_check.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/control_service_windows.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/dependent_services.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/dependent_services_nix.go
Original file line number Diff line number Diff line change
@@ -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.
// +build !windows

package app
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/dependent_services_windows.go
Original file line number Diff line number Diff line change
@@ -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.
// +build windows

package app
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/diagnose.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/dogstatsd_stats.go
Original file line number Diff line number Diff line change
@@ -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 2018-2020 Datadog, Inc.
// Copyright 2018-present Datadog, Inc.

package app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/flare.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/health.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/hostname.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/import.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/install_service_windows.go
Original file line number Diff line number Diff line change
@@ -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 app

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/integrations.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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.

// +build python

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/integrations_darwin.go
Original file line number Diff line number Diff line change
@@ -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.

// +build python

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/integrations_nix.go
Original file line number Diff line number Diff line change
@@ -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.

// +build !windows,!darwin
// +build python
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent/app/integrations_test.go
Original file line number Diff line number Diff line change
@@ -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.

// +build python

Expand Down
Loading