Skip to content

Commit

Permalink
license: add missing identifiers to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdargan committed Dec 24, 2023
1 parent a312bd9 commit 5f9e9e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions finding_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Matthew P. Dargan.
// SPDX-License-Identifier: Apache-2.0

package ebay

import (
Expand Down
3 changes: 3 additions & 0 deletions response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Matthew P. Dargan.
// SPDX-License-Identifier: Apache-2.0

package ebay

import "time"
Expand Down

0 comments on commit 5f9e9e6

Please sign in to comment.