From 0836de4893aed629cbdb81440ec2ad2902d48f2f Mon Sep 17 00:00:00 2001 From: Jacob LeGrone Date: Fri, 10 Sep 2021 17:49:15 -0400 Subject: [PATCH] go run ./internal/copyright --- .../common/persistence/sql/sqlplugin/sqlite/schema/version.go | 4 ++++ internal/copyright/main.go | 4 ++++ internal/examples/helloworld/helloworld.go | 4 ++++ internal/liteconfig/config.go | 4 ++++ internal/liteconfig/freeport.go | 4 ++++ main.go | 4 ++++ server/options.go | 4 ++++ server/server.go | 4 ++++ server/server_test.go | 4 ++++ server/temporaltest/server.go | 4 ++++ server/temporaltest/server_test.go | 4 ++++ 11 files changed, 44 insertions(+) diff --git a/internal/common/persistence/sql/sqlplugin/sqlite/schema/version.go b/internal/common/persistence/sql/sqlplugin/sqlite/schema/version.go index 4878e7d0..54dcd38a 100644 --- a/internal/common/persistence/sql/sqlplugin/sqlite/schema/version.go +++ b/internal/common/persistence/sql/sqlplugin/sqlite/schema/version.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package schema // Version is the SQLite database release version diff --git a/internal/copyright/main.go b/internal/copyright/main.go index 23d8b259..b12fa597 100644 --- a/internal/copyright/main.go +++ b/internal/copyright/main.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package main import ( diff --git a/internal/examples/helloworld/helloworld.go b/internal/examples/helloworld/helloworld.go index 7f5aff97..a5aa55f2 100644 --- a/internal/examples/helloworld/helloworld.go +++ b/internal/examples/helloworld/helloworld.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package helloworld import ( diff --git a/internal/liteconfig/config.go b/internal/liteconfig/config.go index bb8334a1..9427b99a 100644 --- a/internal/liteconfig/config.go +++ b/internal/liteconfig/config.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package liteconfig import ( diff --git a/internal/liteconfig/freeport.go b/internal/liteconfig/freeport.go index ee331122..88db990f 100644 --- a/internal/liteconfig/freeport.go +++ b/internal/liteconfig/freeport.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package liteconfig import ( diff --git a/main.go b/main.go index 73fb4373..0d2722dd 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package main import ( diff --git a/server/options.go b/server/options.go index 94771af4..2c8f6614 100644 --- a/server/options.go +++ b/server/options.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package server import ( diff --git a/server/server.go b/server/server.go index 12d4cce5..4541107a 100644 --- a/server/server.go +++ b/server/server.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package server import ( diff --git a/server/server_test.go b/server/server_test.go index fa90df33..1992fd70 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package server_test import ( diff --git a/server/temporaltest/server.go b/server/temporaltest/server.go index 64e330b9..3af02b0a 100644 --- a/server/temporaltest/server.go +++ b/server/temporaltest/server.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package temporaltest import ( diff --git a/server/temporaltest/server_test.go b/server/temporaltest/server_test.go index 556a3489..ba2d7a01 100644 --- a/server/temporaltest/server_test.go +++ b/server/temporaltest/server_test.go @@ -1,3 +1,7 @@ +// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License. +// +// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. + package temporaltest_test import (