Skip to content

Commit

Permalink
GODRIVER-2572 Add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Aug 8, 2023
1 parent adf86c7 commit cb497c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/driverutil/const.go
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions internal/logger/context.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions internal/logger/context_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit cb497c0

Please sign in to comment.