Skip to content

Commit 4a8b32b

Browse files
authored
Fix error in license files (#521)
Fixes #520
1 parent 3bb28ab commit 4a8b32b

File tree

28 files changed

+29
-29
lines changed
  • instrumentation
    • opentelemetry-instrumentation-aiohttp-client
    • opentelemetry-instrumentation-aiopg
    • opentelemetry-instrumentation-botocore
    • opentelemetry-instrumentation-boto
    • opentelemetry-instrumentation-celery
    • opentelemetry-instrumentation-dbapi
    • opentelemetry-instrumentation-django
    • opentelemetry-instrumentation-elasticsearch
    • opentelemetry-instrumentation-falcon
    • opentelemetry-instrumentation-flask
    • opentelemetry-instrumentation-grpc
    • opentelemetry-instrumentation-jinja2
    • opentelemetry-instrumentation-logging
    • opentelemetry-instrumentation-mysql
    • opentelemetry-instrumentation-psycopg2
    • opentelemetry-instrumentation-pymemcache
    • opentelemetry-instrumentation-pymongo
    • opentelemetry-instrumentation-pyramid
    • opentelemetry-instrumentation-requests
    • opentelemetry-instrumentation-sklearn
    • opentelemetry-instrumentation-sqlalchemy
    • opentelemetry-instrumentation-sqlite3
    • opentelemetry-instrumentation-tornado
    • opentelemetry-instrumentation-urllib3
    • opentelemetry-instrumentation-urllib
    • opentelemetry-instrumentation-wsgi
  • sdk-extension/opentelemetry-sdk-extension-aws

28 files changed

+29
-29
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-aiohttp-client/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-aiopg/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-boto/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-botocore/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-celery/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-dbapi/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-django/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-elasticsearch/LICENSE

Lines changed: 1 addition & 1 deletion
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.

instrumentation/opentelemetry-instrumentation-falcon/LICENSE

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)