Skip to content

Commit

Permalink
Merge pull request #67 from hashicorp/compliance/add-headers
Browse files Browse the repository at this point in the history
[COMPLIANCE] Add Copyright and License Headers
  • Loading branch information
claire-labry committed Jan 23, 2024
2 parents 13cb73e + 74413bf commit 162d070
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions append.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

// Append is a helper function that will append more errors
Expand Down
3 changes: 3 additions & 0 deletions append_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions flatten.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

// Flatten flattens the given error, merging any *Errors together into
Expand Down
3 changes: 3 additions & 0 deletions flatten_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions format.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions format_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions group.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import "sync"
Expand Down
3 changes: 3 additions & 0 deletions group_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions multierror.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions multierror_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions prefix.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions prefix_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down
3 changes: 3 additions & 0 deletions sort.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

// Len implements sort.Interface function for length
Expand Down
3 changes: 3 additions & 0 deletions sort_test.go
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package multierror

import (
Expand Down

0 comments on commit 162d070

Please sign in to comment.