Skip to content

Commit 4305f11

Browse files
committed
Update headers
1 parent 5caf6bc commit 4305f11

17 files changed

Lines changed: 18 additions & 18 deletions

File tree

cmd/feature/apply/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2025 devcontainer-community
1+
// Copyright © 2025 devcontainer.community
22
//
33
// Package apply provides the apply command for installing features from devcontainer.json files.
44
package apply

cmd/feature/feature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2025 devcontainer-community
1+
// Copyright © 2025 devcontainer.community
22
//
33
// Package feature provides the feature command and its subcommands.
44
package feature

cmd/feature/install/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2025 devcontainer-community
1+
// Copyright © 2025 devcontainer.community
22
//
33
// Package install provides the install command for devcontainer features.
44
package install

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2025 devcontainer-community
1+
// Copyright © 2025 devcontainer.community
22
//
33
// Package cmd provides the command-line interface for the feature-installer tool.
44
package cmd

internal/devcontainer/devcontainer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 devcontainer-community
1+
// Copyright © 2024 devcontainer.community
22
//
33
// Package devcontainer provides types and utilities for working with devcontainer configurations and features.
44
// This package handles parsing and manipulation of devcontainer.json files and devcontainer-feature.json files.

internal/devcontainer/schemas/DevcontainerFeatureJson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 devcontainer-community
1+
// Copyright © 2024 devcontainer.community
22
package schemas
33

44
import (

internal/devcontainer/schemas/DevcontainerJson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 devcontainer-community
1+
// Copyright © 2024 devcontainer.community
22
package schemas
33

44
import (

internal/devcontainer/schemas/schemas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 devcontainer-community
1+
// Copyright © 2024 devcontainer.community
22
//
33
// Package schemas provides data structures and parsing functions for devcontainer configuration files.
44
// It includes support for devcontainer.json and devcontainer-feature.json files according to the

internal/featureinstaller/GetDependencies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2024 devcontainer.com
2+
Copyright © 2024 devcontainer.community
33
*/
44
package featureinstaller
55

internal/featureinstaller/InstallFeatures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2024 devcontainer.com
2+
Copyright © 2024 devcontainer.community
33
*/
44
package featureinstaller
55

0 commit comments

Comments
 (0)