Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 3eb530b

Browse files
committed
Actually template the license
I'm pretty sure the `$license_for_repo` is a placeholder 🤣 .
1 parent 6ed25e3 commit 3eb530b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-43
lines changed

boolean.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

boolean_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

byte_array.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

byte_array_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

bytes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

bytes_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

complex.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

complex_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

dict.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

dict_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

errors_nix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Unless explicitly stated otherwise all files in this repository are licensed
2-
// under $license_for_repo License.
2+
// under MIT License.
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
44
// Copyright 2018 Datadog, Inc.
55

examples/list/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

examples/python3/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

exceptions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

float.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

float_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

high_level_layer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

import.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

import_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

integer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

integer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

lifecycle.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

lifecycle_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

macro.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

macro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

object.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

object_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

recursion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

reflection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

script/variadic.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/
@@ -31,7 +31,7 @@ func main() {
3131
defer out.Close()
3232
_, err = out.WriteString(`/*
3333
Unless explicitly stated otherwise all files in this repository are licensed
34-
under the $license_for_repo License.
34+
under the MIT License.
3535
This product includes software developed at Datadog (https://www.datadoghq.com/).
3636
Copyright 2018 Datadog, Inc.
3737
*/

sys.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

thread.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

tuple.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

unicode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

variadic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

variadic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

warning.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Unless explicitly stated otherwise all files in this repository are licensed
3-
under the $license_for_repo License.
3+
under the MIT License.
44
This product includes software developed at Datadog (https://www.datadoghq.com/).
55
Copyright 2018 Datadog, Inc.
66
*/

0 commit comments

Comments
 (0)