Skip to content

Commit 4bf6609

Browse files
hdostjteschercijothomas
authored
Adding Copyright Holders (#1112)
* Adding Copyright Holders Using the Copyright holder of "The OpenTelemetry Authors" as recommended. * Update the LICENSE Files Per the CNCF Guidelines: https://github.com/cncf/foundation/blob/main/copyright-notices.md#copyright-notices * Don't add authors to Cargo.toml * Per [RFC 3052](https://rust-lang.github.io/rfcs/3052-optional-authors-field.html) * Remove from opentelemetry-proto. Signed-off-by: Harold Dost <h.dost@criteo.com> * Update LICENSE Co-authored-by: Cijo Thomas <cithomas@microsoft.com> --------- Signed-off-by: Harold Dost <h.dost@criteo.com> Co-authored-by: Julian Tescher <julian@tescher.me> Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
1 parent a08c640 commit 4bf6609

File tree

32 files changed

+32
-24
lines changed

32 files changed

+32
-24
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

examples/logs-basic/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "logs-basic"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

examples/metrics-basic/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "metrics-basic"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

examples/traceresponse/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "traceresponse"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[[bin]] # Bin to run the http server

examples/tracing-grpc/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tracing-grpc"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[[bin]] # Bin to run the gRPC server

opentelemetry-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ default = ["trace"]
3030
trace = ["pin-project-lite"]
3131
metrics = []
3232
testing = ["trace"]
33-
logs = []
33+
logs = []

opentelemetry-api/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-appender-log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "opentelemetry-appender-log"
33
version = "0.1.0"
4-
edition = "2021"
54
description = "An OpenTelemetry appender for the log crate"
65
homepage = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-log"
76
repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-log"
87
readme = "README.md"
98
keywords = ["opentelemetry", "log", "logs"]
109
license = "Apache-2.0"
1110
rust-version = "1.60"
11+
edition = "2021"
1212

1313
[dependencies]
1414
opentelemetry_api = { version = "0.19", path = "../opentelemetry-api", features = ["logs"]}

opentelemetry-appender-log/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-aws/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-contrib/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-datadog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ opentelemetry = { path = "../opentelemetry", features = ["trace", "testing"] }
4848

4949
[[example]]
5050
name = "datadog"
51-
path = "examples/datadog.rs"
51+
path = "examples/datadog.rs"

opentelemetry-datadog/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-dynatrace/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-http/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-jaeger/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-jaeger/examples/actix-udp/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "actix-udp-example"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

opentelemetry-jaeger/examples/remote-sampler/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "remote-sampler"
33
version = "0.1.0"
4+
license = "Apache-2.0"
45
edition = "2021"
56

67
[dependencies]

opentelemetry-otlp/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-otlp/examples/basic-otlp-http/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "basic-otlp-http"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

opentelemetry-otlp/examples/basic-otlp/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "basic-otlp"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

opentelemetry-otlp/examples/external-otlp-grpcio-async-std/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "external-otlp-grpcio-async-std"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[dependencies]

opentelemetry-prometheus/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-proto/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "opentelemetry-proto"
33
version = "0.2.0"
4-
authors = ["OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>"]
5-
description = "Protobuf generated files and transmationes"
4+
description = "Protobuf generated files and transformations."
65
homepage = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto"
76
repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto"
87
readme = "README.md"

opentelemetry-proto/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-sdk/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-semantic-conventions/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-stdout/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-zipkin/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry-zpages/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ hyper = { version = "0.14", features = ["full"] }
3636

3737
[[example]]
3838
name = "zpages"
39-
path = "examples/zpages.rs"
39+
path = "examples/zpages.rs"

opentelemetry-zpages/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

opentelemetry/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 The OpenTelemetry Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)