Skip to content

Commit

Permalink
Fixed the copyright to SLSA (#42)
Browse files Browse the repository at this point in the history
Fixed the copyright to SLSA

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan authored Apr 7, 2022
1 parent 5a81425 commit 7fd36a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -94,7 +94,7 @@ func main() {
check(err)

filename := fmt.Sprintf("%s.intoto.jsonl", *provenanceName)
err = ioutil.WriteFile(filename, attBytes, 0600)
err = ioutil.WriteFile(filename, attBytes, 0o600)
check(err)

fmt.Printf("::set-output name=signed-provenance-name::%s\n", filename)
Expand Down
2 changes: 1 addition & 1 deletion pkg/build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/build_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/provenance.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright The GOSST team.
// Copyright 2022 SLSA Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 7fd36a3

Please sign in to comment.