Skip to content

Commit 35724d5

Browse files
committed
updated copyright header
1 parent 230335e commit 35724d5

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

examples/odb/odb_network.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
24

35
# odb network without managed service
46
resource "aws_odb_network" "test_1" {

internal/service/odb/network.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb
45

internal/service/odb/network_data_source.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb
45

internal/service/odb/network_data_source_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb_test
45

internal/service/odb/network_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb_test
45

0 commit comments

Comments
 (0)