Skip to content

Commit dd0f12e

Browse files
committed
chore: License header on certificates.go
1 parent 703c968 commit dd0f12e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cmd/certificates.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
/*
2-
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
3-
*/
1+
// Package cmd Copyright 2022 Keyfactor
2+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4+
// Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
5+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
6+
// and limitations under the License.
47
package cmd
58

69
import (

0 commit comments

Comments
 (0)