We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
certificates.go
1 parent 703c968 commit dd0f12eCopy full SHA for dd0f12e
cmd/certificates.go
@@ -1,6 +1,9 @@
1
-/*
2
-Copyright © 2022 NAME HERE <EMAIL ADDRESS>
3
-*/
+// Package cmd Copyright 2022 Keyfactor
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
+// 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.
7
package cmd
8
9
import (
0 commit comments