Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

name: build-and-persist-plugin-binary
Expand Down
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

changelog:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

issues:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

# This is an example goreleaser.yaml file with some defaults.
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

# For full specification on the configuration of this file visit:
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/scripts/compile-to-webdocs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 HashiCorp, Inc.
Copyright IBM Corp. 2013, 2025

Mozilla Public License Version 2.0
==================================
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/artifact.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/builder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

//go:generate packer-sdc mapstructure-to-hcl2 -type Config
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/log.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/pv_config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/pv_config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_add_keys.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_attach_volume.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_connect_builder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_image.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_instance.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_ip_reservation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_persistent_volume.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_pv_builder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_create_pv_master.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_list_images.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_security.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_snapshot.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_terminate_pv_master.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/classic/step_upload_image.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package classic
Expand Down
2 changes: 1 addition & 1 deletion builder/common/step_ssh_key_pair.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/artifact.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/artifact_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/builder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

// Package oci contains a packersdk.Builder implementation that builds Oracle
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/builder_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

//go:generate packer-sdc mapstructure-to-hcl2 -type Config,CreateVNICDetails,ListImagesRequest,FlexShapeConfig
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/driver.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/driver_mock.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/driver_oci.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_create_instance.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_create_instance_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_get_default_credentials.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_image.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_image_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_instance_info.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_instance_info_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion builder/oci/step_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package oci
Expand Down
2 changes: 1 addition & 1 deletion example/classic_basic.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion example/classic_persistent_volume.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion example/classic_windows_attributes.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion example/oci_basic.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion example/oci_image_filter.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion example/oci_instance_principals.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

source "oracle-oci" "instance_principal_example" {
Expand Down
2 changes: 1 addition & 1 deletion example/oci_security_groups.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

# The "legacy_isotime" function has been provided for backwards compatability,
Expand Down
2 changes: 1 addition & 1 deletion example/oci_security_token.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

source "oracle-oci" "security_token_example" {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MPL-2.0

package version
Expand Down
Loading