Skip to content

Commit

Permalink
chore: add license comment to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
fenech committed Oct 1, 2024
1 parent e15d95d commit 42e242b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selfservice/strategy/oidc/claims/claims.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package claims

import (
Expand Down
3 changes: 3 additions & 0 deletions selfservice/strategy/oidc/claims/claims_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package claims_test

import (
Expand Down
3 changes: 3 additions & 0 deletions selfservice/strategy/oidc/claims/locale.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package claims

import (
Expand Down

0 comments on commit 42e242b

Please sign in to comment.