From 3eb530bb345c1adc79afa0750aeed48e3c166819 Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Thu, 5 Aug 2021 11:47:52 +0100 Subject: [PATCH] Actually template the license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm pretty sure the `$license_for_repo` is a placeholder 🤣 . --- boolean.go | 2 +- boolean_test.go | 2 +- byte_array.go | 2 +- byte_array_test.go | 2 +- bytes.go | 2 +- bytes_test.go | 2 +- complex.go | 2 +- complex_test.go | 2 +- dict.go | 2 +- dict_test.go | 2 +- errors.go | 2 +- errors_nix.go | 2 +- examples/list/main.go | 2 +- examples/python3/main.go | 2 +- exceptions.go | 2 +- float.go | 2 +- float_test.go | 2 +- helper.go | 2 +- high_level_layer.go | 2 +- import.go | 2 +- import_test.go | 2 +- integer.go | 2 +- integer_test.go | 2 +- lifecycle.go | 2 +- lifecycle_test.go | 2 +- list.go | 2 +- macro.c | 2 +- macro.h | 2 +- module.go | 2 +- object.go | 2 +- object_test.go | 2 +- recursion.go | 2 +- reflection.go | 2 +- script/variadic.go | 4 ++-- sys.go | 2 +- thread.go | 2 +- tuple.go | 2 +- type.go | 2 +- unicode.go | 2 +- variadic.c | 2 +- variadic.h | 2 +- warning.go | 2 +- 42 files changed, 43 insertions(+), 43 deletions(-) diff --git a/boolean.go b/boolean.go index c7ee260..6298f48 100644 --- a/boolean.go +++ b/boolean.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/boolean_test.go b/boolean_test.go index 30df887..4bac000 100644 --- a/boolean_test.go +++ b/boolean_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/byte_array.go b/byte_array.go index c52d2d6..0503212 100644 --- a/byte_array.go +++ b/byte_array.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/byte_array_test.go b/byte_array_test.go index c00f57c..d066e1f 100644 --- a/byte_array_test.go +++ b/byte_array_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/bytes.go b/bytes.go index 1ed45d2..292da8f 100644 --- a/bytes.go +++ b/bytes.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/bytes_test.go b/bytes_test.go index fc4ec93..7c24cf2 100644 --- a/bytes_test.go +++ b/bytes_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/complex.go b/complex.go index d6b4010..3bd828b 100644 --- a/complex.go +++ b/complex.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/complex_test.go b/complex_test.go index f9acbe4..10cba42 100644 --- a/complex_test.go +++ b/complex_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/dict.go b/dict.go index e22cafa..32d5653 100644 --- a/dict.go +++ b/dict.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/dict_test.go b/dict_test.go index 795c571..964655d 100644 --- a/dict_test.go +++ b/dict_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/errors.go b/errors.go index 02a4d22..6b5690f 100644 --- a/errors.go +++ b/errors.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/errors_nix.go b/errors_nix.go index 1faea5a..4bda80c 100644 --- a/errors_nix.go +++ b/errors_nix.go @@ -1,5 +1,5 @@ // Unless explicitly stated otherwise all files in this repository are licensed -// under $license_for_repo License. +// under MIT License. // This product includes software developed at Datadog (https://www.datadoghq.com/). // Copyright 2018 Datadog, Inc. diff --git a/examples/list/main.go b/examples/list/main.go index bc431d5..5caae40 100644 --- a/examples/list/main.go +++ b/examples/list/main.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/examples/python3/main.go b/examples/python3/main.go index 732c8d8..493256c 100644 --- a/examples/python3/main.go +++ b/examples/python3/main.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/exceptions.go b/exceptions.go index d1f2976..d098391 100644 --- a/exceptions.go +++ b/exceptions.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/float.go b/float.go index 52c384e..9b5f376 100644 --- a/float.go +++ b/float.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/float_test.go b/float_test.go index 8d550b0..5614cf8 100644 --- a/float_test.go +++ b/float_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/helper.go b/helper.go index 0d360b2..3ebf500 100644 --- a/helper.go +++ b/helper.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/high_level_layer.go b/high_level_layer.go index 4dec89b..0119b16 100644 --- a/high_level_layer.go +++ b/high_level_layer.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/import.go b/import.go index eeca028..f9d0c11 100644 --- a/import.go +++ b/import.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/import_test.go b/import_test.go index cac4877..5da3846 100644 --- a/import_test.go +++ b/import_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/integer.go b/integer.go index 1dc34a4..57b5c48 100644 --- a/integer.go +++ b/integer.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/integer_test.go b/integer_test.go index aa26292..63b2ad6 100644 --- a/integer_test.go +++ b/integer_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/lifecycle.go b/lifecycle.go index 5197ac8..4f5d6d3 100644 --- a/lifecycle.go +++ b/lifecycle.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/lifecycle_test.go b/lifecycle_test.go index e35e889..e0e42c3 100644 --- a/lifecycle_test.go +++ b/lifecycle_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/list.go b/list.go index 60f58f1..6e8a007 100644 --- a/list.go +++ b/list.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/macro.c b/macro.c index 2d13839..2d6fb94 100644 --- a/macro.c +++ b/macro.c @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/macro.h b/macro.h index b0c23ab..66c86c3 100644 --- a/macro.h +++ b/macro.h @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/module.go b/module.go index fb266f4..749d487 100644 --- a/module.go +++ b/module.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/object.go b/object.go index c510037..35254bf 100644 --- a/object.go +++ b/object.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/object_test.go b/object_test.go index 3a9ddd4..1860f09 100644 --- a/object_test.go +++ b/object_test.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/recursion.go b/recursion.go index 641870b..efb3e2a 100644 --- a/recursion.go +++ b/recursion.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/reflection.go b/reflection.go index 74692f9..ec72736 100644 --- a/reflection.go +++ b/reflection.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/script/variadic.go b/script/variadic.go index e453347..11f4a5f 100644 --- a/script/variadic.go +++ b/script/variadic.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ @@ -31,7 +31,7 @@ func main() { defer out.Close() _, err = out.WriteString(`/* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/sys.go b/sys.go index cf5e2d7..49e0fde 100644 --- a/sys.go +++ b/sys.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/thread.go b/thread.go index 84ae076..f394d1d 100644 --- a/thread.go +++ b/thread.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/tuple.go b/tuple.go index f98a3a3..47b98d5 100644 --- a/tuple.go +++ b/tuple.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/type.go b/type.go index 8e239a6..ba20425 100644 --- a/type.go +++ b/type.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/unicode.go b/unicode.go index ff6eace..5b5f67b 100644 --- a/unicode.go +++ b/unicode.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/variadic.c b/variadic.c index e647d62..5c49072 100644 --- a/variadic.c +++ b/variadic.c @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/variadic.h b/variadic.h index 3ca7ac2..2aa7dbe 100644 --- a/variadic.h +++ b/variadic.h @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */ diff --git a/warning.go b/warning.go index 5d3cb73..b0123d9 100644 --- a/warning.go +++ b/warning.go @@ -1,6 +1,6 @@ /* Unless explicitly stated otherwise all files in this repository are licensed -under the $license_for_repo License. +under the MIT License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2018 Datadog, Inc. */