Skip to content

Commit

Permalink
repo: set copywrite headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 25, 2024
1 parent dc173a8 commit abeb430
Show file tree
Hide file tree
Showing 25 changed files with 75 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/commands/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/common_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/exec.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/exec_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/list.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/list_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/purge.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/purge_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/set.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/set_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/show.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/commands/show_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package commands

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/keyring/keyring.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package keyring

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/keyring/keyring_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package keyring

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/keyring/token.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package keyring

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/keyring/token_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package keyring

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/output/writer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package output

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/output/writer_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package output

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/safe/namespace.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package safe

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/safe/namespace_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package safe

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/safe/safe.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package safe

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/safe/safe_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package safe

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/setup/tool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package setup

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/setup/tool_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package setup

import (
Expand Down
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Seth Hoenig
// SPDX-License-Identifier: MIT

package main

import (
Expand Down

0 comments on commit abeb430

Please sign in to comment.