-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Steffen Vogel <[email protected]>
- Loading branch information
Showing
11 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
linters-settings: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ Upstream-Contact: Steffen Vogel <[email protected]> | |
Source: https://github.com/stv0g/skeleton | ||
|
||
Files: go.sum flake.lock .renovaterc.json *.crt *.key mockdata/*/* | ||
Copyright: 2023 Steffen Vogel <[email protected]> | ||
Copyright: 2023-2024 Steffen Vogel <[email protected]> | ||
License: Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
* @stv0g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: 2020 Google LLC | ||
SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
|
||
|
@@ -334,7 +334,7 @@ Please have a look at the contact page: [cunicu.li/docs/contact](https://cunicu. | |
go-piv is licensed under the [Apache 2.0](./LICENSE) license. | ||
|
||
* SPDX-FileCopyrightText: 2020 Google LLC | ||
* SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
* SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
* SPDX-License-Identifier: Apache-2.0 | ||
|
||
[go-ykpiv]: https://github.com/paultag/go-ykpiv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package piv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package piv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
{ | ||
inputs = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// SPDX-FileCopyrightText: 2020 Google LLC | ||
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package piv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package piv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]> | ||
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package piv | ||
|