From cb497c0d5e3c831f708f82f138dbf16ec5e24b66 Mon Sep 17 00:00:00 2001 From: Preston Vasquez <24281431+prestonvasquez@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:38:47 -0600 Subject: [PATCH] GODRIVER-2572 Add licenses --- internal/driverutil/const.go | 6 ++++++ internal/logger/context.go | 6 ++++++ internal/logger/context_test.go | 6 ++++++ 3 files changed, 18 insertions(+) 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 (