Skip to content

Commit

Permalink
Added license header to new files.
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Sirakov <sirakov97@gmail.com>
  • Loading branch information
VasilSirakov committed Sep 25, 2024
1 parent 9247bf5 commit f983f66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/aws/connection/connection_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mondoo, Inc.
// SPDX-License-Identifier: BUSL-1.1

package connection

import (
Expand Down
3 changes: 3 additions & 0 deletions providers/aws/resources/aws_ec2_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mondoo, Inc.
// SPDX-License-Identifier: BUSL-1.1

package resources

import (
Expand Down

0 comments on commit f983f66

Please sign in to comment.