diff --git a/src/pkg/bundler/bundle.go b/src/pkg/bundler/bundle.go index 18f36b447..4c1a31de5 100644 --- a/src/pkg/bundler/bundle.go +++ b/src/pkg/bundler/bundle.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/common.go b/src/pkg/bundler/common.go index cc678be74..83a7affb6 100644 --- a/src/pkg/bundler/common.go +++ b/src/pkg/bundler/common.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/constants.go b/src/pkg/bundler/constants.go index 739108708..1c055930c 100644 --- a/src/pkg/bundler/constants.go +++ b/src/pkg/bundler/constants.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/create.go b/src/pkg/bundler/create.go index 4f0705299..30f82f8b3 100644 --- a/src/pkg/bundler/create.go +++ b/src/pkg/bundler/create.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying UDS bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/deploy.go b/src/pkg/bundler/deploy.go index 18fa19d38..ac0447ed4 100644 --- a/src/pkg/bundler/deploy.go +++ b/src/pkg/bundler/deploy.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying UDS bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/inspect.go b/src/pkg/bundler/inspect.go index 3877378d3..c89c66d3c 100644 --- a/src/pkg/bundler/inspect.go +++ b/src/pkg/bundler/inspect.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying UDS bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/provider.go b/src/pkg/bundler/provider.go index 2c44da468..8110ec85c 100644 --- a/src/pkg/bundler/provider.go +++ b/src/pkg/bundler/provider.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying UDS bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/pull.go b/src/pkg/bundler/pull.go index eafe5d765..33ed0caa4 100644 --- a/src/pkg/bundler/pull.go +++ b/src/pkg/bundler/pull.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying UDS bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/remote.go b/src/pkg/bundler/remote.go index 3fcc6d9b0..bed949511 100644 --- a/src/pkg/bundler/remote.go +++ b/src/pkg/bundler/remote.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/remove.go b/src/pkg/bundler/remove.go index 954c67ea9..bc11f955c 100644 --- a/src/pkg/bundler/remove.go +++ b/src/pkg/bundler/remove.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import ( diff --git a/src/pkg/bundler/tarball.go b/src/pkg/bundler/tarball.go index 6795489c8..fd350dc9c 100644 --- a/src/pkg/bundler/tarball.go +++ b/src/pkg/bundler/tarball.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2023-Present The UDS Authors -// Package bundler contains functions for interacting with, managing and deploying Zarf bundles. +// Package bundler contains functions for interacting with, managing and deploying UDS packages package bundler import (