diff --git a/internal/driverutil/const.go b/internal/driverutil/const.go index cad1848dab..32704312ff 100644 --- a/internal/driverutil/const.go +++ b/internal/driverutil/const.go @@ -1,3 +1,9 @@ +// Copyright (C) MongoDB, Inc. 2023-present. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. You may obtain +// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + package driverutil // Operation Names should be sourced from the command reference documentation: diff --git a/internal/logger/context.go b/internal/logger/context.go index 8aee069c42..785f141c41 100644 --- a/internal/logger/context.go +++ b/internal/logger/context.go @@ -1,3 +1,9 @@ +// Copyright (C) MongoDB, Inc. 2023-present. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. You may obtain +// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + package logger import "context" diff --git a/internal/logger/context_test.go b/internal/logger/context_test.go index 6b4ade525b..9fee41552d 100644 --- a/internal/logger/context_test.go +++ b/internal/logger/context_test.go @@ -1,3 +1,9 @@ +// Copyright (C) MongoDB, Inc. 2023-present. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. You may obtain +// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + package logger_test import (