Skip to content

Commit 3ebb929

Browse files
committed
Move to Veraison
- Rename the module to reflect its new location under Veraison projects. - Add Veraison copyrights.
1 parent 659dd55 commit 3ebb929

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/setrofim/gen-testcase
1+
module github.com/veraison/gen-testcase
22

33
go 1.22
44

main.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2024 Contributors to the Veraison project.
2+
// SPDX-License-Identifier: Apache-2.0
13
package main
24

35
import (

sign.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2024 Contributors to the Veraison project.
2+
// SPDX-License-Identifier: Apache-2.0
13
package main
24

35
import (

yaml2cbor.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2024 Contributors to the Veraison project.
2+
// SPDX-License-Identifier: Apache-2.0
13
package main
24

35
import (

0 commit comments

Comments
 (0)